Skip to content

Commit 130265e

Browse files
authored
TRT-2288: Add configurable retry strategy for test failures (#30223)
* Add configurable retry policy system with multi-retry support Introduces --retry-strategy flag with options "none", "once" *(default, current strategy), and "aggressive". Aggressive retry mode runs all failed tests up to 10 attempts each to confirm failures are real. Tests with <4 failures across attempts are allowed to pass as flaky; >=4 failures create rollup failure test case with concatenated outputs from all attempts. * Adjust thresholds and add some unit tests * Fix bug in once strategy * Address review feedback * Set default to aggressive for testing temporarily * Add autodl file for tracking retries * Revert "Set default to aggressive for testing temporarily" This reverts commit db60b72.
1 parent c21df2e commit 130265e

File tree

6 files changed

+873
-152
lines changed

6 files changed

+873
-152
lines changed

0 commit comments

Comments
 (0)