-
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
T6761: Add timeout for OSPF smoketest fail #4125
Conversation
From time to time the smoektest script checks frrconfig to early. I.e. FRR does not fully load the config during checking or the OSPF daemon is not started at the time of checking.
👍 |
CI integration ❌ failed! Details
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The last time I've encountered such a random issue it was actually a FRR bug FRRouting/frr#16376. Tests passing and failing randomly is usually related to undefined states in C/C++ code or improper initialisation/re-initialisation of variables.
Lets see if this helps us - also with FRR 10.1 upgrade on the road.
We still get fails
|
Strange but still fails DEBUG - ====================================================================== |
Change Summary
From time to time the smoektest script checks frrconfig to early.
I.e. FRR does not fully load the config during checking or the OSPF daemon is not started at the time of checking.
Types of changes
Related Task(s)
Related PR(s)
Component(s) name
Proposed changes
How to test
Smoketest result
Checklist: