Details
Description
Since the test doesn't clean up the created "logs" dir, when rerunning it fails on this line:
Assert.assertEquals(0, hal.eligibleApplications.size());
hal.checkFilesAndSeedApps(fs, rootLogDir, suffix);
>>> Assert.assertEquals(1, hal.eligibleApplications.size());
java.lang.AssertionError:
Expected :1
Actual :2 (or more for consecutive reruns)
Attachments
Attachments
Issue Links
- is related to
-
MAPREDUCE-6415 Create a tool to combine aggregated logs into HAR files
- Resolved