system sh/stop_dnodes.sh system sh/deploy.sh -n dnode1 -i 1 system sh/cfg.sh -n dnode1 -c walLevel -v 0 system sh/exec.sh -n dnode1 -s start sleep 3000 sql connect print ======================== dnode1 start $dbPrefix = s3_db $tbPrefix = s3_tb $mtPrefix = s3_mt $stPrefix = s3_st $tbNum = 10 $rowNum = 20 $totalNum = 200 print =============== step1 $i = 0 $db = $dbPrefix . $i $mt = $mtPrefix . $i $st = $stPrefix . $i sql drop databae $db -x step1 step1: sql create database $db sql use $db sql create table $mt (ts timestamp, tbcol int, tbcol2 float) TAGS(tgcol int) $i = 0 while $i < $tbNum $tb = $tbPrefix . $i sql create table $tb using $mt tags( $i ) $x = -1440 $y = 0 while $y < $rowNum $ms = $x . m sql insert into $tb values (now $ms , $y , $y ) $x = $x + 1 $y = $y + 1 endw $i = $i + 1 endw sleep 100 print =============== step2 c1 $i = 1 $tb = $tbPrefix . $i sql select count(*) from $tb interval(1d) if $data01 != $rowNum then return -1 endi $st = $stPrefix . c1 sql create table $st as select count(*) from $tb interval(1d) print =============== step3 c2 sql select count(tbcol) from $tb interval(1d) if $data01 != $rowNum then return -1 endi $st = $stPrefix . c2 sql create table $st as select count(tbcol) from $tb interval(1d) print =============== step4 c3 sql select count(tbcol2) from $tb interval(1d) if $data01 != $rowNum then return -1 endi $st = $stPrefix . c3 sql create table $st as select count(tbcol2) from $tb interval(1d) print =============== step5 print sleep 22 seconds sleep 22000 print =============== step6 $st = $stPrefix . c1 sql select * from $st print ===> select * from $st ===> $data00 $data01 if $data01 != $rowNum then return -1 endi $st = $stPrefix . c2 sql select * from $st print ===> select * from $st ===> $data00 $data01 if $data01 != $rowNum then return -1 endi $st = $stPrefix . c3 sql select * from $st print ===> select * from $st ===> $data00 $data01 if $data01 != $rowNum then return -1 endi print =============== step7 system sh/exec.sh -n dnode1 -s stop system sh/deploy.sh -n dnode1 -i 1 system sh/cfg.sh -n dnode1 -c walLevel -v 0 system sh/exec.sh -n dnode1 -s start sleep 4000 print ======================== dnode1 start $dbPrefix = stst3db $tbPrefix = stst3tb $mtPrefix = stst3mt $stPrefix = stst3st $tbNum = 10 $rowNum = 20 $totalNum = 200 print =============== step8 $i = 0 $db = $dbPrefix . $i $mt = $mtPrefix . $i $st = $stPrefix . $i sql drop databae $db -x step8 step8: sql create database $db sql use $db sql create table $mt (ts timestamp, tbcol int, tbcol2 float) TAGS(tgcol int) $i = 0 while $i < $tbNum $tb = $tbPrefix . $i sql create table $tb using $mt tags( $i ) $x = -1440 $y = 0 while $y < $rowNum $ms = $x . m sql insert into $tb values (now $ms , $y , $y ) $x = $x + 1 $y = $y + 1 endw $i = $i + 1 endw sleep 100 print =============== step9 c3 $i = 1 $tb = $tbPrefix . $i sql select count(*), count(tbcol), count(tbcol2) from $tb interval(1d) print select count(*), count(tbcol), count(tbcol2) from $tb interval(1d) ===> $data00 $data01 $data02, $data03 if $data01 != $rowNum then return -1 endi if $data02 != $rowNum then return -1 endi if $data03 != $rowNum then return -1 endi $st = $stPrefix . c3 sql create table $st as select count(*), count(tbcol), count(tbcol2) from $tb interval(1d) print =============== step10 print sleep 22 seconds sleep 22000 print =============== step11 #$st = $stPrefix . c3 #sql select * from $st -x step11 # print ===> select * from $st first time should be error # return -1 #step11: print =============== step12 $st = $stPrefix . c3 sql select * from $st print ===> select * from $st print ===> $data01 $data02 $data03 $data04 $data05 $data06 $data07 $data08 $data09 if $data01 != $rowNum then return -1 endi if $data02 != $rowNum then return -1 endi if $data03 != $rowNum then return -1 endi