From 06f68bbb0fd50ac2b0ac8f76d50da30e35507bb2 Mon Sep 17 00:00:00 2001 From: plum-lihui Date: Wed, 27 Apr 2022 20:30:28 +0800 Subject: [PATCH] [test: add cases into ci for taos shell] --- tests/system-test/0-others/taosShell.py | 2 +- tests/system-test/fulltest.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/system-test/0-others/taosShell.py b/tests/system-test/0-others/taosShell.py index cb7677b6e1..fa94dea656 100644 --- a/tests/system-test/0-others/taosShell.py +++ b/tests/system-test/0-others/taosShell.py @@ -315,7 +315,7 @@ class TDTestCase: tdLog.exit("taos -C fail") - print ("-C return content:\n ", retVal) + #print ("-C return content:\n ", retVal) totalCfgItem = {"firstEp":['', '', ''], } for line in retVal.splitlines(): strList = line.split() diff --git a/tests/system-test/fulltest.sh b/tests/system-test/fulltest.sh index 30477722ab..83f185ae97 100755 --- a/tests/system-test/fulltest.sh +++ b/tests/system-test/fulltest.sh @@ -1,6 +1,9 @@ #!/bin/bash set -e +python3 ./test.py -f 0-others/taosShell.py + + #python3 ./test.py -f 2-query/between.py #python3 ./test.py -f 2-query/distinct.py python3 ./test.py -f 2-query/varchar.py -- GitLab