fix test case
This commit is contained in:
parent
2416411eaf
commit
738e1803a8
|
@ -89,10 +89,4 @@ endi
|
||||||
#TODO: MOVE IT TO NORMAL CASE
|
#TODO: MOVE IT TO NORMAL CASE
|
||||||
sql_error select * from tb1 where not (null);
|
sql_error select * from tb1 where not (null);
|
||||||
|
|
||||||
sql select sum(1/0) from tb1;
|
|
||||||
if $rows != 1 then
|
|
||||||
return -1
|
|
||||||
endi
|
|
||||||
|
|
||||||
|
|
||||||
system sh/exec.sh -n dnode1 -s stop -x SIGINT
|
system sh/exec.sh -n dnode1 -s stop -x SIGINT
|
||||||
|
|
Loading…
Reference in New Issue