From c418f22d4387df36e9d45191bb2e614b8e1fe4ad Mon Sep 17 00:00:00 2001 From: wenzhouwww Date: Tue, 28 Dec 2021 17:22:37 +0800 Subject: [PATCH] [TD-12145](query): only add case --- tests/system-test/fulltest-query.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/system-test/fulltest-query.sh b/tests/system-test/fulltest-query.sh index c117e1f915..4d7e6d9f86 100755 --- a/tests/system-test/fulltest-query.sh +++ b/tests/system-test/fulltest-query.sh @@ -1,4 +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-12165.py -python3 ./test.py -f 2-query/TD-12145.py \ No newline at end of file +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-12204.py -- GitLab