Skip to content

Fix flaky race test

Stan Hu requested to merge sh-fix-flaky-race-test into main

ignoredError.err was being used in a Goroutine handler, but the value of ignoredError changes with each test case. To avoid a race, make a local copy of the error before each Goroutine runs.

Closes #590 (closed)

Merge request reports