You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2015/11/15 14:32:10 UTC

[jira] [Commented] (HADOOP-12573) TestRPC.testClientBackOff failing

    [ https://issues.apache.org/jira/browse/HADOOP-12573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15005895#comment-15005895 ] 

Steve Loughran commented on HADOOP-12573:
-----------------------------------------

While not fixing the test, a patch to record the last exception which was not a retriable one, and, then,if !succeeded, to rethrow any such exception on test failure, would go some way to working what is going wrong here

> TestRPC.testClientBackOff failing
> ---------------------------------
>
>                 Key: HADOOP-12573
>                 URL: https://issues.apache.org/jira/browse/HADOOP-12573
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 3.0.0
>         Environment: Jenkins
>            Reporter: Steve Loughran
>
> {{TestRPC.testClientBackOff}} is failing
> {code}
> java.lang.AssertionError: RetriableException not received
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.junit.Assert.assertTrue(Assert.java:41)
> 	at org.apache.hadoop.ipc.TestRPC.testClientBackOff(TestRPC.java:1146)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)