Ma77Ball commented on PR #5647: URL: https://github.com/apache/texera/pull/5647#issuecomment-4700437815
Added `LakeFSStorageClientSpec` covering the retry helper: immediate success, retry-then-success with the expected backoff delays, exhaustion preserving the original exception as cause, and the interrupt fail-fast path. To test without a live LakeFS server, I extracted the retry loop into `retryWithBackoff(maxAttempts, initialDelayMillis, sleep)(operation)` with an injectable `sleep`. All 4 tests pass locally. -- 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]
