Skip to content
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

tests: Fix route-scale at higher ecmp #16680

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

donaldsharp
Copy link
Member

Recent commits moved the default retries to 60, but the higher ecmp counts were over-riding to 40. Let's make it 80.

Noticed this when I went looking at failures on 386 platforms in our ci. Route scale is timing out when deleting routes.

@frrbot frrbot bot added the tests Topotests, make check, etc label Aug 28, 2024
Copy link
Contributor

@mjstapp mjstapp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more waiting more good

@mjstapp
Copy link
Contributor

mjstapp commented Aug 28, 2024

Whoops - looks like there's a python style fix needed?

@@ -119,7 +119,7 @@ def run_one_setup(r1, s):
count = d["rib"]
break

logger.info("Testing {} routes X {} ecmp".format(count, s["ecmp"]))
logger.info("Testing {} routes X {} ecmp, waiting {} retries {}".format(count, s["ecmp"], wait, retries))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like this need to be styled?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Recent commits moved the default retries to 60, but
the higher ecmp counts were over-riding to 40.  Let's
make it 80.

Noticed this when I went looking at failures on 386 platforms
in our ci.  Route scale is timing out when deleting routes.

Signed-off-by: Donald Sharp <[email protected]>
@donaldsharp donaldsharp force-pushed the route_scale_minor_changes branch from 46ccc26 to ce74a6b Compare August 28, 2024 19:18
@Jafaral
Copy link
Member

Jafaral commented Aug 29, 2024

something went wrong with the CI. After rerun, all tests passed, but it still shows as failed! going for a 2nd rerun just to make sure

@Jafaral
Copy link
Member

Jafaral commented Aug 29, 2024

ci:rerun

@mjstapp
Copy link
Contributor

mjstapp commented Aug 29, 2024

Merging - don't know what's up with CI today

@mjstapp mjstapp merged commit ac2d9ba into FRRouting:master Aug 29, 2024
8 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
master size/XS tests Topotests, make check, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants