We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Log: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_lws/217/pull-lws-test-e2e-main-1-31/1834756867335655424
#217 (comment)
/assign @Edwinhr716
The text was updated successfully, but these errors were encountered:
Test follows the same checks and format as the other rollingUpdate + MaxSurge tests. The same line that fails https://github.com/kubernetes-sigs/lws/blob/main/test/e2e/e2e_test.go#L184, works on other MaxSurge tests https://github.com/kubernetes-sigs/lws/blob/main/test/e2e/e2e_test.go#L138. The test itself checks if MaxSurge still works if subgroupsize is set. The only thing that subGroupSize sets is labels, so there's no reason for it to fail in this case but succeed in others, which means it is a race condition.
Not sure what the solution would be here which would not make it different from other maxSurge tests.
Sorry, something went wrong.
Edwinhr716
No branches or pull requests
Log: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_lws/217/pull-lws-test-e2e-main-1-31/1834756867335655424
#217 (comment)
/assign @Edwinhr716
The text was updated successfully, but these errors were encountered: