Open gopherbot opened 2 months ago
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "runtime/race:race" && test == "TestOutput"
Looks like the regexp expects the line 9 case first and line 10 second, but got it in the opposite order. Maybe the test is fragile? Can it actually control the order of the writes?
The failing test was added by @aclements in May, 2023 in https://go.dev/cl/497235. For purposes of the issue (#60245) I suspect we can simply the regexp to just look for the wrapper symbol. Or, we could do what some of the other tests do and add a time.Sleep
to make the expected ordering even more likely than it already is.
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "runtime/race:race" && test == "TestOutput"
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "runtime/race:race" && test == "TestOutput"
Issue created automatically to collect these failures.
Example (log):
— watchflakes