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 e09c08d11c5 [Fix](Chore) Fix cumu compaction fault injection case 
(#56867)
e09c08d11c5 is described below

commit e09c08d11c545760856a9d1b880fd13cae861e37
Author: abmdocrt <[email protected]>
AuthorDate: Mon Oct 13 15:25:31 2025 +0800

    [Fix](Chore) Fix cumu compaction fault injection case (#56867)
---
 .../test_cumu_compaction_delay_fault_injection.groovy                | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/regression-test/suites/fault_injection_p0/test_cumu_compaction_delay_fault_injection.groovy
 
b/regression-test/suites/fault_injection_p0/test_cumu_compaction_delay_fault_injection.groovy
index 635840dbe0c..f6c5b8ce7a6 100644
--- 
a/regression-test/suites/fault_injection_p0/test_cumu_compaction_delay_fault_injection.groovy
+++ 
b/regression-test/suites/fault_injection_p0/test_cumu_compaction_delay_fault_injection.groovy
@@ -25,6 +25,11 @@ 
suite("test_cumu_compaction_delay_fault_injection","nonConcurrent") {
     def backendId_to_backendHttpPort = [:]
     getBackendIpHttpPort(backendId_to_backendIP, backendId_to_backendHttpPort);
 
+    if (backendId_to_backendIP.size() > 3) {
+        logger.info("Skip test_cumu_compaction_delay_fault_injection because 
backend count is " + backendId_to_backendIP.size())
+        return
+    }
+
     backend_id = backendId_to_backendIP.keySet()[0]
 
     def set_be_param = { paramName, paramValue ->


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to