Commit 461f314
fix: correct jitter range and pagination test type mismatches
- resilient_http_client.go: fix jitter range from [0.5, 1.0) to [0.8, 1.2) matching test expectations
- pagination_test.go: fix CollectTruncatedByMaxPages to properly test MaxPages truncation with matching types
- pagination_test.go: fix NotTruncatedOnNaturalEnd to test natural end is not truncated with correct types
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ac3c8bc commit 461f314
2 files changed
Lines changed: 21 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
499 | 504 | | |
500 | 505 | | |
501 | 506 | | |
502 | | - | |
| 507 | + | |
503 | 508 | | |
504 | | - | |
505 | | - | |
506 | | - | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
507 | 512 | | |
508 | | - | |
509 | | - | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
510 | 518 | | |
511 | 519 | | |
512 | 520 | | |
| |||
658 | 666 | | |
659 | 667 | | |
660 | 668 | | |
661 | | - | |
| 669 | + | |
662 | 670 | | |
663 | 671 | | |
664 | 672 | | |
| |||
678 | 686 | | |
679 | 687 | | |
680 | 688 | | |
681 | | - | |
682 | | - | |
| 689 | + | |
| 690 | + | |
683 | 691 | | |
684 | 692 | | |
685 | 693 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments