-
Notifications
You must be signed in to change notification settings - Fork 288
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
dm: fix chaos test #11686
dm: fix chaos test #11686
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. @@ Coverage Diff @@
## master #11686 +/- ##
================================================
+ Coverage 55.1577% 55.2627% +0.1049%
================================================
Files 1001 1001
Lines 136474 136640 +166
================================================
+ Hits 75276 75511 +235
+ Misses 55690 55626 -64
+ Partials 5508 5503 -5 |
/retest |
@@ -27,7 +27,7 @@ var ( | |||
// NOTE: items in `doSchemas` should be specified in the corresponding task files (`filenames`). | |||
// TODO: can not support optimistic shard DDL now because go-sqlsmith will generated some statements like | |||
// `ALTER TABLE `db_optimistic`.`dxeyydwb` ADD COLUMN (`zuhxfgsce` INT(18) NOT NULL)` which has NOT NULL column without DEFAULT value. | |||
filenames = []string{"task-single.yaml", "task-pessimistic.yaml", "task-optimistic.yaml"} | |||
filenames = []string{"task-single.yaml"} |
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.
pass it by command line argument?
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.
Yes, will update it in next pr
/retest |
What problem does this PR solve?
Issue Number: close #4287
What is changed and how it works?
Check List
Tests
Questions
Will it cause performance regression or break compatibility?
Do you need to update user documentation, design documentation or monitoring documentation?
Release note