149150151152153154155
* Client gets an IOException and determine DN0 bad. */ @Test public void pipeline_Fi_44() throws IOException { final String methodName = FiTestUtil.getMethodName(); runPipelineCloseTest(methodName, new OomAction(methodName, 0)); }
161162163164165166167
* Client gets an IOException and determine DN1 bad. */ @Test public void pipeline_Fi_45() throws IOException { final String methodName = FiTestUtil.getMethodName(); runPipelineCloseTest(methodName, new OomAction(methodName, 1)); }
173174175176177178179
* Client gets an IOException and determine DN2 bad. */ @Test public void pipeline_Fi_46() throws IOException { final String methodName = FiTestUtil.getMethodName(); runPipelineCloseTest(methodName, new OomAction(methodName, 2)); }
177178179180181182183
final String methodName = FiTestUtil.getMethodName(); runPipelineCloseTest(methodName, new OomAction(methodName, 2)); } private static void run47_48(String name, int i) throws IOException { runPipelineCloseAck(name, i, new OomAction(name, i)); }
224225226227228229230
* Client gets an IOException and determine DN0 bad. */ @Test public void pipeline_Fi_09() throws IOException { final String methodName = FiTestUtil.getMethodName(); runReceiverOpWriteBlockTest(methodName, 0, new OomAction(methodName, 0)); }
235236237238239240241
* Client gets an IOException and determine DN1 bad. */ @Test public void pipeline_Fi_10() throws IOException { final String methodName = FiTestUtil.getMethodName(); runReceiverOpWriteBlockTest(methodName, 1, new OomAction(methodName, 1)); }
246247248249250251252
* Client gets an IOException and determine DN2 bad. */ @Test public void pipeline_Fi_11() throws IOException { final String methodName = FiTestUtil.getMethodName(); runReceiverOpWriteBlockTest(methodName, 2, new OomAction(methodName, 2)); }
257258259260261262263
* Client gets an IOException and determine DN1 bad. */ @Test public void pipeline_Fi_12() throws IOException { final String methodName = FiTestUtil.getMethodName(); runStatusReadTest(methodName, 1, new OomAction(methodName, 1)); }
268269270271272273274
* Client gets an IOException and determine DN0 bad. */ @Test public void pipeline_Fi_13() throws IOException { final String methodName = FiTestUtil.getMethodName(); runStatusReadTest(methodName, 0, new OomAction(methodName, 0)); }
387388389390391392393