This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 99bd70aa176 branch-3.1: [Fix](Case) Fix some noncurrent cases #53332 
(#53411)
99bd70aa176 is described below

commit 99bd70aa176b09b316f3487238072ce3153c15cd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 17 11:22:05 2025 +0800

    branch-3.1: [Fix](Case) Fix some noncurrent cases #53332 (#53411)
    
    Cherry-picked from #53332
    
    Co-authored-by: abmdocrt <[email protected]>
---
 .../fault_injection_p0/test_cold_data_compaction_fault_injection.groovy  | 1 +
 .../fault_injection_p0/test_cumu_compaction_delay_fault_injection.groovy | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/regression-test/suites/fault_injection_p0/test_cold_data_compaction_fault_injection.groovy
 
b/regression-test/suites/fault_injection_p0/test_cold_data_compaction_fault_injection.groovy
index 3f173edace5..0e7bd86a21c 100644
--- 
a/regression-test/suites/fault_injection_p0/test_cold_data_compaction_fault_injection.groovy
+++ 
b/regression-test/suites/fault_injection_p0/test_cold_data_compaction_fault_injection.groovy
@@ -19,6 +19,7 @@ import com.amazonaws.services.s3.model.ListObjectsRequest
 import java.util.function.Supplier
 
 suite("test_cold_data_compaction_fault_injection", "nonConcurrent") {
+    GetDebugPoint().clearDebugPointsForAllBEs()
     def retryUntilTimeout = { int timeoutSecond, Supplier<Boolean> closure ->
         long start = System.currentTimeMillis()
         while (true) {
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 9d2f6f59b45..635840dbe0c 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
@@ -18,6 +18,7 @@
 import org.codehaus.groovy.runtime.IOGroovyMethods
 
 suite("test_cumu_compaction_delay_fault_injection","nonConcurrent") {
+    GetDebugPoint().clearDebugPointsForAllBEs()
     String backend_id;
 
     def backendId_to_backendIP = [:]


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

Reply via email to