(createCount == MSG_COUNT));
// We are requesting half the number of transaction from the snapshot
// this should exceed threshold (ZKDatabase.snapshotSizeFactor)
db.setSnapshotSizeFactor(0.33);
long sizeLimit = db.calculateTxnLogSizeLimit();
itr = db.getProposalsFromTxnLog(zxids[MSG_COUNT / 2], sizeLimit);
Assert.assertFalse("Expect empty proposal", (itr.hasNext()));
f.shutdown();
zks.shutdown();