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 b3da9bad3e9 [fix](move-memtable)  fix load stream stub fault injection 
test (#29431)
b3da9bad3e9 is described below

commit b3da9bad3e9aefcee20082964ec459c7e2f52537
Author: HHoflittlefish777 <[email protected]>
AuthorDate: Wed Jan 3 11:15:18 2024 +0800

    [fix](move-memtable)  fix load stream stub fault injection test (#29431)
---
 .../test_load_stream_stub_failure_injection.groovy                  | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git 
a/regression-test/suites/fault_injection_p0/test_load_stream_stub_failure_injection.groovy
 
b/regression-test/suites/fault_injection_p0/test_load_stream_stub_failure_injection.groovy
index ed02d3e7ac1..7ad2b1e71eb 100644
--- 
a/regression-test/suites/fault_injection_p0/test_load_stream_stub_failure_injection.groovy
+++ 
b/regression-test/suites/fault_injection_p0/test_load_stream_stub_failure_injection.groovy
@@ -81,12 +81,8 @@ suite("test_stream_stub_fault_injection", "nonConcurrent") {
         }
     }
 
-    // StreamSinkFileWriter appendv write segment failed one replica
-    
load_with_injection("StreamSinkFileWriter.appendv.write_segment_failed_one_replica",
 "")
-    // StreamSinkFileWriter appendv write segment failed two replica
-    
load_with_injection("StreamSinkFileWriter.appendv.write_segment_failed_two_replica",
 "")
     // StreamSinkFileWriter appendv write segment failed all replica
-    
load_with_injection("StreamSinkFileWriter.appendv.write_segment_failed_all_replica",
 "stream sink file writer append data failed")
+    
load_with_injection("StreamSinkFileWriter.appendv.write_segment_failed_all_replica",
 "failed to write any replicas")
     // LoadStreams stream wait failed
     load_with_injection("LoadStreamStub._send_with_retry.stream_write_failed", 
"StreamWrite failed, err=32")
     // LoadStreams keeping stream when release


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

Reply via email to