-
Notifications
You must be signed in to change notification settings - Fork 17.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net: TestUDPZeroBytePayload is potentially flaky on iOS #29225
Comments
I think this is due to CL 132781. I commented on that CL, and will send a CL to revert the change to net/udpsock_test.go. |
Change https://golang.org/cl/154759 mentions this issue: |
The test is still failing with a slightly different message now:
|
This is continuing to fail for darwin-amd64-10_10 builds, though now it looks flaky. It is getting a similar error message as the one that @FiloSottile provided in the previous comment.
|
Just as an FYI, I merely followed the direction of the related Github issue when doing the original CL for this and I don't have any ideas on how to resolve this at all. I'm willing to put in the time for another CL if somebody only has time to direct / review my work, however my thinking is somebody with more experience should probably explore this and cover it off. Sorry I'm not more help! |
I'll send a CL to skip the test on Darwin. Since the Darwin 10.12 builder seems to be consistently passing, I assume it's Darwin 10.10 flakiness that has been fixed since then. |
Change https://golang.org/cl/156119 mentions this issue: |
Updates #29225 Change-Id: I4c9b7a108861ce5c9ab84f7324ced3da51e7bf2a Reviewed-on: https://go-review.googlesource.com/c/156119 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Now that we no longer have 10.10 Darwin builders, should we unskip this test? |
Change https://go.dev/cl/601395 mentions this issue: |
From information we have available in the issue, this test was flaky on OS X 10.10 but not newer. By now macOS 11 is the minimum required version, and 1000 local runs of the test passed, so try to unskip as the next step. For #29225. Change-Id: I18a24459f01e53ef9de05b50d1dd8786d0683107 Cq-Include-Trybots: luci.golang.try:gotip-darwin-amd64_11,gotip-darwin-amd64_14 Reviewed-on: https://go-review.googlesource.com/c/go/+/601395 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
Examples:
https://build.golang.org/log/4801b71522ac597735f5dfc9e3de0a5177f1b014
https://build.golang.org/log/ac45684f4eeb9337972d8489ff01b93bf69adef2v
https://build.golang.org/log/bef89502b0ebe850c741f3e69ed9e01d7b497c5a
CC @mikioh @bradfitz @ianlancetaylor
The text was updated successfully, but these errors were encountered: