-
Notifications
You must be signed in to change notification settings - Fork 348
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 Flake: handles a HO node is switched to a OVN node
is flaking
#4387
Labels
kind/ci-flake
Flakes seen in CI
Comments
Happening again:
https://github.com/ovn-org/ovn-kubernetes/actions/runs/9839033631/job/27160221770?pr=4507 |
4 tasks
also hit here: #4496 (comment) I have a fix |
dceara
pushed a commit
to tssurya/ovn-kubernetes
that referenced
this issue
Aug 15, 2024
The issue was a race where the hybrid overlay node was being updated to remove the windows label for testing. However, the update action itself was with a blank original copy of the node which would overwrite l3 gateway config and other OVNK annotations with empty values, causing a bunch of errors. This changes the code to just patch and remove the labels, in order to not corrupt any of the other aspects of the node object itself. Fixes: ovn-kubernetes#4387 Signed-off-by: Tim Rozet <trozet@redhat.com>
Seen again on #4750 (comment). |
Seen here too: #4810 (comment) The failure looks different iirc. Need to investigate it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which jobs are flaking?
Unit Test
Which tests are flaking?
Since when has it been flaking?
This started happening from this week
Reason for failure (if possible)
The test is failing because we are having a race in how we compare the libovsdb objects:
Anything else we need to know?
Sample failure Runs:
The text was updated successfully, but these errors were encountered: