cancel task
This commit is contained in:
parent
05eb328b22
commit
fbd0d6a3cc
|
@ -1063,7 +1063,6 @@ e
|
|||
,,y,script,./test.sh -f tsim/query/bug3398.sim
|
||||
,,y,script,./test.sh -f tsim/query/explain_tsorder.sim
|
||||
,,y,script,./test.sh -f tsim/query/apercentile.sim
|
||||
,,y,script,./test.sh -f tsim/query/separator.sim
|
||||
,,y,script,./test.sh -f tsim/qnode/basic1.sim
|
||||
,,y,script,./test.sh -f tsim/snode/basic1.sim
|
||||
,,y,script,./test.sh -f tsim/mnode/basic1.sim
|
||||
|
|
|
@ -3,9 +3,9 @@ system sh/deploy.sh -n dnode1 -i 1
|
|||
system sh/exec.sh -n dnode1 -s start
|
||||
sql connect
|
||||
|
||||
sql select 'a;b' as x
|
||||
if $rows != 1 then
|
||||
return -1
|
||||
endi
|
||||
system taos -P7100 -s 'select "a;b" as x\G' | grep -v 'Query OK' | grep -v 'Client Version' > /tmp/separator.result
|
||||
system echo ----------------------diff start-----------------------
|
||||
system git diff --exit-code --color tsim/query/r/separator.result /tmp/separator.result
|
||||
system echo ----------------------diff succeed-----------------------
|
||||
|
||||
system sh/exec.sh -n dnode1 -s stop -x SIGINT
|
Loading…
Reference in New Issue