From 97286faa8d94371cfc8aa6025033cec6eba38bd7 Mon Sep 17 00:00:00 2001 From: xiao-77 Date: Tue, 4 Mar 2025 15:20:10 +0800 Subject: [PATCH] Test(insert): add auto_create_insert to ci. --- 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 8f986ad445..cd6fed7fb9 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -51,6 +51,7 @@ ,,y,army,./pytest.sh python3 ./test.py -f query/accuracy/test_ts5400.py ,,y,army,./pytest.sh python3 ./test.py -f query/accuracy/test_having.py ,,y,army,./pytest.sh python3 ./test.py -f insert/insert_basic.py -N 3 +,,y,army,./pytest.sh python3 ./test.py -f insert/auto_create_insert.py ,,y,army,./pytest.sh python3 ./test.py -f cluster/splitVgroupByLearner.py -N 3 ,,y,army,./pytest.sh python3 ./test.py -f authorith/authBasic.py -N 3 ,,n,army,python3 ./test.py -f cmdline/fullopt.py