-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bgp_vpnnv[4|6]_per_nexthop_label only checks to see if labels are installed one time #13616
Comments
Notice how all labels are installed except the last one:
mpls_label_check in both tests must be fixed to give the tests some time to actually install the data when the system is under load. Please use something like run_and_expect to iterate multiple times. |
The commit ONLY fixed the v4 side. This is what happens when you choose to cut-n-paste code. Please fix appropriately |
This issue is stale because it has been open 180 days with no activity. Comment or remove the |
This issue will be automatically closed in the specified period unless there is further activity. |
The bgp_vpnv4_per_nexthop_label tests only check to see if the mpls labels are installed one time. Test runs show that all but one label is installed. More than likely the test has asked for data while zebra is still installing it. the mpls_label_check functions must check this result multiple times as that system may be under heavy load.
The text was updated successfully, but these errors were encountered: