4950515253545556
@Override @Test(enabled = false) public void cycle() throws Exception { databaseDocumentTx.begin(); String key = "bsadfasfas" + random.nextInt(); index.put(key, new ORecordId(0, new OClusterPositionLong(0))); databaseDocumentTx.commit(); }
4647484950515253
@Override @Test(enabled = false) public void cycle() throws Exception { databaseDocumentTx.begin(); String key = "bsadfasfas" + random.nextInt(); hashIndex.put(key, new ORecordId(0, new OClusterPositionLong(0))); databaseDocumentTx.commit(); }