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

Commit

Permalink
revert debug
Browse files Browse the repository at this point in the history
  • Loading branch information
GMHDBJD committed Mar 25, 2021
1 parent c660ba9 commit 8450ef4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tests/shardddl1/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -656,17 +656,17 @@ function DM_RECOVER_LOCK() {
function run() {
init_cluster
init_database
# start=1
# end=35
# except=(024 025 029)
# for i in $(seq -f "%03g" ${start} ${end}); do
# if [[ ${except[@]} =~ $i ]]; then
# continue
# fi
# DM_${i}
# sleep 1
# done
# DM_RENAME_COLUMN_OPTIMISTIC
start=1
end=35
except=(024 025 029)
for i in $(seq -f "%03g" ${start} ${end}); do
if [[ ${except[@]} =~ $i ]]; then
continue
fi
DM_${i}
sleep 1
done
DM_RENAME_COLUMN_OPTIMISTIC
DM_RECOVER_LOCK
}

Expand Down

0 comments on commit 8450ef4

Please sign in to comment.