This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 12662e42de932e62fd0d06b704b4a5e60030f251 Author: Kaijie Chen <c...@apache.org> AuthorDate: Thu Feb 29 16:34:42 2024 +0800 [fix](test) fix error messages in fault injection tests (follow-up) (#31577) --- .../fault_injection_p0/test_load_stream_stub_failure_injection.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 983c755398d..5b1f9fba05b 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 @@ -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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org