[
https://issues.apache.org/jira/browse/HBASE-12357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14186551#comment-14186551
]
Dima Spivak commented on HBASE-12357:
-------------------------------------
Being caused by Waiter#waitFor timing out (specifically, on [this
line|https://github.com/apache/hbase/blob/branch-1/hbase-common/src/test/java/org/apache/hadoop/hbase/Waiter.java#L193])
and, as a result, the @Test(expected = RegionServerStoppedException.class) on
#testClusterStatus isn't being satisfied. Any relevant classes haven't actually
been touched for a while, and this tests passes on my local rig, so I'm betting
that this is a problem with the Jenkins environment on a particular build
machine. Note, specifically, that this test has failed at least four times in
the last day or so ([1|https://builds.apache.org/job/HBase-1.0/363/],
[2|https://builds.apache.org/job/HBase-1.0/366/],
[3|https://builds.apache.org/job/HBase-1.0/369/], and
[4|https://builds.apache.org/job/HBase-1.0/370/]) only when run on [machine
H11|https://builds.apache.org/computer/H11/], but not a few other builds with
minimal changes ([5|https://builds.apache.org/job/HBase-1.0/368/],
[6|https://builds.apache.org/job/HBase-1.0/367/],
[7|https://builds.apache.org/job/HBase-1.0/365/]).
I'll look at filing a JIRA with Apache Infra if I can't figure out what's weird
about this slave on my own.
> TestHCM#testClusterStatus is continuosly failing in jenkins
> -----------------------------------------------------------
>
> Key: HBASE-12357
> URL: https://issues.apache.org/jira/browse/HBASE-12357
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 1.0.0
> Reporter: Ashish Singhi
> Assignee: Dima Spivak
>
> {noformat}Tests run: 21, Failures: 0, Errors: 1, Skipped: 2, Time elapsed:
> 187.475 sec <<< FAILURE! - in org.apache.hadoop.hbase.client.TestHCM
> testClusterStatus(org.apache.hadoop.hbase.client.TestHCM) Time elapsed:
> 41.477 sec <<< ERROR!
> java.lang.Exception: Unexpected exception,
> expected<org.apache.hadoop.hbase.regionserver.RegionServerStoppedException>
> but was<junit.framework.AssertionFailedError>
> at junit.framework.Assert.fail(Assert.java:57)
> at org.apache.hadoop.hbase.Waiter.waitFor(Waiter.java:193)
> at
> org.apache.hadoop.hbase.HBaseTestingUtility.waitFor(HBaseTestingUtility.java:3537)
> at
> org.apache.hadoop.hbase.client.TestHCM.testClusterStatus(TestHCM.java:273)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)