scripts
This commit is contained in:
parent
b08c2b97a1
commit
353dc70f4b
|
@ -0,0 +1,2 @@
|
|||
run general/parser/projection_limit_offset.sim
|
||||
run general/parser/limit2.sim
|
|
@ -25,8 +25,8 @@ sql create table $tb (ts timestamp, b bool, t tinyint, s smallint, i int, big bi
|
|||
|
||||
$count = 0
|
||||
while $count < $N
|
||||
$ms = $count . a
|
||||
sql insert into $tb values( now+ $ms , 1, 0, $count , $count , $count ,'it is a string')
|
||||
$ms = 1591200000000 + $count
|
||||
sql insert into $tb values( $ms , 1, 0, $count , $count , $count ,'it is a string')
|
||||
$count = $count + 1
|
||||
endw
|
||||
|
||||
|
@ -46,8 +46,8 @@ sql create table $tb (ts timestamp, f float, d double, str binary(256))
|
|||
|
||||
$count = 0
|
||||
while $count < $N
|
||||
$ms = $count . a
|
||||
sql insert into $tb values( now+ $ms , $count , $count ,'it is a string')
|
||||
$ms = 1591286400000 + $count
|
||||
sql insert into $tb values( $ms , $count , $count ,'it is a string')
|
||||
$count = $count + 1
|
||||
endw
|
||||
|
||||
|
@ -75,8 +75,8 @@ sql create table $tb (ts timestamp, b bool, t tinyint, s smallint, i int, big bi
|
|||
|
||||
$count = 0
|
||||
while $count < $N
|
||||
$ms = $count . a
|
||||
sql insert into $tb values( now+ $ms , 1 , 0 , $count , $count , $count , $count , $count ,'it is a string')
|
||||
$ms = 1591372800000 + $count
|
||||
sql insert into $tb values( $ms , 1 , 0 , $count , $count , $count , $count , $count ,'it is a string')
|
||||
$count = $count + 1
|
||||
endw
|
||||
|
||||
|
|
|
@ -26,8 +26,8 @@ sql create table $tb (ts timestamp, b bool, t tinyint, s smallint, i int, big bi
|
|||
|
||||
$count = 0
|
||||
while $count < $N
|
||||
$ms = $count . a
|
||||
sql insert into $tb values( now+ $ms , 1, 0, $count , $count , $count ,'it is a string')
|
||||
$ms = 1591200000000 + $count
|
||||
sql insert into $tb values( $ms , 1, 0, $count , $count , $count ,'it is a string')
|
||||
$count = $count + 1
|
||||
endw
|
||||
|
||||
|
@ -48,8 +48,8 @@ sql create table $tb (ts timestamp, f float, d double, str binary(256))
|
|||
|
||||
$count = 0
|
||||
while $count < $N
|
||||
$ms = $count . a
|
||||
sql insert into $tb values( now+ $ms , $count , $count ,'it is a string')
|
||||
$ms = 1591286400000 + $count
|
||||
sql insert into $tb values( $ms , $count , $count ,'it is a string')
|
||||
$count = $count + 1
|
||||
endw
|
||||
|
||||
|
@ -70,8 +70,8 @@ sql create table $tb (ts timestamp, b bool, t tinyint, s smallint, i int, big bi
|
|||
|
||||
$count = 0
|
||||
while $count < $N
|
||||
$ms = $count . a
|
||||
sql insert into $tb values( now+ $ms , 1 , 0 , $count , $count , $count , $count , $count ,'it is a string')
|
||||
$ms = 1591372800000 + $count
|
||||
sql insert into $tb values( $ms , 1 , 0 , $count , $count , $count , $count , $count ,'it is a string')
|
||||
$count = $count + 1
|
||||
endw
|
||||
|
||||
|
|
|
@ -26,8 +26,8 @@ sql create table $tb (ts timestamp, b bool, t tinyint, s smallint, i int, big bi
|
|||
|
||||
$count = 0
|
||||
while $count < $N
|
||||
$ms = $count . a
|
||||
sql insert into $tb values( now+ $ms , 1, 0, $count , $count , $count ,'it is a string')
|
||||
$ms = 1591200000000 + $count
|
||||
sql insert into $tb values( $ms , 1, 0, $count , $count , $count ,'it is a string')
|
||||
$count = $count + 1
|
||||
endw
|
||||
|
||||
|
@ -48,8 +48,8 @@ sql create table $tb (ts timestamp, f float, d double, str binary(256))
|
|||
|
||||
$count = 0
|
||||
while $count < $N
|
||||
$ms = $count . a
|
||||
sql insert into $tb values( now+ $ms , $count , $count ,'it is a string')
|
||||
$ms = 1591286400000 + $count
|
||||
sql insert into $tb values( $ms , $count , $count ,'it is a string')
|
||||
$count = $count + 1
|
||||
endw
|
||||
|
||||
|
@ -70,8 +70,8 @@ sql create table $tb (ts timestamp, b bool, t tinyint, s smallint, i int, big bi
|
|||
|
||||
$count = 0
|
||||
while $count < $N
|
||||
$ms = $count . a
|
||||
sql insert into $tb values( now+ $ms , 1 , 0 , $count , $count , $count , $count , $count ,'it is a string')
|
||||
$ms = 1591372800000 + $count
|
||||
sql insert into $tb values( $ms , 1 , 0 , $count , $count , $count , $count , $count ,'it is a string')
|
||||
$count = $count + 1
|
||||
endw
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@ sql create table $tb (ts timestamp, b bool, t tinyint, s smallint, i int, big bi
|
|||
|
||||
$count = 0
|
||||
while $count < $N
|
||||
$ms = $count . a
|
||||
sql insert into $tb values( now+ $ms , 1, 0, $count , $count , $count ,'it is a string')
|
||||
$ms = 1591200000000 + $count
|
||||
sql insert into $tb values( $ms , 1, 0, $count , $count , $count ,'it is a string')
|
||||
$count = $count + 1
|
||||
endw
|
||||
|
||||
|
@ -47,8 +47,8 @@ sql create table $tb (ts timestamp, f float, d double, str binary(256))
|
|||
|
||||
$count = 0
|
||||
while $count < $N
|
||||
$ms = $count . a
|
||||
sql insert into $tb values( now+ $ms , $count , $count ,'it is a string')
|
||||
$ms = 1591286400000 + $count
|
||||
sql insert into $tb values( $ms , $count , $count ,'it is a string')
|
||||
$count = $count + 1
|
||||
endw
|
||||
|
||||
|
@ -69,8 +69,8 @@ sql create table $tb (ts timestamp, b bool, t tinyint, s smallint, i int, big bi
|
|||
|
||||
$count = 0
|
||||
while $count < $N
|
||||
$ms = $count . a
|
||||
sql insert into $tb values( now+ $ms , 1 , 0 , $count , $count , $count , $count , $count ,'it is a string')
|
||||
$ms = 1591372800000 + $count
|
||||
sql insert into $tb values( $ms , 1 , 0 , $count , $count , $count , $count , $count ,'it is a string')
|
||||
$count = $count + 1
|
||||
endw
|
||||
|
||||
|
|
|
@ -0,0 +1,48 @@
|
|||
cd ../../../debug; cmake ..
|
||||
cd ../../../debug; make
|
||||
|
||||
#./test.sh -f general/parser/lastrow.sim
|
||||
#./test.sh -f general/parser/nchar.sim
|
||||
#./test.sh -f general/parser/limit.sim
|
||||
#./test.sh -f general/parser/limit1.sim
|
||||
#./test.sh -f general/parser/limit1_tblocks100.sim
|
||||
#./test.sh -f general/parser/binary_escapeCharacter.sim
|
||||
#./test.sh -f general/parser/projection_limit_offset.sim
|
||||
#./test.sh -f general/parser/limit2.sim
|
||||
#./test.sh -f general/stable/metrics.sim
|
||||
#./test.sh -f general/table/date.sim
|
||||
#./test.sh -f unique/big/balance.sim
|
||||
#./test.sh -f unique/column/replica3.sim
|
||||
#./test.sh -f unique/db/commit.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
./test.sh -f unique/db/delete.sim
|
||||
|
||||
#./test.sh -f unique/db/replica_add12.sim
|
||||
#./test.sh -f unique/db/replica_add13.sim
|
||||
#./test.sh -f unique/vnode/replica3_basic.sim
|
||||
#./test.sh -f unique/dnode/balance1.sim
|
||||
#./test.sh -f unique/dnode/balance2.sim
|
||||
#./test.sh -f unique/dnode/balance3.sim
|
||||
#./test.sh -f unique/cluster/balance1.sim
|
||||
#./test.sh -f unique/cluster/balance2.sim
|
||||
#./test.sh -f unique/cluster/balance3.sim
|
Loading…
Reference in New Issue