Commit dff162c
test(waterdata): retry every transient error in the flaky-rerun filter (#325)
The suite already retries transient HTTP failures (flaky's `only_rerun`), but
the patterns missed two kinds, so a transient upstream 502 failed CI instead of
retrying:
- a direct 5xx is raised as `ServiceUnavailable`, and
- a chunked request wraps a transient 429/5xx as `QuotaExhausted` /
`ServiceInterrupted`.
Add patterns for both. Verified they retry these transient errors but not
deterministic ones (e.g. a 404 or an assertion failure).
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent afcbf62 commit dff162c
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
| |||
0 commit comments