EditLogInputStream stream = streams.get(0);
assertEquals(0, stream.getFirstTxId());
assertEquals(numTxns - 1, stream.getLastTxId());
verifyEdits(streams, 0, numTxns - 1, txns, false);
assertNull(stream.readOp());
} finally {
IOUtils.cleanup(LOG, streams.toArray(new Closeable[0]));
streams.clear();
}
}