Skip to content
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

Flaky test "Can perform a rolling update with subgroupsize and MaxSurge set" #222

Open
ahg-g opened this issue Sep 14, 2024 · 1 comment
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@ahg-g
Copy link
Contributor

ahg-g commented Sep 14, 2024

@ahg-g ahg-g added the kind/bug Categorizes issue or PR as related to a bug. label Sep 14, 2024
@Edwinhr716
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants