8788899091929394959697
{ AtomicAction A = new AtomicAction(); A.begin(); A.add(new BasicRecord()); A.commit(); } catch (final Exception ex) {
5455565758596061626364
System.err.println("IMPORTANT: if there are warnings about USER_DEF_FIRST0 then the test has failed!"); A.begin(); A.add(new BasicRecord()); A.commit(); RecoverAtomicAction rAA = new RecoverAtomicAction(txId, ActionStatus.COMMITTED);
System.err.println("IMPORTANT: ignore warnings about USER_DEF_FIRST0 as they are expected due to BasicRecord usage!"); A.begin(); A.add(new BasicRecord()); A.commit(); RecoverAtomicAction rAA = new RecoverAtomicAction(txId, ActionStatus.COMMITTED);