-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[202305][chassis-packet]: route_check fails on LC due to timeout on frr routes #17403
Comments
Hi @abdosi , on chassis-packet LC, it took around 2 mins just to get output of 'show ip/ipv6 route json' command.
route_check.py has 2 min timer. And show commands of ripv4 and ipv6 took more than a min each. cc: @stepanblyschak |
@deepak-singhal0408, could you please check? Per Arvind, the route scale might be higher on T2 so route_check takes more time to finish. |
@stepanblyschak can we add check if ifb suppression feature enabled then only call |
@prsunny for viz. |
closing as this issue does not exist anymore for 202305 with the fib suppression removed in 202305. |
fib suppression feature is reverted. |
Description
On 202305 chassis-packet, after the introduction of frr route check in route_check.py (sonic-net/sonic-utilities#2762), route_check.py may take more than 2 mins to finish. The current timeout is 2 mins which causes route check to fail and affects monit output. This affects the sonic-mgmt pretest check. Other test cases relying on monit output may also be affected.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: