-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
plancodec: add test for plan id to avoid change the plan id. #17385
Conversation
Signed-off-by: crazycs520 <crazycs520@gmail.com>
Signed-off-by: crazycs520 <crazycs520@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #17385 +/- ##
===========================================
Coverage 79.4458% 79.4458%
===========================================
Files 520 520
Lines 139957 139957
===========================================
Hits 111190 111190
Misses 19798 19798
Partials 8969 8969 |
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
/run-all-tests |
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
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.
rest lgtm
Co-authored-by: Zhi Qi <30543181+LittleFall@users.noreply.github.com>
lgtm |
/run-unit-test |
Signed-off-by: crazycs520 crazycs520@gmail.com
What problem does this PR solve?
#15507 remove a plan that causes the rest plan ID was changed, It was unexpected.
iota
What is changed and how it works?
Related changes
Check List
Tests
Side effects
Release note