@Test
public void testLogicalLogRotation() throws Exception
{
ds.keepLogicalLogs( true );
Xid xid = new XidImpl( new byte[1], new byte[1] );
XAResource xaRes = xaCon.getXaResource();
xaRes.start( xid, XAResource.TMNOFLAGS );
long node1 = ds.nextId( Node.class );
xaCon.getNodeConsumer().createNode( node1 );
long node2 = ds.nextId( Node.class );