Skip to content

Commit

Permalink
Merge branch 'master' into issue-28853
Browse files Browse the repository at this point in the history
  • Loading branch information
mmyj committed Dec 6, 2021
2 parents 62d2768 + d7c2333 commit d54aefb
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 1,837 deletions.
181 changes: 0 additions & 181 deletions br/tests/br_log_restore/run.sh

This file was deleted.

12 changes: 0 additions & 12 deletions br/tests/br_log_restore/workload

This file was deleted.

2 changes: 2 additions & 0 deletions br/tests/br_other/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ run_curl https://$PD_ADDR/pd/api/v1/config/schedule | jq '."max-merge-region-siz
run_curl https://$PD_ADDR/pd/api/v1/config/schedule | jq '."max-merge-region-keys"' | grep -E "^0$"

backup_fail=0
# generate 1.sst to make another backup failed.
touch "$TEST_DIR/$DB/lock/1.sst"
echo "another backup start expect to fail due to last backup add a lockfile"
run_br --pd $PD_ADDR backup full -s "local://$TEST_DIR/$DB/lock" --concurrency 4 || backup_fail=1
if [ "$backup_fail" -ne "1" ];then
Expand Down
121 changes: 0 additions & 121 deletions cmd/benchfilesort/README.md

This file was deleted.

Loading

0 comments on commit d54aefb

Please sign in to comment.