scylladb / scylla-cluster-tests

Tests for Scylla Clusters
GNU Affero General Public License v3.0
57 stars 95 forks source link

[Backport 2024.2] fix(setup): stabilise manager repo file download #9325

Closed mergify[bot] closed 1 day ago

mergify[bot] commented 1 day ago

Even with curl retry mechanism we still get issues with connection reset by peer, failing quickly and breaking test.

Improve retry mechanism by adding --retry-all-errors and decreased connection timeout to 10 seconds. Additionally use remoter retry mechanism.

fixes: https://github.com/scylladb/scylla-cluster-tests/issues/9314

Testing

PR pre-checks (self review)

Reminders

(cherry picked from commit 51856ad08805408d64c56b29ac302e64369c7b64)

Parent PR: #9316