Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle wrapped IO exceptions in test cluster distribution syncing (el…
…astic#82288) (elastic#82300) Third attempt at sorting out this problem after elastic#82154 didn't do the trick. The issue is that `FileTreeIterator` wraps the root cause exception in an `UncheckedIOException` so to detect this scenario properly we actually have to inspect the cause.
- Loading branch information