l.add(recid);
}
//make commit just after bunch of records was added,
// we need to test that all records made it into transaction log
a.commit();
assertEquals(max, putCounter.longValue() );
assertTrue(a.writeCache.isEmpty());
a.close();
//now reopen db and check ths
t = (StoreWAL) DBMaker.newFileDB(index).cacheDisable().makeEngine();