mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 16:22:15 +00:00
Add a client::make overload that accepts a custom retry strategy, allowing callers to override the default exponential backoff. Use this in s3_test.cc with a test_retry_strategy that sleeps only 1ms between retries instead of exponential backoff, significantly reducing test runtime for tests that encounter transient errors during bucket creation/deletion.
13 KiB
13 KiB