This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 5914c169b73 branch-4.0: [Fix](Chore) Fix cumu compaction fault
injection case #56867 (#56901)
5914c169b73 is described below
commit 5914c169b737d9345d3a9252931d1aff36dced23
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 14 11:17:18 2025 +0800
branch-4.0: [Fix](Chore) Fix cumu compaction fault injection case #56867
(#56901)
Cherry-picked from #56867
Co-authored-by: abmdocrt <[email protected]>
---
.../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]