635 lines
13 KiB
Plaintext
635 lines
13 KiB
Plaintext
system sh/stop_dnodes.sh
|
|
system sh/deploy.sh -n dnode1 -i 1
|
|
|
|
system sh/exec.sh -n dnode1 -s start
|
|
sleep 50
|
|
sql connect
|
|
|
|
|
|
|
|
print ===== step2
|
|
sql drop stream if exists stream_t1;
|
|
sql drop database if exists test;
|
|
sql create database test vgroups 4;
|
|
sql use test;
|
|
sql create stable st(ts timestamp, a int, b int , c int, d double) tags(ta int,tb int,tc int);
|
|
sql create table ts1 using st tags(1,1,1);
|
|
sql create table ts2 using st tags(2,2,2);
|
|
sql create table ts3 using st tags(3,2,2);
|
|
sql create table ts4 using st tags(4,2,2);
|
|
sql create stream stream_t1 trigger at_once IGNORE EXPIRED 0 IGNORE UPDATE 0 watermark 1d into streamtST1 as select _wstart, count(*) c1, count(d) c2 , sum(a) c3 , max(b) c4, min(c) c5 from st interval(10s);
|
|
|
|
sleep 1000
|
|
|
|
sql insert into ts1 values(1648791213001,1,12,3,1.0);
|
|
sql insert into ts2 values(1648791213001,1,12,3,1.0);
|
|
|
|
sql insert into ts3 values(1648791213001,1,12,3,1.0);
|
|
sql insert into ts4 values(1648791213001,1,12,3,1.0);
|
|
|
|
sql insert into ts1 values(1648791213002,NULL,NULL,NULL,NULL);
|
|
sql insert into ts2 values(1648791213002,NULL,NULL,NULL,NULL);
|
|
|
|
sql insert into ts3 values(1648791213002,NULL,NULL,NULL,NULL);
|
|
sql insert into ts4 values(1648791213002,NULL,NULL,NULL,NULL);
|
|
|
|
$loop_count = 0
|
|
loop0:
|
|
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 30 then
|
|
return -1
|
|
endi
|
|
|
|
sleep 1000
|
|
print 1 select * from streamtST1;
|
|
sql select * from streamtST1;
|
|
|
|
if $rows != 1 then
|
|
print =====rows=$rows
|
|
goto loop0
|
|
endi
|
|
|
|
if $data01 != 8 then
|
|
print =1====data01=$data01
|
|
goto loop0
|
|
endi
|
|
|
|
sql insert into ts1 values(1648791223002,2,2,3,1.1);
|
|
sql insert into ts1 values(1648791233003,3,2,3,2.1);
|
|
sql insert into ts2 values(1648791243004,4,2,43,73.1);
|
|
sql insert into ts1 values(1648791213002,24,22,23,4.1);
|
|
sql insert into ts1 values(1648791243005,4,20,3,3.1);
|
|
sql insert into ts2 values(1648791243006,4,2,3,3.1) (1648791243007,4,2,3,3.1) ;
|
|
sql insert into ts1 values(1648791243008,4,2,30,3.1) (1648791243009,4,2,3,3.1) (1648791243010,4,2,3,3.1) ;
|
|
sql insert into ts2 values(1648791243011,4,2,3,3.1) (1648791243012,34,32,33,3.1) (1648791243013,4,2,3,3.1) (1648791243014,4,2,13,3.1);
|
|
|
|
$loop_count = 0
|
|
loop01:
|
|
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 30 then
|
|
return -1
|
|
endi
|
|
|
|
sleep 1000
|
|
print 2 select * from streamtST1;
|
|
sql select * from streamtST1;
|
|
|
|
if $rows != 4 then
|
|
print =====rows=$rows
|
|
goto loop01
|
|
endi
|
|
|
|
if $data01 != 8 then
|
|
print =2====data01=$data01
|
|
goto loop01
|
|
endi
|
|
|
|
if $data11 != 1 then
|
|
print =====data11=$data11
|
|
goto loop01
|
|
endi
|
|
|
|
if $data21 != 1 then
|
|
print =====data21=$data21
|
|
goto loop01
|
|
endi
|
|
|
|
if $data31 != 11 then
|
|
print =====data31=$data31
|
|
goto loop01
|
|
endi
|
|
|
|
sql insert into ts1 values(1648791243005,4,42,3,3.1) (1648791243003,4,2,33,3.1) (1648791243006,4,2,3,3.1) (1648791213001,1,52,13,1.0) (1648791223001,22,22,83,1.1) ;
|
|
|
|
$loop_count = 0
|
|
loop011:
|
|
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 30 then
|
|
return -1
|
|
endi
|
|
|
|
sleep 1000
|
|
print 3 select * from streamtST1;
|
|
sql select * from streamtST1;
|
|
|
|
if $rows != 4 then
|
|
print =====rows=$rows
|
|
goto loop011
|
|
endi
|
|
|
|
if $data01 != 8 then
|
|
print =3====data01=$data01
|
|
goto loop011
|
|
endi
|
|
|
|
if $data11 != 2 then
|
|
print =====data11=$data11
|
|
goto loop011
|
|
endi
|
|
|
|
if $data21 != 1 then
|
|
print =====data21=$data21
|
|
goto loop011
|
|
endi
|
|
|
|
if $data31 != 13 then
|
|
print =====data31=$data31
|
|
goto loop011
|
|
endi
|
|
|
|
sql insert into ts2 values(1648791243005,4,42,3,3.1) (1648791243003,4,2,33,3.1) (1648791243006,4,2,3,3.1) (1648791213001,1,52,13,1.0) (1648791223001,22,22,83,1.1) (1648791233004,13,12,13,2.1) ;
|
|
|
|
$loop_count = 0
|
|
loop02:
|
|
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 30 then
|
|
return -1
|
|
endi
|
|
|
|
sleep 1000
|
|
print 4 select * from streamtST1;
|
|
sql select * from streamtST1;
|
|
|
|
if $rows != 4 then
|
|
print =====rows=$rows
|
|
goto loop02
|
|
endi
|
|
|
|
if $data01 != 8 then
|
|
print =4====data01=$data01
|
|
goto loop02
|
|
endi
|
|
|
|
if $data11 != 3 then
|
|
print =====data11=$data11
|
|
goto loop02
|
|
endi
|
|
|
|
if $data21 != 2 then
|
|
print =====data21=$data21
|
|
goto loop02
|
|
endi
|
|
|
|
if $data31 != 15 then
|
|
print =====data31=$data31
|
|
goto loop02
|
|
endi
|
|
|
|
|
|
sql insert into ts1 values(1648791243006,4,2,3,3.1) (1648791213001,1,52,13,1.0) (1648791223001,22,22,83,1.1) ;
|
|
|
|
$loop_count = 0
|
|
loop03:
|
|
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 30 then
|
|
return -1
|
|
endi
|
|
|
|
sleep 1000
|
|
print 5 select * from streamtST1;
|
|
sql select * from streamtST1;
|
|
|
|
if $rows != 4 then
|
|
print =====rows=$rows
|
|
goto loop03
|
|
endi
|
|
|
|
if $data01 != 8 then
|
|
print =5====data01=$data01
|
|
goto loop03
|
|
endi
|
|
|
|
if $data11 != 3 then
|
|
print =====data11=$data11
|
|
goto loop03
|
|
endi
|
|
|
|
if $data21 != 2 then
|
|
print =====data21=$data21
|
|
goto loop03
|
|
endi
|
|
|
|
if $data31 != 15 then
|
|
print =====data31=$data31
|
|
goto loop03
|
|
endi
|
|
|
|
sql insert into ts3 values(1648791223002,2,2,3,1.1);
|
|
sql insert into ts4 values(1648791233003,3,2,3,2.1);
|
|
sql insert into ts3 values(1648791243004,4,2,43,73.1);
|
|
sql insert into ts4 values(1648791213002,24,22,23,4.1);
|
|
|
|
$loop_count = 0
|
|
loop032:
|
|
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 30 then
|
|
return -1
|
|
endi
|
|
|
|
sleep 1000
|
|
print 6-0 select * from streamtST1;
|
|
sql select * from streamtST1;
|
|
|
|
if $rows != 4 then
|
|
print =====rows=$rows
|
|
goto loop032
|
|
endi
|
|
|
|
if $data01 != 8 then
|
|
print =6====data01=$data01
|
|
goto loop032
|
|
endi
|
|
|
|
sql insert into ts3 values(1648791243005,4,20,3,3.1);
|
|
sql insert into ts4 values(1648791243006,4,2,3,3.1) (1648791243007,4,2,3,3.1) ;
|
|
sql insert into ts3 values(1648791243008,4,2,30,3.1) (1648791243009,4,2,3,3.1) (1648791243010,4,2,3,3.1) ;
|
|
sql insert into ts4 values(1648791243011,4,2,3,3.1) (1648791243012,34,32,33,3.1) (1648791243013,4,2,3,3.1) (1648791243014,4,2,13,3.1);
|
|
|
|
$loop_count = 0
|
|
loop033:
|
|
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 30 then
|
|
return -1
|
|
endi
|
|
|
|
sleep 1000
|
|
print 6-1 select * from streamtST1;
|
|
sql select * from streamtST1;
|
|
|
|
if $rows != 4 then
|
|
print =====rows=$rows
|
|
goto loop033
|
|
endi
|
|
|
|
if $data01 != 8 then
|
|
print =6====data01=$data01
|
|
goto loop033
|
|
endi
|
|
|
|
sql insert into ts3 values(1648791243005,4,42,3,3.1) (1648791243003,4,2,33,3.1) (1648791243006,4,2,3,3.1) (1648791213001,1,52,13,1.0) (1648791223001,22,22,83,1.1) ;
|
|
|
|
$loop_count = 0
|
|
loop04:
|
|
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 30 then
|
|
return -1
|
|
endi
|
|
|
|
sleep 1000
|
|
print 6 select * from streamtST1;
|
|
sql select * from streamtST1;
|
|
|
|
if $rows != 4 then
|
|
print =====rows=$rows
|
|
goto loop04
|
|
endi
|
|
|
|
if $data01 != 8 then
|
|
print =6====data01=$data01
|
|
goto loop04
|
|
endi
|
|
|
|
if $data11 != 5 then
|
|
print =====data11=$data11
|
|
goto loop04
|
|
endi
|
|
|
|
if $data21 != 3 then
|
|
print =====data21=$data21
|
|
goto loop04
|
|
endi
|
|
|
|
if $data31 != 28 then
|
|
print =====data31=$data31
|
|
goto loop04
|
|
endi
|
|
|
|
sql insert into ts4 values(1648791243005,4,42,3,3.1) (1648791243003,4,2,33,3.1) (1648791243006,4,2,3,3.1) (1648791213001,1,52,13,1.0) (1648791223001,22,22,83,1.1) (1648791233004,13,12,13,2.1) ;
|
|
sql insert into ts3 values(1648791243006,4,2,3,3.1) (1648791213001,1,52,13,1.0) (1648791223001,22,22,83,1.1) ;
|
|
|
|
$loop_count = 0
|
|
loop1:
|
|
sleep 1000
|
|
sql select * from streamtST1;
|
|
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 30 then
|
|
return -1
|
|
endi
|
|
|
|
# row 0
|
|
if $data01 != 8 then
|
|
print =7====data01=$data01
|
|
goto loop1
|
|
endi
|
|
|
|
if $data02 != 6 then
|
|
print =====data02=$data02
|
|
goto loop1
|
|
endi
|
|
|
|
if $data03 != 52 then
|
|
print ======data03=$data03
|
|
goto loop1
|
|
endi
|
|
|
|
if $data04 != 52 then
|
|
print ======data04=$data04
|
|
goto loop1
|
|
endi
|
|
|
|
if $data05 != 13 then
|
|
print ======data05=$data05
|
|
goto loop1
|
|
endi
|
|
|
|
# row 1
|
|
if $data11 != 6 then
|
|
print =====data11=$data11
|
|
goto loop1
|
|
endi
|
|
|
|
if $data12 != 6 then
|
|
print =====data12=$data12
|
|
goto loop1
|
|
endi
|
|
|
|
if $data13 != 92 then
|
|
print ======$data13
|
|
return -1
|
|
endi
|
|
|
|
if $data14 != 22 then
|
|
print ======$data14
|
|
return -1
|
|
endi
|
|
|
|
if $data15 != 3 then
|
|
print ======$data15
|
|
return -1
|
|
endi
|
|
|
|
# row 2
|
|
if $data21 != 4 then
|
|
print =====data21=$data21
|
|
goto loop1
|
|
endi
|
|
|
|
if $data22 != 4 then
|
|
print =====data22=$data22
|
|
goto loop1
|
|
endi
|
|
|
|
if $data23 != 32 then
|
|
print ======$data23
|
|
return -1
|
|
endi
|
|
|
|
if $data24 != 12 then
|
|
print ======$data24
|
|
return -1
|
|
endi
|
|
|
|
if $data25 != 3 then
|
|
print ======$data25
|
|
return -1
|
|
endi
|
|
|
|
# row 3
|
|
if $data31 != 30 then
|
|
print =====data31=$data31
|
|
goto loop1
|
|
endi
|
|
|
|
if $data32 != 30 then
|
|
print =====data32=$data32
|
|
goto loop1
|
|
endi
|
|
|
|
if $data33 != 180 then
|
|
print ======$data33
|
|
return -1
|
|
endi
|
|
|
|
if $data34 != 42 then
|
|
print ======$data34
|
|
return -1
|
|
endi
|
|
|
|
if $data35 != 3 then
|
|
print ======$data35
|
|
return -1
|
|
endi
|
|
|
|
sql select _wstart, count(*) c1, count(d) c2 , sum(a) c3 , max(b) c4, min(c) c5, avg(d) from st interval(10s);
|
|
|
|
|
|
sql create database test1 vgroups 4;
|
|
sql use test1;
|
|
sql create stable st(ts timestamp, a int, b int , c int) tags(ta int,tb int,tc int);
|
|
sql create table ts1 using st tags(1,1,1);
|
|
sql create table ts2 using st tags(2,2,2);
|
|
sql create stream stream_t2 trigger at_once IGNORE EXPIRED 0 IGNORE UPDATE 0 watermark 20s into streamtST1 as select _wstart, count(*) c1, count(a) c2 , sum(a) c3 , max(b) c5, min(c) c6 from st interval(10s) ;
|
|
|
|
sleep 2000
|
|
sql insert into ts1 values(1648791211000,1,2,3);
|
|
sql insert into ts1 values(1648791222001,2,2,3);
|
|
sql insert into ts2 values(1648791211000,1,2,3);
|
|
sql insert into ts2 values(1648791222001,2,2,3);
|
|
|
|
$loop_count = 0
|
|
loop2:
|
|
sql select * from streamtST1;
|
|
|
|
sleep 1000
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 30 then
|
|
return -1
|
|
endi
|
|
|
|
# row 0
|
|
if $data01 != 2 then
|
|
print =8====data01=$data01
|
|
goto loop2
|
|
endi
|
|
|
|
#rows 1
|
|
if $data11 != 2 then
|
|
print =====data11=$data11
|
|
goto loop2
|
|
endi
|
|
|
|
#max,min selectivity
|
|
sql create database test3 vgroups 4;
|
|
sql use test3;
|
|
sql create stable st(ts timestamp, a int, b int , c int) tags(ta int,tb int,tc int);
|
|
sql create table ts1 using st tags(1,1,1);
|
|
sql create table ts2 using st tags(2,2,2);
|
|
sql create stream stream_t3 trigger at_once into streamtST3 as select ts, min(a) c6, a, b, c, ta, tb, tc from st interval(10s) ;
|
|
|
|
sleep 1000
|
|
|
|
sql insert into ts1 values(1648791211000,1,2,3);
|
|
sleep 50
|
|
sql insert into ts1 values(1648791222001,2,2,3);
|
|
sleep 50
|
|
sql insert into ts2 values(1648791211000,1,2,3);
|
|
sleep 50
|
|
sql insert into ts2 values(1648791222001,2,2,3);
|
|
sleep 50
|
|
|
|
$loop_count = 0
|
|
loop3:
|
|
sql select * from streamtST3;
|
|
|
|
print $data00 $data01 $data02 $data03
|
|
print $data10 $data11 $data12 $data13
|
|
|
|
sleep 1000
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 30 then
|
|
return -1
|
|
endi
|
|
|
|
# row 0
|
|
if $data02 != 1 then
|
|
print =====data02=$data02
|
|
goto loop3
|
|
endi
|
|
|
|
# row 1
|
|
if $data12 != 2 then
|
|
print =====data12=$data12
|
|
goto loop3
|
|
endi
|
|
|
|
return 1
|
|
|
|
print ===== step3
|
|
|
|
sql drop database if exists test4;
|
|
sql create database test4 vgroups 10;
|
|
sql use test4;
|
|
sql create stable st(ts timestamp,a int,b int,c varchar(250) ) tags(ta int,tb int,tc int);
|
|
sql create table aaa using st tags(1,1,1);
|
|
sql create table bbb using st tags(2,2,2);
|
|
sql create table ccc using st tags(3,2,2);
|
|
sql create table ddd using st tags(4,2,2);
|
|
|
|
|
|
sql create stream streams1 IGNORE EXPIRED 0 IGNORE UPDATE 0 fill_history 0 watermark 3s into streamst subtable(c) as select _wstart, c , count(*) c1, last_row(b) c2 from st partition by c interval(1s) ;
|
|
|
|
sql insert into aaa values(1648791221001,2,2,"/a1/aa/aa");
|
|
sql insert into bbb values(1648791221001,2,2,"/a1/aa/aa");
|
|
sql insert into ccc values(1648791221001,2,2,"/a1/aa/aa");
|
|
sql insert into ddd values(1648791221001,2,2,"/a1/aa/aa");
|
|
|
|
sql insert into aaa values(1648791222002,2,2,"/a2/aa/aa");
|
|
sql insert into bbb values(1648791222002,2,2,"/a2/aa/aa");
|
|
sql insert into ccc values(1648791222002,2,2,"/a2/aa/aa");
|
|
sql insert into ddd values(1648791222002,2,2,"/a2/aa/aa");
|
|
|
|
sql insert into aaa values(1648791223003,2,2,"/a3/aa/aa");
|
|
sql insert into bbb values(1648791223003,2,2,"/a3/aa/aa");
|
|
sql insert into ccc values(1648791223003,2,2,"/a3/aa/aa");
|
|
sql insert into ddd values(1648791223003,2,2,"/a3/aa/aa");
|
|
|
|
sql insert into aaa values(1648791224003,2,2,"/a4/aa/aa");
|
|
sql insert into bbb values(1648791224003,2,2,"/a4/aa/aa");
|
|
sql insert into ccc values(1648791224003,2,2,"/a4/aa/aa");
|
|
sql insert into ddd values(1648791224003,2,2,"/a4/aa/aa");
|
|
|
|
|
|
sql insert into aaa values(1648791225003,2,2,"/a5/aa/aa");
|
|
sql insert into bbb values(1648791225003,2,2,"/a5/aa/aa");
|
|
sql insert into ccc values(1648791225003,2,2,"/a5/aa/aa");
|
|
sql insert into ddd values(1648791225003,2,2,"/a5/aa/aa");
|
|
|
|
sql insert into aaa values(1648791226003,2,2,"/a6/aa/aa");
|
|
sql insert into bbb values(1648791226003,2,2,"/a6/aa/aa");
|
|
sql insert into ccc values(1648791226003,2,2,"/a6/aa/aa");
|
|
sql insert into ddd values(1648791226003,2,2,"/a6/aa/aa");
|
|
|
|
$loop_count = 0
|
|
|
|
loop4:
|
|
sleep 1000
|
|
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 20 then
|
|
return -1
|
|
endi
|
|
|
|
sql select * from streamst;
|
|
|
|
if $rows == 0 then
|
|
goto loop4
|
|
endi
|
|
|
|
sql delete from aaa where ts = 1648791223003 ;
|
|
|
|
$loop_count = 0
|
|
|
|
loop5:
|
|
sleep 1000
|
|
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 20 then
|
|
return -1
|
|
endi
|
|
|
|
sql select * from streamst;
|
|
|
|
if $rows == 0 then
|
|
goto loop5
|
|
endi
|
|
|
|
|
|
sql delete from ccc;
|
|
|
|
$loop_count = 0
|
|
|
|
loop6:
|
|
sleep 1000
|
|
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 20 then
|
|
return -1
|
|
endi
|
|
|
|
sql select * from streamst;
|
|
|
|
if $rows == 0 then
|
|
goto loop6
|
|
endi
|
|
|
|
sql delete from ddd;
|
|
|
|
$loop_count = 0
|
|
|
|
loop7:
|
|
sleep 1000
|
|
|
|
$loop_count = $loop_count + 1
|
|
if $loop_count == 20 then
|
|
return -1
|
|
endi
|
|
|
|
sql select * from streamst;
|
|
|
|
if $rows == 0 then
|
|
goto loop7
|
|
endi
|
|
|
|
print ===== over
|
|
|
|
system sh/stop_dnodes.sh
|