[td-225] update the test sim
This commit is contained in:
parent
625248dfd3
commit
dc92ea0d8f
|
@ -80,6 +80,7 @@ print $rows
|
||||||
|
|
||||||
sql select ts from group_mt0 where ts>='1970-1-1 8:1:43' and ts<='1970-1-1 8:1:43.500' limit 8000 offset 0;
|
sql select ts from group_mt0 where ts>='1970-1-1 8:1:43' and ts<='1970-1-1 8:1:43.500' limit 8000 offset 0;
|
||||||
if $rows != 4008 then
|
if $rows != 4008 then
|
||||||
|
print expect 4008, actual:$rows
|
||||||
return -1
|
return -1
|
||||||
endi
|
endi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue