[
https://issues.apache.org/jira/browse/HBASE-11080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13981690#comment-13981690
]
Andrew Purtell commented on HBASE-11080:
----------------------------------------
Do we keep filing these types of issues as builds.apache.org gets slower and
slower? I run the 0.98 test suite each day 20 times using JDK 6 and JDK 7 and
never see this.
But anyway a patch increasing the number of attempts can't hurt.
> TestZKSecretWatcher#testKeyUpdate occasionally fails
> ----------------------------------------------------
>
> Key: HBASE-11080
> URL: https://issues.apache.org/jira/browse/HBASE-11080
> Project: HBase
> Issue Type: Test
> Affects Versions: 0.98.1
> Reporter: Ted Yu
> Priority: Minor
>
> From
> https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/280/testReport/junit/org.apache.hadoop.hbase.security.token/TestZKSecretWatcher/testKeyUpdate/
> :
> {code}
> java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertNotNull(Assert.java:621)
> at org.junit.Assert.assertNotNull(Assert.java:631)
> at
> org.apache.hadoop.hbase.security.token.TestZKSecretWatcher.testKeyUpdate(TestZKSecretWatcher.java:221)
> {code}
> Here is the assertion that failed:
> {code}
> assertNotNull(newMaster);
> {code}
> Looks like new master did not come up within 5 tries.
> One potential fix is to increase the number of attempts.
--
This message was sent by Atlassian JIRA
(v6.2#6252)