-
Notifications
You must be signed in to change notification settings - Fork 49
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
Fix integration tests by ensuring necessary pods are created #839
Fix integration tests by ensuring necessary pods are created #839
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seshachalam-yv thanks for the fix. Please address the review comments. Other than that, LGTM 👍
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
How to categorize this PR?
/area testing
/kind bug
What this PR does / why we need it:
This PR fixes integration test failures observed after merging PR #804, which added new Kubernetes-recommended labels to etcd pods. The existing tests failed because they expected these pods to be present to verify the labels, but the pods were not created in the test environment. This PR resolves the issue by ensuring that the necessary StatefulSet pods are created and subsequently cleaned up within the integration tests.
Which issue(s) this PR fixes:
Fixes #831
Special notes for your reviewer:
Release note: