hust-hhb commented on code in PR #49204: URL: https://github.com/apache/doris/pull/49204#discussion_r2024171242
########## regression-test/suites/fault_injection_p0/cloud/test_cloud_mow_delete_bitmap_lock_case.groovy: ########## @@ -420,8 +526,179 @@ suite("test_cloud_mow_stream_load_with_commit_fail", "nonConcurrent") { assertEquals(last_total_retry + 7, total_retry) qt_sql12 """ select * from ${tableName} order by id""" } Review Comment: 这里触发了重试,通过重试次数来判断的,最后导入成功了,因为重试不重算,如果重试又重算,导入是失败的,通过日志也确认了这一点 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org