test: cases for alter stb

This commit is contained in:
Shengliang Guan 2022-05-30 20:59:09 +08:00
parent 0a87184d01
commit ff10c2e895
3 changed files with 6 additions and 3 deletions

View File

@ -248,8 +248,9 @@ endi
print ============== step18
system sh/exec.sh -n dnode1 -s stop -x SIGINT
sleep 3000
system sh/exec.sh -n dnode1 -s start
sql connect
sleep 3000
#sql select count(g) from tb
#if $data00 != 12 then

View File

@ -936,8 +936,9 @@ endi
print ======== step9
system sh/exec.sh -n dnode1 -s stop -x SIGINT
sleep 3000
system sh/exec.sh -n dnode1 -s start
sql connect
sleep 3000
sql select * from tb order by ts asc
if $rows != 8 then

View File

@ -604,8 +604,9 @@ sql_error alter table tb drop column a
print ======== step9
system sh/exec.sh -n dnode1 -s stop -x SIGINT
sleep 3000
system sh/exec.sh -n dnode1 -s start
sql connect
sleep 3000
sql select * from tb order by ts desc
if $rows != 7 then