Go version
master
Output of go env in your module/workspace:
What did you do?
#build go.
go test os -test.run=TestPipeThreads -test.count=1
What did you see happen?
The tests fails consistently on aix systems with GOMAXPROC >= 8. It fails sporadically with smaller values, as is seen with aix-ppc64 CI. This CI log seems like the first of the recent failures. However, it is reproducible prior to the 1.23 release.
What did you expect to see?
The test passes consistently.
Go version
master
Output of
go envin your module/workspace:What did you do?
What did you see happen?
The tests fails consistently on aix systems with GOMAXPROC >= 8. It fails sporadically with smaller values, as is seen with aix-ppc64 CI. This CI log seems like the first of the recent failures. However, it is reproducible prior to the 1.23 release.
What did you expect to see?
The test passes consistently.