-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
pkg/apis/core/validation TestValidatePersistentVolumeClaimUpdate 0.01s #17769
Comments
Well, this flakes because it is racing another test that is also twiddling global feature flags. |
/assign |
opened kubernetes/kubernetes#57199 to fix it upstream |
@liggitt want kubernetes/kubernetes#57199 or want a giant lock for a pick? |
@deads2k are you sure this is because of feature flag? it sounds like, the feature flag was turned on - https://github.com/kubernetes/kubernetes/blob/master/pkg/apis/core/validation/validation.go#L1797 but the PVC had some other change other than storage size. |
This is related to kubernetes/kubernetes#56395 |
In a serially run for loop, how would that mutation flake? |
As an alternative theory, the global feature flag was switched before you entered the if and instead of tolerating some changes, you ran in the very tight "only allow X" block. |
testcases are iterating over a map, so order is random |
I am not sure how will that happen. My theory is - |
Automatic merge from submit-queue. UPSTREAM: 57214: Remove mutation from pvc validation fixes #17769 /assign gnufied /assign sttts
https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/17749/test_pull_request_origin_unit/6887/
validation_test.go:1428: Unexpected failure for scenario: valid-size-update-resize-enabled - [spec: Forbidden: is immutable after creation except resources.requests for bound claims]
@openshift/sig-storage
The text was updated successfully, but these errors were encountered: