Skip to content

Commit

Permalink
Remove file 40x and 10x from PR
Browse files Browse the repository at this point in the history
Signed-off-by: Shail Pujan <shailsing977@gmail.com>
  • Loading branch information
shailpujan88 committed Oct 10, 2024
1 parent 790478d commit 94721af
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 258 deletions.
110 changes: 0 additions & 110 deletions examples/local/101_backup_restore.sh

This file was deleted.

75 changes: 0 additions & 75 deletions examples/local/401_backup_restore.sh

This file was deleted.

72 changes: 0 additions & 72 deletions examples/local/401_teardown.sh

This file was deleted.

2 changes: 1 addition & 1 deletion examples/local/501_teardown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ source ../common/env.sh

../common/scripts/vtgate-down.sh

for tablet in 100 200 300 400 500; do
for tablet in 100 200 300 400; do
if vtctldclient --action_timeout 1s --server localhost:15999 GetTablet zone1-$tablet >/dev/null 2>&1; then
# The zero tablet is up. Try to shutdown 0-2 tablet + mysqlctl
for i in 0 1 2; do
Expand Down

0 comments on commit 94721af

Please sign in to comment.