Commit fd77283
committed
test: gate sparse-write fs_tests behind HF_MOUNT_SPARSE_TESTS
The 7 sparse-write tests appended to run_write_tests exercise the full
range_upload + fill_sparse_holes pipeline (PR #41 + xet-core PR #717),
which requires the new /v2/file-chunk-hashes endpoint. Until that endpoint
ships, the flush retries fail in a loop ('caller said original_size=N but
reconstruction info reports M') and the 5s sleeps make the test feel stuck.
Skip the new tests by default; opt in with HF_MOUNT_SPARSE_TESTS=1 once the
endpoint is live.1 parent 303eeea commit fd77283
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
413 | 423 | | |
414 | 424 | | |
415 | 425 | | |
| |||
0 commit comments