[ https://issues.apache.org/jira/browse/HADOOP-10518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973452#comment-13973452 ]
Arpit Agarwal commented on HADOOP-10518: ---------------------------------------- Hi Chris, thanks for the pointer. I think this is a different failure. The [issue you describe|https://issues.apache.org/jira/browse/HADOOP-8980?focusedCommentId=13488970&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13488970] seems to be a race condition between startup and receiving the request. This one looks like a race between sending the response and socket close. Not sure if they are related. We can probably keep both around for now. > TestSaslRPC fails on Windows > ---------------------------- > > Key: HADOOP-10518 > URL: https://issues.apache.org/jira/browse/HADOOP-10518 > Project: Hadoop Common > Issue Type: Bug > Components: ipc > Affects Versions: 2.4.0 > Environment: Windows + Oracle Java 7. > Reporter: Arpit Agarwal > > {{TestSaslRPC}} fails with exceptions such as the following: > {code} > Tests run: 85, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 36.765 sec > <<< FAILURE! - in org.apache.hadoop.ipc.TestSaslRPC > testTokenOnlyServer[0](org.apache.hadoop.ipc.TestSaslRPC) Time elapsed: > 0.092 sec <<< FAILURE! > java.lang.AssertionError: > expected:<.*RemoteException.*AccessControlException.*: SIMPLE authentication > is not enabled.*> but was:<java.io.IOException: Failed on local exception: > java.io.IOException: An established connection was aborted by the software in > your host machine; Host Details : local host is: "WIN-Q5VLNTLIBJ0/10.0.2.15"; > destination host is: "WIN-Q5VLNTLIBJ0":49623; > > at org.junit.Assert.fail(Assert.java:93) > at org.junit.Assert.failNotEquals(Assert.java:647) > at org.junit.Assert.assertEquals(Assert.java:128) > at org.junit.Assert.assertEquals(Assert.java:147) > at > org.apache.hadoop.ipc.TestSaslRPC.assertAuthEquals(TestSaslRPC.java:978) > at > org.apache.hadoop.ipc.TestSaslRPC.testTokenOnlyServer(TestSaslRPC.java:782) > {code} > The exact location/number of failures varies by run. -- This message was sent by Atlassian JIRA (v6.2#6252)