225226227228229230231
* 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)); }
236237238239240241242
* 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)); }
247248249250251252253
* 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)); }
258259260261262263264
* 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)); }
269270271272273274275
* 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)); }
227228229230231232233
238239240241242243244
249250251252253254255
260261262263264265266
271272273274275276277