other: revert the test case

This commit is contained in:
Cary Xu 2022-07-28 17:18:20 +08:00
parent 21fba3cb1f
commit 0bb2342787
1 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ $replica = 3
$vgroups = 1 $vgroups = 1
print ============= create database print ============= create database
sql create database db replica $replica vgroups $vgroups retentions 3s:7d,5s:21d,15s:365d sql create database db replica $replica vgroups $vgroups
$loop_cnt = 0 $loop_cnt = 0
check_db_ready: check_db_ready:
@ -113,7 +113,7 @@ endi
vg_ready: vg_ready:
print ====> create stable/child table print ====> create stable/child table
sql create table stb (ts timestamp, c1 int, c2 float, c3 double) tags (t1 int) rollup(max) sql create table stb (ts timestamp, c1 int, c2 float, c3 double) tags (t1 int)
sql show stables sql show stables
if $rows != 1 then if $rows != 1 then
@ -149,7 +149,7 @@ system sh/exec.sh -n dnode1 -s stop -x SIGINT
system sh/exec.sh -n dnode2 -s stop -x SIGINT system sh/exec.sh -n dnode2 -s stop -x SIGINT
system sh/exec.sh -n dnode3 -s stop -x SIGINT system sh/exec.sh -n dnode3 -s stop -x SIGINT
sleep 10000 sleep 3000
######################################################## ########################################################
print ===> start dnode1 dnode2 dnode3 dnode4 print ===> start dnode1 dnode2 dnode3 dnode4