YARN-4916. TestNMProxy.tesNMProxyRPCRetry fails. Contributed by Tibor Kiss.
(cherry picked from commit 0005816743
)
This commit is contained in:
parent
ef3da82357
commit
0907ce8c93
|
@ -188,8 +188,7 @@ public class TestNMProxy extends BaseContainerManagerTest {
|
|||
Assert.fail("should get socket exception");
|
||||
} catch (IOException e) {
|
||||
// socket exception should be thrown immediately, without RPC retries.
|
||||
Assert.assertTrue(e.toString().
|
||||
contains("Failed on local exception: java.net.SocketException"));
|
||||
Assert.assertTrue(e instanceof java.net.SocketException);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue