cache = cacheContainer.getCache();
InfinispanDirectory dir = new InfinispanDirectory(cache, cache, cache, indexName, CHUNK_SIZE);
stressTestDirectory(dir, "InfinispanLocal");
verifyDirectoryState();
} finally {
cacheContainer.stop();
}
}
@Test(enabled=false)//to prevent invocations from some versions of TestNG
public static void stressTestDirectory(Directory dir, String testLabel) throws InterruptedException, IOException {