-
Notifications
You must be signed in to change notification settings - Fork 101
Conversation
Signed-off-by: Leavrth <Legenull@gmail.com>
/run-all-tests |
/run-build |
/build |
/run-integration-test |
1 similar comment
/run-integration-test |
Maybe the utility function Lines 144 to 154 in 701909b
|
Got it, I will modify the code and have a test.
Yes, there seems 2 different clocks in bash and in BR |
/run-integration-test |
1 similar comment
/run-integration-test |
/lgtm |
@3pointer: Please use GitHub review feature instead of For the reason we drop support to the commands, see also this page. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/merge |
@Leavrth: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
tests/br_tikv_outage/run.sh
Outdated
@@ -71,6 +71,8 @@ github.com/pingcap/br/pkg/conn/hint-get-backup-client=1*return(\"$hint_get_backu | |||
backup_pid=$! | |||
single_point_fault $failure | |||
wait $backup_pid | |||
# let tikv start up completely if backup is finished before tikv restarts | |||
ensure_tikv |
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.
shall we move this line into the case block to make it clearer which failures depend on this
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.
I add the line into kv_outage function where tikv restart. It seems better.
Signed-off-by: Leavrth <Legenull@gmail.com>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/hold |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 0c47e51
|
/unhold |
backup/checksum: add cluster index support for ranges (pingcap#1120) lightning/restore: support ingset multi ssts for same range (pingcap#1089) * ingest ssts for the same range in a batch * make ingest compatible with old tikv tests: add row count check for br clustered index tests (pingcap#1151) storage: mkdirAll for local storage even when SkipCheckPath is true (pingcap#1156) tests/br: fix bug in issue pingcap#1158 (pingcap#1160) tests/br/compatibility: fix failed for manifest unknown (pingcap#1161) *: upgrade go version from 1.13/1.15 to 1.16 (pingcap#1159) action trigger: fix compatibility trigger bug on push (pingcap#1170) address comment fix test address comment address comment fix build add ut for ignore columns go.mod: update tidb to the new version (pingcap#1153) lightning: support restore data into tables that contains data (pingcap#784) fix conflict after merge master
What problem does this PR solve?
fix bug in issue #1158
What is changed and how it works?
for #1158 add sleep 1 to ensure tikv start up completely before restore
Check List
Tests
Release note
-No release note