-
Notifications
You must be signed in to change notification settings - Fork 795
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
Flaky VRF tests due to missing IPv6 route #1103
Comments
Here is the second issue related to the VRF plugin:
I am still investigating the issue. Adding a 100ms sleep time after this (plugins/meta/vrf/vrf.go#L130-L144) solves the problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the tests:
IPv6 are added to an interface, and routes using that IPv6 is created. In order to create the route, we should wait for some IPv6 route to be created (created automatically by the kernel when adding the IPv6 to the interface). Without that route, the RouteAdd call in the tests will fail, for example:
Here is some job that have failed.
https://github.com/containernetworking/plugins/actions/runs/10954784634/job/30417500257?pr=1092
https://github.com/containernetworking/plugins/actions/runs/11109122762/job/30863918356?pr=1082
The text was updated successfully, but these errors were encountered: