private static final Logger LOG = LoggerFactory.getLogger(GCConcurrentTest.class);
public void testConcurrentDelete() throws Exception {
Node root = testRootNode;
Session session = root.getSession();
RepositoryImpl rep = (RepositoryImpl) session.getRepository();
if (rep.getDataStore() == null) {
LOG.info("testGC skipped. Data store is not used.");
return;
}
final String testNodeName = "testConcurrentDelete";
node(root, testNodeName);