-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Description
I can get the test_ds_notif.py test script to fail 100% of the time on my test machine. I do this with the https://github.com/donaldsharp/track_mainstream_frr repo's run_topotests_loop.py script with this invocation on my machine:
sudo -E ~/bin/run_topotests_loop.py --parallel 64 --exitfirst --parallel-route-installation 192.168.119.1 --stress 32
Please note you need PR #20634 at this point to do the --parallel-route-installation part. I think it's needed because it is adding kernel route load to the equation in addition to stress.
The test fails every time when I do this. I've added the log files generated by the test. I've turned on mgmtd debug logging that was commented out in the r1/frr.conf's in the test.
mgmt_notif_test_ds_notify.tar.gz
Version
master
How to reproduce
Detailed above
Expected behavior
test to not fail.
Actual behavior
test fails
Additional context
Llama's are like bee's knees except better
Checklist
- I have searched the open issues for this bug.
- I have not included sensitive information in this report.