assertEquals("There should be no missing fragments", 0, numFragments.get());
}
@Test(timeout=60000)
public void testManyBookieFailureWithSlowBookies() throws Exception {
ClientConfiguration conf = new ClientConfiguration();
conf.setZkServers(zkUtil.getZooKeeperConnectString()).setReadTimeout(5);
BookKeeper bkc = new BookKeeper(conf);
byte[] pwd = new byte[] {};
final LedgerHandle lh = bkc.createLedger(4, 3, 1, BookKeeper.DigestType.CRC32, pwd);