From c5fb7bfb95705194c3804cc3d86faeaf6b0228cd Mon Sep 17 00:00:00 2001 From: xiaolei li <85657333+xleili@users.noreply.github.com> Date: Sat, 26 Mar 2022 11:05:33 +0800 Subject: [PATCH] [TD-14212]:fix R ci exe order (#11008) --- tests/parallel_test/cases.task | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/parallel_test/cases.task b/tests/parallel_test/cases.task index 0085d0fc60..f1793be712 100644 --- a/tests/parallel_test/cases.task +++ b/tests/parallel_test/cases.task @@ -234,6 +234,7 @@ 30,,script,./test.sh -f unique/account/account_delete.sim 30,,script,./test.sh -f general/import/commit.sim 30,,script,./test.sh -f general/compute/diff2.sim +30,,develop-test,bash 3-connectors/R/test.sh 29,,system-test,python3 ./test.py -f 0-others/create_col_tag.py 29,,script,./test.sh -f unique/arbitrator/dn3_mn1_full_createTableFail.sim 29,,script,./test.sh -f general/wal/maxtables.sim @@ -802,5 +803,4 @@ 1,,develop-test,python3 ./test.py -f 2-query/function_state.py 1,,develop-test,python3 ./test.py -f 5-taos-tools/taosbenchmark/demo.py 8,,pytest,python3 test.py -f update/update2.py -4,,pytest,python3 test.py -f insert/line_insert.py -80,,develop-test,bash 3-connectors/R/test.sh +4,,pytest,python3 test.py -f insert/line_insert.py -- GitLab