bcmills opened this issue
Feb 24, 2022
· 3 comments
Labels
help wantedNeedsFixThe path to resolution is known, but the work has not been done.release-blockerTestingAn issue that has been verified to require only test changes, not just a test failure.
Looks like exactly the same failure mode as in #50455, but for the ipv4 package instead of ipv6.
That probably means we can just port over CL 376094 and CL 376095 to the ipv4 package. We may also want to audit whether any other ipv6 test fixes should be ported to ipv4.
greplogs --dashboard -md -l -e '(?ms)panic: test timed out.*\nsync\.\(\*WaitGroup\)\.Wait.*\n\t.*\ngolang\.org/x/net/ipv4_test.testPacketConnConcurrentReadWriteUnicast'
The text was updated successfully, but these errors were encountered:
bcmills
added
Testing
An issue that has been verified to require only test changes, not just a test failure.
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
labels
Feb 24, 2022
…ReadWriteUnicast
This avoids a deadlock (observed in golang/go#51342) that may
otherwise swallow the error logs from a failure, which may help us
better diagnose the underlying problem.
This is a port of CL 376094 to the "ipv4" package.
For golang/go#51342
Change-Id: I7b5ba25fcbdd1ec0b319fe35b558d9dcbf8054c6
Reviewed-on: https://go-review.googlesource.com/c/net/+/387915
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
help wantedNeedsFixThe path to resolution is known, but the work has not been done.release-blockerTestingAn issue that has been verified to require only test changes, not just a test failure.
2 participants
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.
Looks like exactly the same failure mode as in #50455, but for the
ipv4
package instead ofipv6
.That probably means we can just port over CL 376094 and CL 376095 to the
ipv4
package. We may also want to audit whether any otheripv6
test fixes should be ported toipv4
.greplogs --dashboard -md -l -e '(?ms)panic: test timed out.*\nsync\.\(\*WaitGroup\)\.Wait.*\n\t.*\ngolang\.org/x/net/ipv4_test.testPacketConnConcurrentReadWriteUnicast'
2022-02-24T00:04:18-cd36cc0-78e9976/freebsd-amd64-13_0
The text was updated successfully, but these errors were encountered: