testing: BenchmarkParallel that calls b.Fatal can get a race detector failure #45526
Labels
FrozenDueToAge
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Running this test with
go test -race -bench=.
will get race detector errors. Theb.Fatal
should be enough to cause a failure, we shouldn't get a race detector error report on top of that.Sample output:
The text was updated successfully, but these errors were encountered: