From 5282b6c9a8892ec45f70d238cdd46945b74f8586 Mon Sep 17 00:00:00 2001 From: wenzhouwww Date: Fri, 31 Dec 2021 19:05:52 +0800 Subject: [PATCH] [TD-12145](query):update fulltest.sh --- tests/system-test/fulltest-query.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/system-test/fulltest-query.sh b/tests/system-test/fulltest-query.sh index 4d7e6d9f86..f89b3e694d 100755 --- a/tests/system-test/fulltest-query.sh +++ b/tests/system-test/fulltest-query.sh @@ -2,4 +2,8 @@ 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-11561.py + python3 ./test.py -f 2-query/TD-12204.py + -- GitLab