-
Notifications
You must be signed in to change notification settings - Fork 539
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
[pytest][azp] test_chassis_system_lag_id_allocator_del_id is failing in PR commits #1687
Comments
@vganesan-nokia Would you be able to take a look.. Thanks! |
For some reason the deleted LAG is not removed from asic db. OR this may be a timing issue. We are checking the asic db too soon after deleting the lag. I'll try to simulate this problem and confirm the reason and put a fix. |
vganesan-nokia
pushed a commit
to vganesan-nokia/sonic-swss
that referenced
this issue
Apr 5, 2021
Changes to fix system lag test failure issue reported by issues sonic-net#1687. Fixed time sleep after creating and deleting system lag is replaced by DVS's wait_for_n_keys() functions Signed-off-by: vedganes <[email protected]>
lguohan
pushed a commit
that referenced
this issue
Apr 9, 2021
Changes to fix system lag test failure issue reported by issues #1687. Fixed time sleep after creating and deleting system lag is replaced by DVS's wait_for_n_keys() functions Signed-off-by: vedganes <[email protected]>
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-swss
that referenced
this issue
Oct 5, 2021
Changes to fix system lag test failure issue reported by issues sonic-net#1687. Fixed time sleep after creating and deleting system lag is replaced by DVS's wait_for_n_keys() functions Signed-off-by: vedganes <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This test is flaky and has been failing fairly consistently.
The text was updated successfully, but these errors were encountered: