-
Notifications
You must be signed in to change notification settings - Fork 721
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
checker: fix rule checker panic #2160
Conversation
Signed-off-by: disksing <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #2160 +/- ##
==========================================
+ Coverage 76.06% 76.12% +0.06%
==========================================
Files 195 195
Lines 20577 20580 +3
==========================================
+ Hits 15651 15667 +16
+ Misses 3733 3724 -9
+ Partials 1193 1189 -4
Continue to review full report at Codecov.
|
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.
LGTM
/merge |
/run-all-tests |
cherry pick to release-3.1 in PR #2161 |
Signed-off-by: disksing <[email protected]>
Signed-off-by: disksing [email protected]
What problem does this PR solve?
when no more store to replace, it panics:
What is changed and how it works?
Check List
Tests
Related changes