Skip to content
Snippets Groups Projects
Commit 87d30656 authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Remove on the fly temporary file.

In case of big dump file, directory /tmp can be saturated with the
testCorruptedFiles test.
parent ce18cb2c
No related branches found
No related tags found
No related merge requests found
......@@ -255,6 +255,7 @@ public class DumpReplayerTest {
Assert.assertEquals(i + 1, ((Integer) re.getParts()[0]).intValue());
Assert.assertEquals(corrupted, re.getParts()[1]);
}
corrupted.delete();
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment