From 457443834537c98e30e52f9d886f84cbd4d251ab Mon Sep 17 00:00:00 2001 From: huohong <346479823@qq.com> Date: Fri, 31 Oct 2025 19:09:05 +0800 Subject: [PATCH 1/3] test: put unit test run first --- test/ci/cases.task | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ci/cases.task b/test/ci/cases.task index cdd26262e57b..054bd0cdadb0 100644 --- a/test/ci/cases.task +++ b/test/ci/cases.task @@ -755,7 +755,7 @@ # 82-UnitTest -100,,n,cases,bash 82-UnitTest/test.sh +101,,n,cases,bash 82-UnitTest/test.sh # 83-DocTest From c3f680e9b1aa0cf51a88b5cc8e35052528cd3a27 Mon Sep 17 00:00:00 2001 From: huohong <346479823@qq.com> Date: Fri, 31 Oct 2025 19:15:28 +0800 Subject: [PATCH 2/3] test: put unit test run first --- test/ci/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ci/run.sh b/test/ci/run.sh index acd4af365105..4fdb43877bc4 100755 --- a/test/ci/run.sh +++ b/test/ci/run.sh @@ -570,6 +570,7 @@ while [ $i -lt ${#hosts[*]} ]; do run_thread $i $j & j=$((j + 1)) done + sleep 1 i=$((i + 1)) done From 4766d7f5fb9d16cf51f81e34e0a1ffe10a5761e3 Mon Sep 17 00:00:00 2001 From: huohong <346479823@qq.com> Date: Mon, 3 Nov 2025 16:11:40 +0800 Subject: [PATCH 3/3] Update cases.task --- test/ci/cases.task | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ci/cases.task b/test/ci/cases.task index 054bd0cdadb0..c5af891a9967 100644 --- a/test/ci/cases.task +++ b/test/ci/cases.task @@ -60,7 +60,7 @@ ,,y,.,./ci/pytest.sh pytest cases/02-Databases/02-Drop/test_db_repeat.py ,,n,.,pytest cases/02-Databases/02-Drop/test_db_writing.py ## 03-Alter -,,y,.,./ci/pytest.sh pytest cases/02-Databases/03-Alter/test_db_alter_database.py +100,,y,.,./ci/pytest.sh pytest cases/02-Databases/03-Alter/test_db_alter_database.py ,,y,.,./ci/pytest.sh pytest cases/02-Databases/03-Alter/test_db_alter_option_keep.py ,,y,.,./ci/pytest.sh pytest cases/02-Databases/03-Alter/test_db_alter_option.py -N 3 ,,y,.,./ci/pytest.sh pytest cases/02-Databases/03-Alter/test_db_alter_replica.py -N 4 @@ -1167,4 +1167,4 @@ ,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/99-TDcase/test_TS_3821.py ,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/99-TDcase/test_TS_5130.py ,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/99-TDcase/test_TS_5580.py -,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/99-TDcase/test_TD_20582.py \ No newline at end of file +,,y,.,./ci/pytest.sh pytest cases/uncatalog/system-test/99-TDcase/test_TD_20582.py