You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add comprehensive retry_on_exceptions test with fail-then-succeed model
Add test_retry_on_custom_exception_with_fail_then_succeed_model that verifies
the actual retry mechanism works end-to-end with a custom exception type.
Uses a CustomErrorModel that fails on first call and succeeds on retry.
0 commit comments