From d5c73f31a64e66ea019d6584ad925ef82c6058fb Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Wed, 14 Jun 2023 14:06:07 +0800 Subject: [PATCH] add test case --- tests/parallel_test/cases.task | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index 0ed613f1fb..eb47d7ff9d 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -812,6 +812,7 @@ ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/concat2.py ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/json_tag.py ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/nestedQueryInterval.py +,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/systable_func.py ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity.py ,,y,system-test,./pytest.sh python3 ./test.py -f 2-query/stablity_1.py -- GitLab