[td-225]update the test scripts
This commit is contained in:
parent
c2069b7e42
commit
36cb56d953
|
@ -40,7 +40,7 @@ while $x < $rowNum
|
||||||
endw
|
endw
|
||||||
print ====== tables created
|
print ====== tables created
|
||||||
|
|
||||||
sleep 60000
|
sleep 6000
|
||||||
|
|
||||||
$ts = $ts0 + $delta
|
$ts = $ts0 + $delta
|
||||||
$ts = $ts + 1
|
$ts = $ts + 1
|
||||||
|
|
|
@ -39,7 +39,7 @@ while $x < $rowNum
|
||||||
endw
|
endw
|
||||||
print ====== tables created
|
print ====== tables created
|
||||||
|
|
||||||
sleep 60000
|
sleep 6000
|
||||||
|
|
||||||
$ts = $ts0 + $delta
|
$ts = $ts0 + $delta
|
||||||
$ts = $ts + 1
|
$ts = $ts + 1
|
||||||
|
|
|
@ -39,7 +39,7 @@ while $x < $rowNum
|
||||||
endw
|
endw
|
||||||
print ====== tables created
|
print ====== tables created
|
||||||
|
|
||||||
sleep 60000
|
sleep 6000
|
||||||
|
|
||||||
$ts = $ts + 1
|
$ts = $ts + 1
|
||||||
sql insert into $tb values ( $ts , -1, -1, -1, -1, -1)
|
sql insert into $tb values ( $ts , -1, -1, -1, -1, -1)
|
||||||
|
@ -47,7 +47,7 @@ $ts = $ts0 + $delta
|
||||||
$ts = $ts + 1
|
$ts = $ts + 1
|
||||||
sql import into $tb values ( $ts , -2, -2, -2, -2, -2)
|
sql import into $tb values ( $ts , -2, -2, -2, -2, -2)
|
||||||
|
|
||||||
sleep 60000
|
sleep 6000
|
||||||
|
|
||||||
sql show databases
|
sql show databases
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue