-
Notifications
You must be signed in to change notification settings - Fork 719
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: fix panic issue after delete the rule (#2513) #2515
Conversation
Signed-off-by: nolouch <nolouch@gmail.com>
Signed-off-by: nolouch <nolouch@gmail.com>
Codecov Report
@@ Coverage Diff @@
## release-4.0 #2515 +/- ##
============================================
Coverage 77.10% 77.10%
============================================
Files 204 204
Lines 21885 21887 +2
============================================
+ Hits 16874 16877 +3
+ Misses 3730 3727 -3
- Partials 1281 1283 +2
Continue to review full report at Codecov.
|
/approve |
/merge |
/merge |
/run-all-tests |
@sre-bot merge failed. |
/merge |
/run-all-tests |
@sre-bot merge failed. |
/merge |
/run-all-tests |
cherry-pick #2513 to release-4.0
What problem does this PR solve?
Fix #2478
What is changed and how it works?
check the length.
Check List
Tests
Release note