zeroshade opened a new pull request, #1279: URL: https://github.com/apache/arrow-go/pull/1279
### Rationale for this change CI has intermittently failed while downloading Go modules and Apache RAT, including HTTP/2 proxy failures and Maven Central HTTP 429 responses. These downloads currently fail on the first transient network error, and RAT is downloaded again whenever the pre-commit environment cache misses. ### What changes are included in this PR? - Retry the Go module download in the Debian test image with bounded backoff - Retry RAT downloads on transient HTTP and transport failures - Remove partial or checksum-invalid RAT artifacts - Cache the checksum-verified RAT jar independently of pre-commit environments ### Are these changes tested? - `bash -n dev/release/run_rat.sh` - `shellcheck dev/release/run_rat.sh` - corrupt-RAT behavioral probe verifies checksum failure removes the artifact - `actionlint .github/workflows/lint.yml` - `git diff --check` ### Are there any user-facing changes? No. This only makes CI dependency acquisition more resilient. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
