rust/sedona-raster-zarr: Find route to unignore network tests
- Dominant language
- Rust
- Stars
- 503
- Forks
- 61
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 91
Description
There are a few `#[ignore]`d tests that use network access in the sedona-raster-zarr crate. We should either unignore them, move the network accesses to something that in theory is stable (e.g., sedona-testing), or run them less frequently to reduce the stress we put on the external servers (e.g., only on commit to `main` via environment variable, or weekly together with other slow tests or benchmarks).
_Originally posted by @paleolimbot in https://github.com/apache/sedona-db/pull/943#discussion_r3404188413_
Contributor guide
Research direction
Inspect the ignored network-accessing tests in the sedona-raster-zarr crate and review how tests are currently run. Compare the proposed options—unignoring them, moving network access to sedona-testing, or scheduling them less often—and document a chosen policy. Done means the tests have a defined, reliable execution path without unnecessary stress on external servers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking, testing
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100