elasticsearch/build-tools
Mariusz Józala 003d9f0188
[Tests] Fix copying files for test cluster (#124628) (#124659)
In case when file with `.attach_pid` in name was stored in distribution
and then deleted, the exception could stop copying/linking files
without any sign of issue. The files were then missing in the cluster
used in the test causing them sometimes to fail (depending on which
files haven't been copied).

When using `Files.walk` it is impossible to catch the IOException and
continue walking through files conditionally. It has been replaced with
FileVisitor implementation to be able to continue if the exception is
caused by files left temporarily by JVM but no longer available.
2025-03-13 03:19:31 +11:00
..
reaper Add AGPLv3 as a supported license 2024-09-13 14:30:33 -07:00
src [Tests] Fix copying files for test cluster (#124628) (#124659) 2025-03-13 03:19:31 +11:00
build.gradle [Gradle] Update shadow plugin (#116826) (#116877) 2024-11-16 15:06:35 +01:00
settings.gradle [BUILD] Rework build cache authentication on CI (#122296) (#122620) 2025-02-28 22:51:29 +01:00