Open
Description
Description
When using --rerun-fails=1
option with gotestsum
, all of the tests pass. The behavior is very deterministic. Instead when removing the option, I am getting a lot of goleak
and data-race
errors. It's quite interesting that the behavior with re-running the tests is very deterministic, as I would expect from a big number of tests and multiple runs, it should fail at least once also in the re-run. It seems to me that in the 2. run, the gotestsum
just ignores the errors which popped up during the first run
Metadata
Metadata
Assignees
Labels
No labels