hust-hhb commented on code in PR #49204: URL: https://github.com/apache/doris/pull/49204#discussion_r2023925180
########## 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: delete bitmap在超时重试的时候,就是不需要重算的,case 6测试的就是第一次超时,触发重试,第二次导入不需要重算,不重算的判断依据是导入重试后成功了,如果重算就会走第一次的逻辑,在这个case里导入就不会成功 -- 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