From 982fbe5d5b3f931ff4045c8d169012018fbf2415 Mon Sep 17 00:00:00 2001 From: wenzhouwww Date: Fri, 24 Dec 2021 14:12:58 +0800 Subject: [PATCH] [TD-12344](query) : add test case for coredump session group by --- tests/system-test/fulltest-query.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/system-test/fulltest-query.sh b/tests/system-test/fulltest-query.sh index fead4888eb..efdbbe4047 100755 --- a/tests/system-test/fulltest-query.sh +++ b/tests/system-test/fulltest-query.sh @@ -1,8 +1,5 @@ -python3 ./test.py -f 2-query/ts_hidden_column.py -python3 ./test.py -f 2-query/union-order.py -python3 test.py -f 2-query/TD-11256.py - -python3 ./test.py -f 2-query/TD-11389.py +python3 ./test.py -f 2-query/TD-11256.py +# python3 ./test.py -f 2-query/TD-11389.py python3 ./test.py -f 2-query/TD-11945_crash.py python3 ./test.py -f 2-query/TD-12340-12342.py python3 ./test.py -f 2-query/TD-12344.py -- GitLab