-
Notifications
You must be signed in to change notification settings - Fork 188
Conversation
/run-all-tests |
select { | ||
case <-ctx.Done(): | ||
return false, false, 0, "", "", nil | ||
case switchResp := <-switchCh: |
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.
will relay break-then-autoresume, so generated a new subdirectory. meanwhile old subdirectory has updated something before break, so in this select
can't assure priority?
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.
add a check in 20f40cd
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
LGTM |
PTAL @3pointer @amyangfei |
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: Chunzhu Li <lichunzhu@stu.xjtu.edu.cn>
This comment has been minimized.
This comment has been minimized.
required CI passed, PTAL @lichunzhu |
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
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
cherry pick to release-2.0 in PR #1420 |
What problem does this PR solve?
Tests