@Test
public void testBrokenConnection() throws Exception {
NodeStore store = new SegmentNodeStore(storeS);
DebugSegmentStore s = new DebugSegmentStore(storeS);
final StandbyServer server = new StandbyServer(port, s);
s.createReadErrors = true;
server.start();
addTestContent(store, "server");