checkCacheNOTDeletion(localfs, fourthCacheFile, "DistributedCache failed " +
"Deleted fourth cache LRU order.");
// Clean up the files created in this test
new File(thirdCacheFile.toString()).delete();
new File(fourthCacheFile.toString()).delete();
manager.stopCleanupThread();
}
public void testSameNameFileArchiveCache() throws IOException,
URISyntaxException, InterruptedException {
if (!canRun()) {