From 6833de0fbf88c1be98a9e3a85baf9a62e29b45f6 Mon Sep 17 00:00:00 2001 From: Ping Xiao Date: Mon, 28 Mar 2022 09:35:16 +0800 Subject: [PATCH] update test case order --- tests/parallel_test/cases.task | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index cf6ddf7206..66fbbdb1cc 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -284,6 +284,7 @@ 20,,pytest,python3 test.py -f import_merge/importLastTO.py 20,,pytest,python3 test.py -f import_merge/importDataSub.py 20,,pytest,python3 test.py -f import_merge/importDataLastSub.py +20,,pytest,python3 test.py -f table/create.py 19,,script,./test.sh -f unique/stable/dnode2.sim 19,,script,./test.sh -f general/db/vnodes.sim 19,,pytest,python3 test.py -f tools/taosdumpTest3.py @@ -556,6 +557,7 @@ 8,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/sml_interlace.py 8,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/subscripe_json.py 8,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/invalid_commandline.py +8,,pytest,python3 test.py -f update/update2.py 7,,system-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/taosdemoTestInsertWithJsonSml-otherPara.py 7,,pytest,python3 test.py -f tools/taosdumpTest2.py 7,,pytest,python3 test.py -f tools/taosdemoTestdatatype.py @@ -739,6 +741,7 @@ 4,,pytest,python3 test.py -f alter/alterTabAddTagWithNULL.py 4,,pytest,python3 test.py -f alter/alter_debugFlag.py 4,,pytest,python3 test.py -f alter/alter_create_exception.py +4,,pytest,python3 test.py -f insert/line_insert.py 3,,pytest,python3 test.py -f tag_lite/binary.py 3,,pytest,python3 test.py -f query/filterAllIntTypes.py 3,,pytest,python3 ./test.py -f query/queryNcharNull.py @@ -746,6 +749,3 @@ 3,,develop-test,python3 ./test.py -f 1-insert/uppercase_in_stmt.py 3,,develop-test,python3 ./test.py -f 2-query/ts_shortcut.py 3,,develop-test,python3 ./test.py -f 2-query/TD-13414.py -8,,pytest,python3 test.py -f update/update2.py -4,,pytest,python3 test.py -f insert/line_insert.py -20,,pytest,python3 test.py -f table/create.py -- GitLab