-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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: stabilize test TestIndexChange #18228
Conversation
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.
Could you add the information that this test failed to PR description? I see there is only connections in the issue, but connections failed to open.
DONE |
Codecov Report
@@ Coverage Diff @@
## master #18228 +/- ##
===========================================
Coverage 79.6502% 79.6502%
===========================================
Files 549 549
Lines 150508 150508
===========================================
Hits 119880 119880
Misses 21099 21099
Partials 9529 9529 |
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.
testCreateIndex may not finish.
This job is in the history job queue(see checkHistoryJobArgs
), then this operation should have been processed.
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
0bcfd37
to
76a56c2
Compare
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
551af76
to
d2ff976
Compare
/merge |
/run-all-tests |
@wjhuang2016 merge failed. |
/run-common-test |
/run-unit-test |
/merge |
/run-all-tests |
@wjhuang2016 merge failed. |
/run-unit-test |
Signed-off-by: wjhuang2016 huangwenjun1997@gmail.com
What problem does this PR solve?
Issue Number: close #15531
Problem Summary:
testCreateIndex may not finish. If we set
prevState = model.StateNone
, then in the first onJobUpdated, it may change prevState to StatePublic.What is changed and how it works?
Wait for the first onJobUpdated finish.
Related changes
Check List
Tests
Side effects
Release note