Merge pull request #12025 from taosdata/test-v3.0/lihui

test: add test case for checking network by taos
This commit is contained in:
Hui Li 2022-04-29 11:25:26 +08:00 committed by GitHub
commit 575c6488f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ set -e
set -x set -x
python3 ./test.py -f 0-others/taosShell.py python3 ./test.py -f 0-others/taosShell.py
python3 ./test.py -f 0-others/taosShellError.py
python3 ./test.py -f 0-others/taosShellNetChk.py
#python3 ./test.py -f 2-query/between.py #python3 ./test.py -f 2-query/between.py