This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 13e88b8a152 branch-2.1: [Fix](test) test_cumu_compaction_with_delete
case should be nonConcurrent #47372 (#47448)
13e88b8a152 is described below
commit 13e88b8a152f8f9b1e693bf6efe9c42cc62a31b7
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 27 08:48:13 2025 +0800
branch-2.1: [Fix](test) test_cumu_compaction_with_delete case should be
nonConcurrent #47372 (#47448)
Cherry-picked from #47372
Co-authored-by: abmdocrt <[email protected]>
---
.../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: [email protected]
For additional commands, e-mail: [email protected]