Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
tests: fix br_tikv_outage learner bug (#1256) (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jun 28, 2021
1 parent 66c8ec8 commit b1b4790
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/br_serv_outage/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ hint_finegrained=$TEST_DIR/hint_finegrained
hint_backup_start=$TEST_DIR/hint_backup_start
hint_get_backup_client=$TEST_DIR/hint_get_backup_client


cases=${cases:-'outage outage-after-request outage-at-finegrained shutdown scale-out'}
# NOTE : cases `outage-at-finegrained shutdown scale-out` should be first to avoid issue
# https://github.com/pingcap/br/issues/1050
cases=${cases:-'outage-at-finegrained shutdown scale-out outage outage-after-request'}

for failure in $cases; do
rm -f "$hint_finegrained" "$hint_backup_start" "$hint_get_backup_client"
Expand Down

0 comments on commit b1b4790

Please sign in to comment.