[test: add cases into ci for taos shell]

This commit is contained in:
plum-lihui 2022-04-27 20:30:28 +08:00
parent 361f038d3c
commit 06f68bbb0f
2 changed files with 4 additions and 1 deletions

View File

@ -315,7 +315,7 @@ class TDTestCase:
tdLog.exit("taos -C fail") tdLog.exit("taos -C fail")
print ("-C return content:\n ", retVal) #print ("-C return content:\n ", retVal)
totalCfgItem = {"firstEp":['', '', ''], } totalCfgItem = {"firstEp":['', '', ''], }
for line in retVal.splitlines(): for line in retVal.splitlines():
strList = line.split() strList = line.split()

View File

@ -1,6 +1,9 @@
#!/bin/bash #!/bin/bash
set -e set -e
python3 ./test.py -f 0-others/taosShell.py
#python3 ./test.py -f 2-query/between.py #python3 ./test.py -f 2-query/between.py
#python3 ./test.py -f 2-query/distinct.py #python3 ./test.py -f 2-query/distinct.py
python3 ./test.py -f 2-query/varchar.py python3 ./test.py -f 2-query/varchar.py