-
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
Ospf test speedup #7051
Ospf test speedup #7051
Conversation
These ospf timer changes, speed up convergence from ~85 seconds to ~40 seconds. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Convert run times by lowering hello/dead interval timers to smaller values from ~66 seconds to ~36 seconds. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Modify ospf hello/dead timers to speed up run time from ~25 seconds to ~17 seconds. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reduce ospf-sr-topo1 run time from ~60 seconds to ~30 seconds by shortening the hello and dead timers. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Decrease run time from ~70 seconds to ~60 seconds by modifying the hello/dead interval interface timers in ospf Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Decrease run time from ~70 seconds to ~41 seconds by reducing hello/dead interval timers in ospf Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reduce this tests run time from ~76 seconds to ~49 seconds by decreasing the hello/dead interval timers in ospf Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reduce run time from ~76 seconds to ~47 seconds by modifying both bgp and ospf timers to be more aggressive Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reduce run time from ~114 seconds to ~55 seconds by configuring hello/dead interval timers for ospf and ospfv3 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reduce the runtime from ~82 seconds to ~51 seconds by reducing hello/hold timers for both bgp and ospf. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reduce the ldp-oc-acl-topo1 test run time from ~69 seconds to ~39 seconds. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reduce run time of bfd-topo2 from ~62 seconds to ~33 seconds by modifying the hello/dead intervals for both ospf and ospfv3 Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reduces run time of the bgp_l3vpn_to_bgp_vrf topotests from ~118 seconds to ~87 seconds by reducing hello timers in bgp and ospf Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
💚 Basic BGPD CI results: SUCCESS, 0 tests failedResults table
For details, please contact louberger |
Continuous Integration Result: FAILEDContinuous Integration Result: FAILEDTest incomplete. See below for issues. This is a comment from an automated CI system. Get source / Pull Request: SuccessfulBuilding Stage: SuccessfulBasic Tests: IncompleteTopo tests part 0 on Ubuntu 16.04 amd64: Incomplete(check logs for details)Successful on other platforms/tests
|
ci:rerun |
Continuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-14020/ This is a comment from an automated CI system. Warnings Generated during build:Debian 10 amd64 build: Successful with additional warningsDebian Package lintian failed for Debian 10 amd64 build:
CLANG Static Analyzer Summary
No Changes in Static Analysis warnings compared to base1 Static Analyzer issues remaining.See details at |
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.
Awesome
Reduce both ospf and bgp convergence of our tests by reducing hello timers to 2/10 for ospf and 3/10 for bgp
This is not all the tests but a decent chunk.