...
If this doesn’t yield a reproduction in due time, you could try under race (add --race
flag) or adjust the level of parallelism:
Code Block |
---|
PKG=./pkg/what/which TEST=TestFoo P=100 ./dev test --stress $PKG --filter $TEST [--race] -- --jobs $P -- --local_resources=cpu=$P --local_resources=memory=HOST_RAM |
...