Commit 2b86354
refactor: Move rq_access_mode check into call_with_exp_backoff
Add rq_access_mode parameter to call_with_exp_backoff() so callers
can pass it directly instead of wrapping every call in an if/else
block. This eliminates ~80 lines of duplication across the tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 63168de commit 2b86354
2 files changed
+63
-146
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| 27 | + | |
| 28 | + | |
22 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
23 | 33 | | |
24 | 34 | | |
25 | 35 | | |
| |||
0 commit comments