mirror of
https://github.com/taosdata/TDengine
synced 2026-05-24 10:09:01 +00:00
* restore .gitmodules * Revert "[TD-13408]<test>: move tests out" This reverts commitf80a4ca49f. * revertf80a4ca49f* immigrate file change from stand-alone repo to TDengine for 3.0 * remove tests repository for Jenkinsfile2 Co-authored-by: tangfangzhi <fztang@taosdata.com>
9 lines
No EOL
160 B
Text
9 lines
No EOL
160 B
Text
$i = 1
|
|
$loops = 10
|
|
while $i <= $loops
|
|
print ====== repeat: $i
|
|
run general/parser/alter.sim
|
|
$i = $i + 1
|
|
endw
|
|
|
|
system sh/exec.sh -n dnode1 -s stop -x SIGINT |