This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 49411a3139148ff7d640f11982a143a1f3235a36 Author: zclllyybb <zhaochan...@selectdb.com> AuthorDate: Wed Feb 21 15:28:07 2024 +0800 [fix](testcase) enable multi_thread_load auto partition test in p1 group (#31085) enable multi_thread_load auto partition test in p1 group --- .../suites/partition_p1/auto_partition/sql/multi_thread_load.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/partition_p1/auto_partition/sql/multi_thread_load.groovy b/regression-test/suites/partition_p1/auto_partition/sql/multi_thread_load.groovy index aebc022feeb..4dcec2c91cf 100644 --- a/regression-test/suites/partition_p1/auto_partition/sql/multi_thread_load.groovy +++ b/regression-test/suites/partition_p1/auto_partition/sql/multi_thread_load.groovy @@ -21,7 +21,7 @@ import java.nio.file.Paths import java.net.URL import java.io.File -suite("multi_thread_load", "nonConcurrent") { // stress case should use resource fully +suite("multi_thread_load", "p1,nonConcurrent") { // stress case should use resource fully // get doris-db from s3 def dirPath = context.file.parent def fatherPath = context.file.parentFile.parentFile.getPath() --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org