280281282283284285286
* Client gets an IOException and determine DN0 bad. */ @Test public void pipeline_Fi_14() throws IOException { final String methodName = FiTestUtil.getMethodName(); runCallWritePacketToDisk(methodName, 0, new DoosAction(methodName, 0)); }
291292293294295296297
* Client gets an IOException and determine DN1 bad. */ @Test public void pipeline_Fi_15() throws IOException { final String methodName = FiTestUtil.getMethodName(); runCallWritePacketToDisk(methodName, 1, new DoosAction(methodName, 1)); }
302303304305306307308
* Client gets an IOException and determine DN2 bad. */ @Test public void pipeline_Fi_16() throws IOException { final String methodName = FiTestUtil.getMethodName(); runCallWritePacketToDisk(methodName, 2, new DoosAction(methodName, 2)); }
282283284285286287288
293294295296297298299
304305306307308309310
279280281282283284285
290291292293294295296
301302303304305306307