go: runtime/pprof: TestVMInfo failures
#!watchflakes
default <- pkg == "runtime/pprof" && test == "TestVMInfo"
Issue created automatically to collect these failures.
Example (log):
--- FAIL: TestVMInfo (0.37s)
vminfo_darwin_test.go:59: exit status 255
About this issue
- Original URL
- State: closed
- Created 10 months ago
- Comments: 18 (11 by maintainers)
OK, so if I read your note correctly, the suspicion is that the runner is not actually overloaded, but rather, it’s a case of 18146. This seems at least plausible to me if there were no other issues with the test runner when this test failed. I’ll make the test retry when it sees this error rather than skipping.
Cheers, Cos.
On Wed, Nov 8, 2023 at 8:58 AM Bryan C. Mills @.***> wrote: