Open gopherbot opened 2 days ago
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "golang.org/x/telemetry/internal/mmap" && test == "TestSharedMemory"
@rsc @cherrymui between this and #68659, it looks like some of our assumptions about 64 bit atomics on mmapped memory do not hold, at least on netbsd-arm. (#68659 also has some flakes on Darwin, but let's focus on netbsd for now as #68659 is much higher level, and there may be something else going on).
This test is pretty low level, checking that after incrementing an atomic uint64 in mmapped memory shared by 100 subprocesses, we observe 100 ticks.
I will eventually dig into this, but if you have any intuition about this problem, or specific knowledge of limitations on bsds, it would be greatly appreciated.
Issue created automatically to collect these failures.
Example (log):
— watchflakes