Delete tests/script/tsim/query/separator.sim

This commit is contained in:
dapan1121 2023-11-14 13:48:48 +08:00 committed by GitHub
parent c4ac65557f
commit 6a303b09a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
system sh/stop_dnodes.sh
system sh/deploy.sh -n dnode1 -i 1
system sh/exec.sh -n dnode1 -s start
sql connect
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