From a03ac456d7a5770384ac92882edee5400480e083 Mon Sep 17 00:00:00 2001 From: Xiaoyu Wang Date: Thu, 28 Oct 2021 05:41:36 -0400 Subject: [PATCH] TD-5903 Romove 'SHOW VGROUP tabname' command. --- tests/pytest/fulltest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytest/fulltest.sh b/tests/pytest/fulltest.sh index 18c00fdafd..d7f211962f 100755 --- a/tests/pytest/fulltest.sh +++ b/tests/pytest/fulltest.sh @@ -269,6 +269,7 @@ python3 ./test.py -f query/queryCnameDisplay.py python3 ./test.py -f query/operator_cost.py python3 test.py -f query/nestedQuery/queryWithSpread.py python3 ./test.py -f query/bug6586.py +python3 ./test.py -f query/bug5903.py #stream python3 ./test.py -f stream/metric_1.py -- GitLab