-
Notifications
You must be signed in to change notification settings - Fork 18k
syscall: TestGroupCleanupUserNamespace failure on linux-s390x-ibm [1.18 backport] #52149
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
Change https://go.dev/cl/398234 mentions this issue: |
@jonathan-albrecht-ibm Based on #52088 (comment) I expected to see the |
@dmitshur I'm in the process of provisioning two new builders and the issue came up when testing them. I stopped the new builders as soon as I saw the failure so that's why its not currently happening. The current builders are not triggering this issue probably because they are on an older RHEL version (8.2) and the new builders are on the latest RHEL 8.5 version. I haven't been able to track down the exactly what selinux configuration causes the difference but I don't think there is any misconfiguration of the new builders. I think I was just unlucky enough to hit another valid selinux configuration that wasn't yet covered by the expected values in the test. The failure is definitely deterministic and to the best of my understanding not platform dependent in any way. |
Closed by merging a286c7d to release-branch.go1.18. |
…upUserNamespace “If you have a procedure with ten parameters, you probably missed some.” ― attr. Alan J. Perlis I argue that the same is true for hard-coded special cases. In TestGroupCleanupUserNamespace, instead of a curated list of strings observed in the wild we now check for a prefix, as was done for TestGroupCleanup in CL 24670. Updates #52088. Fixes #52149. Change-Id: I59c5b0c048113e306996c0f8247e09c714d2423a Reviewed-on: https://go-review.googlesource.com/c/go/+/397316 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> (cherry picked from commit 434b2a5) Reviewed-on: https://go-review.googlesource.com/c/go/+/398234 Reviewed-by: Russ Cox <rsc@golang.org>
@bcmills requested issue #52088 to be considered for backport to the next 1.18 minor release.
The text was updated successfully, but these errors were encountered: