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