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 (#8…
…2288) (#82299) Third attempt at sorting out this problem after #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