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

UT egress firewall: stop node controller in AfterEach. #4611

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

npinaeva
Copy link
Member

@npinaeva npinaeva commented Aug 12, 2024

an attempt to fix data race https://github.com/ovn-org/ovn-kubernetes/actions/runs/10300314435/job/28509457479?pr=4590
We start nodeController here in the test

err = controller.Start(fakeOVN.controller.efNodeController)
gomega.Expect(err).NotTo(gomega.HaveOccurred())

but it is never stopped

Signed-off-by: Nadia Pinaeva <n.m.pinaeva@gmail.com>
@npinaeva npinaeva requested a review from a team as a code owner August 12, 2024 15:23
@npinaeva npinaeva requested a review from kyrtapz August 12, 2024 15:23
@github-actions github-actions bot added area/unit-testing Issues related to adding/updating unit tests feature/egress-firewall All issues related to egress firewall labels Aug 12, 2024
@jcaamano jcaamano merged commit 9030c8a into ovn-org:master Aug 13, 2024
39 checks passed
@npinaeva npinaeva deleted the stop-ef-node-controller branch August 15, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/unit-testing Issues related to adding/updating unit tests feature/egress-firewall All issues related to egress firewall
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants