This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new ca506fab899 [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent (#47372) ca506fab899 is described below commit ca506fab8990b86fee63a057b0573baee0cc9a72 Author: abmdocrt <lianyuk...@selectdb.com> AuthorDate: Sun Jan 26 10:19:53 2025 +0800 [Fix](test) test_cumu_compaction_with_delete case should be nonConcurrent (#47372) --- .../suites/compaction/test_cumu_compaction_with_delete.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/compaction/test_cumu_compaction_with_delete.groovy b/regression-test/suites/compaction/test_cumu_compaction_with_delete.groovy index 4ac3953f55a..dead69e9729 100644 --- a/regression-test/suites/compaction/test_cumu_compaction_with_delete.groovy +++ b/regression-test/suites/compaction/test_cumu_compaction_with_delete.groovy @@ -17,7 +17,7 @@ import org.codehaus.groovy.runtime.IOGroovyMethods -suite("test_cumu_compaction_with_delete") { +suite("test_cumu_compaction_with_delete", "nonConcurrent") { def backendId_to_backendIP = [:] def backendId_to_backendHttpPort = [:] getBackendIpHttpPort(backendId_to_backendIP, backendId_to_backendHttpPort); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org