-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Description
Go version
master
Output of go env in your module/workspace:
GOOS=aixWhat 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.
Metadata
Metadata
Assignees
Labels
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.