Commit 77e59ad
fix(tests): skip taxi-size test gracefully when CloudFront blocks the download
GitHub Actions runners get HTTP 403 from
d37ci6vzurychx.cloudfront.net/trip-data/yellow_tripdata_2024-01.parquet
(CloudFront blocks/rate-limits some runner IP ranges). Locally the test
passes because the file is cached at /tmp.
Wrap the download in try/catch IOException and convert to an Assumption
failure ("could not download taxi parquet: ...") so the test skips
instead of breaking CI. Also adds the missing IOException import.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 294d0f4 commit 77e59ad
1 file changed
Lines changed: 7 additions & 1 deletion
File tree
- integration/src/test/java/io/github/dfa1/vortex/integration
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
167 | | - | |
| 168 | + | |
| 169 | + | |
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
171 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
172 | 178 | | |
173 | 179 | | |
174 | 180 | | |
| |||
0 commit comments