-
Notifications
You must be signed in to change notification settings - Fork 5
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
Schedule imminent link state verification on link state changes #83
Schedule imminent link state verification on link state changes #83
Conversation
Codecov Report
@@ Coverage Diff @@
## master #83 +/- ##
==========================================
+ Coverage 95.16% 96.12% +0.96%
==========================================
Files 25 30 +5
Lines 1404 1828 +424
==========================================
+ Hits 1336 1757 +421
- Misses 68 71 +3
... and 9 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
71dcea2
to
66d4184
Compare
As per the original Zino code, whenever a port state change is detected, an extra job to poll that single interface is scheduled.
66d4184
to
f2c856c
Compare
As pointed out in review.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This adds the necessary functionality to the linkstate monitor to replicate what the original Zino code does:
Every time a link state change is detected for a port, a re-verification for that single port is scheduled to run in two minutes.
Closes #79