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

clustermesh: drop node observer global variables from tests #32471

Merged

Conversation

giorio94
Copy link
Member

Move them as fields of the testObserver struct, to prevent possible flakes caused by interference and leftover state due to the usage of global variables accessed by multiple tests.

Move them as fields of the testObserver struct, to prevent possible
flakes caused by interference and leftover state due to the usage
of global variables accessed by multiple tests.

Signed-off-by: Marco Iorio <[email protected]>
@giorio94 giorio94 added kind/cleanup This includes no functional changes. area/clustermesh Relates to multi-cluster routing functionality in Cilium. release-note/misc This PR makes changes that have no direct user impact. labels May 10, 2024
@giorio94 giorio94 requested a review from a team as a code owner May 10, 2024 16:50
@giorio94
Copy link
Member Author

/test

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label May 13, 2024
@julianwiedmann julianwiedmann added this pull request to the merge queue May 13, 2024
Merged via the queue into cilium:main with commit c297c62 May 13, 2024
65 of 66 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/clustermesh Relates to multi-cluster routing functionality in Cilium. kind/cleanup This includes no functional changes. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants