Summary
- Made
@RetryTestproduction-safe for parallel execution and fixes reporting/counting edge cases
What's Changed in 1.1.1
- Gate unused retries as disabled and include BeforeEach/AfterEach in shared retry budget in c044885
- Mark reflection-only fixture as
@Disabledin a826922 - Abort intermediate retryable failures with
TestAbortedExceptionto prevent false successes and count inflation in c674b20 - Make
@RetryTestthread-safe for parallel execution -SAME_THREAD, atomicRetryState, properskip()short-circuit, and validation in a7e39fd - Refactor
RetryExtensionto providevalue()invocation contexts and share retry state via parentStore, short-circuiting remaining invocations once outcome is decided. in 1172da5
Full Changelog: 1.1.0...1.1.1