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

Services NodePort E2Es: Reset shared variables before each test #4740

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

kyrtapz
Copy link
Contributor

@kyrtapz kyrtapz commented Sep 19, 2024

Reset shared variables before each test to avoid cleanup issues.
Fixes: #4733.

@kyrtapz kyrtapz requested a review from a team as a code owner September 19, 2024 09:47
@github-actions github-actions bot added area/e2e-testing feature/services&endpoints All issues related to the Servces/Endpoints API labels Sep 19, 2024
@kyrtapz
Copy link
Contributor Author

kyrtapz commented Sep 19, 2024

/cc @tssurya @dceara

test/e2e/service.go Outdated Show resolved Hide resolved
@dceara
Copy link
Contributor

dceara commented Sep 19, 2024

The commit log probably needs a

Fixes: https://github.com/ovn-org/ovn-kubernetes/issues/4733

@dceara
Copy link
Contributor

dceara commented Sep 19, 2024

Also, @tssurya can we please also cherry pick this to the release-1.0 branch after it gets merged to master? We hit this in ovn-orv/ovn CI too.

@kyrtapz kyrtapz changed the title Services E2Es: Reset nodeIPs after cleanup Services NodePort E2Es: Reset shared variables before each test Sep 19, 2024
Copy link
Contributor

@dceara dceara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks!

@jcaamano jcaamano merged commit 950ff7a into ovn-kubernetes:master Sep 19, 2024
35 of 39 checks passed
@tssurya
Copy link
Contributor

tssurya commented Sep 19, 2024

@kyrtapz can you please open a backport to release-1.0 as well?

@kyrtapz
Copy link
Contributor Author

kyrtapz commented Sep 19, 2024

@kyrtapz can you please open a backport to release-1.0 as well?

#4742

@tssurya tssurya added the needs-backport PRs that need to be backported label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/e2e-testing feature/services&endpoints All issues related to the Servces/Endpoints API needs-backport PRs that need to be backported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FLAKE: Services of type NodePort should handle IP fragments
5 participants