Commit c8a5d89
committed
fix(e2e): add ResponseNotFound retry to statistics test
The test_statistics_endpoint was flaky because it failed immediately
on ResponseNotFound (404) instead of retrying. This happens when the
split-descriptive-statistics worker job hasn't completed yet.
This follows the established pattern used in test_55_first_rows.py,
test_52_search.py, test_53_filter.py, and test_54_rows.py which all
use should_retry_x_error_codes=["ResponseNotFound"] for the same reason.1 parent 7ade8fb commit c8a5d89
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments