Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 

...