Transaction tx = channel.getTransaction();
out.addAll(takeWithoutCommit(channel, tx, 1));
// sleep so a checkpoint occurs. take is before
// and commit is after the checkpoint
forceCheckpoint(channel);
tx.commit();
tx.close();
channel.stop();
channel = createFileChannel(overrides);
channel.start();
Assert.assertTrue(channel.isOpen());