We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43aa7e9 commit c009ca7Copy full SHA for c009ca7
examples/local/306_down_shard_0.sh
@@ -21,6 +21,6 @@ set -e
21
# shellcheck disable=SC2128
22
script_root=$(dirname "${BASH_SOURCE}")
23
24
-CELL=zone1 UID_BASE=100 "$script_root/vttablet-down.sh"
+CELL=zone1 UID_BASE=200 "$script_root/vttablet-down.sh"
25
26
disown -a
examples/local/401_teardown.sh
@@ -25,7 +25,7 @@ set -e
27
./vtgate-down.sh
28
-CELL=zone1 UID_BASE=200 "$script_root/vttablet-down.sh"
+CELL=zone1 UID_BASE=100 "$script_root/vttablet-down.sh"
29
CELL=zone1 UID_BASE=300 "$script_root/vttablet-down.sh"
30
CELL=zone1 UID_BASE=400 "$script_root/vttablet-down.sh"
31
./vtctld-down.sh
@@ -36,4 +36,6 @@ else
36
CELL=zone1 "$script_root/zk-down.sh"
37
fi
38
39
+rm -r $VTDATAROOT/*
40
+
41
0 commit comments