From ea62c29dcd91086f68b74ca364b193bfa85fc4cb Mon Sep 17 00:00:00 2001 From: jiajingbin Date: Fri, 16 Jul 2021 09:23:00 +0800 Subject: [PATCH] [TD-5229]: cname display is incomplete add method in util/sql.py---getColNameList() and checkColNameList add testcase query/queryCnameDisplay.py --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 1f45cab13a..ac22d3ee4a 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -240,6 +240,7 @@ python3 ./test.py -f query/nestedQuery/queryInterval.py python3 ./test.py -f query/queryStateWindow.py python3 ./test.py -f query/nestedQuery/queryWithOrderLimit.py python3 ./test.py -f query/nestquery_last_row.py +python3 ./test.py -f query/queryCnameDisplay.py #stream -- GitLab