-
Notifications
You must be signed in to change notification settings - Fork 18.1k
cmd/go/internal/renameio: TestConcurrentReadsAndWrites flaky on ios-arm64-corellium builder #42066
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
Comments
Also CC @eliasnaur. Any idea if the darwin kernel issue can be resolved on the side of the builder? |
Change https://golang.org/cl/263777 mentions this issue: |
The Corellium devices are both iOS 13.1.2. It just so happens that Corellium will move to the Amazon cloud on October 26, after which I have to re-create the devices; I'll see whether iOS 14 is available by then (I can't check without having free CPU cores available) |
…tion Because the "ios" build constraint implies "darwin", it is already included in the general "darwin" flakiness workaround in cmd/go/internal/robustio. We just need to relax the renameio test to avoid false-positives there. I do not expect this change to drive the rate of false-positives down to zero, but it should at least reduce noise on the build dashboard. For #42066 Change-Id: Ia33dbd33295fce5b3261b4831f2807ce29b82e65 Reviewed-on: https://go-review.googlesource.com/c/go/+/263777 Trust: Bryan C. Mills <[email protected]> Reviewed-by: Cherry Zhang <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
Unmarking as |
The new Corellium infrastructure has iOS 14.1 available, but it seems unstable: https://build.golang.org/log/64991503073e69146f7e4b8f47199fd36694d119 I'm keeping the iOS 13 builders for now. |
|
I'm no longer the maintainer of the builders. I believe @changkun was slated to take over. |
I could take over the builders and take a further look at this, although it seems the transfer is still in progress. |
I think we haven't seen this flaky for quite some time since iOS 14 builders are live. Corellium builders have many other issues which are slowly fixing. Let's close this for now. If it happens again, we could reopen it. |
The
ios-arm64-corellium
builder seems to be affected by the samedarwin
kernel bug reported in #33041.Perhaps we should expand the
skip
for that bug to also apply toios-arm64-corellium
, although it's not obvious to me how we could apply the skip to only the affected kernel.CC @cherrymui @dmitshur
2020-10-17T00:26:52-a2eb53c/ios-arm64-corellium
2020-10-16T18:54:38-570b49d/ios-arm64-corellium
2020-10-12T17:23:06-1aa43a5/ios-arm64-corellium
2020-10-06T19:39:32-1fb149f/ios-arm64-corellium
The text was updated successfully, but these errors were encountered: