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 09efc92d46e8bbecdb399209d6072bddd91705be Author: airborne12 <airborn...@gmail.com> AuthorDate: Sat Feb 24 11:55:47 2024 +0800 [Fix](regression) make test_index_compaction_with_multi_index_segments nonConcurrent to avoid concurrent be config modify (#31344) --- .../test_index_compaction_with_multi_index_segments.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy index 693e4aac1b4..4023715c612 100644 --- a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy +++ b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy @@ -17,7 +17,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods -suite("test_index_compaction_with_multi_index_segments", "p0") { +suite("test_index_compaction_with_multi_index_segments", "nonConcurrent") { def tableName = "test_index_compaction_with_multi_index_segments" def backendId_to_backendIP = [:] def backendId_to_backendHttpPort = [:] --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org