We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c574a99 commit 749e814Copy full SHA for 749e814
test/fixtures/hdfs-fixture/src/main/java/org/elasticsearch/test/fixtures/hdfs/HdfsFixture.java
@@ -202,6 +202,7 @@ private void startMinHdfs() throws Exception {
202
FileUtils.deleteDirectory(baseDir.toFile());
203
} catch (IOException cleanupException) {
204
// Log but don't fail on cleanup errors
205
+ cleanupException.printStackTrace();
206
System.out.println("Failed to cleanup baseDir after attempt " + attempt + ": " + cleanupException.getMessage());
207
}
208
// If the maximum number of attempts is reached, rethrow the exception
0 commit comments