elasticsearch/build-tools/src
Mariusz Józala 82dfb9a709
[Tests] Fix copying files for test cluster (#124628) (#124660)
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:29:06 +11:00
..
integTest Update Gradle wrapper to 8.12 (#118683) (#119356) 2024-12-31 08:37:12 +01:00
main [Tests] Fix copying files for test cluster (#124628) (#124660) 2025-03-13 03:29:06 +11:00
test Add AGPLv3 as a supported license 2024-09-13 14:30:33 -07:00
testFixtures Include full stacktrace in gradle functional test failures (#119900) (#119904) 2025-01-10 10:17:49 +11:00