-
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
ddl: modify cancel drop column
ddl test
#8897
Conversation
d96a75e
to
33291a2
Compare
@crazycs520 PTAL |
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.
1 similar comment
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.
LGTM
/run-all-tests |
Codecov Report
@@ Coverage Diff @@
## master #8897 +/- ##
==========================================
+ Coverage 67.54% 67.55% +0.01%
==========================================
Files 363 363
Lines 75264 75264
==========================================
+ Hits 50835 50845 +10
+ Misses 19938 19932 -6
+ Partials 4491 4487 -4
Continue to review full report at Codecov.
|
/run-all-tests |
/run-all-tests |
* modify cancel drop column ddl test
What problem does this PR solve?
From #8545
TestCancelJob
the test here is invalid.What is changed and how it works?
In the test of
cancel drop column
, if column does not exist, you need to add column first, cancel job and check it separately.StateDeleteOnly
andStateWriteOnly
andStateWriteReorganization
are in compliance with expectations.Check List
Tests
This change is