mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
9 lines
158 B
Text
9 lines
158 B
Text
$i = 1
|
|
$loops = 10
|
|
while $i <= $loops
|
|
print ====== repeat: $i
|
|
run tsim/parser/alter.sim
|
|
$i = $i + 1
|
|
endw
|
|
|
|
system sh/exec.sh -n dnode1 -s stop -x SIGINT
|