Skip to content

Commit

Permalink
[fix](test) fix error messages in fault injection tests (follow-up) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijchen authored and Doris-Extras committed Feb 29, 2024
1 parent 9988d6f commit 12662e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ suite("test_stream_stub_fault_injection", "nonConcurrent") {
// StreamSinkFileWriter appendv write segment failed all replica
load_with_injection("StreamSinkFileWriter.appendv.write_segment_failed_all_replica", "failed to send segment data to any replicas")
// StreamSinkFileWriter finalize failed
load_with_injection("StreamSinkFileWriter.finalize.finalize_failed", "failed to finalize any replicas")
load_with_injection("StreamSinkFileWriter.finalize.finalize_failed", "failed to send segment eos to 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
Expand Down

0 comments on commit 12662e4

Please sign in to comment.