Ted Yu created HBASE-17080:
------------------------------
Summary: rest.TestTableResource fails in master branch
Key: HBASE-17080
URL: https://issues.apache.org/jira/browse/HBASE-17080
Project: HBase
Issue Type: Test
Reporter: Ted Yu
The test fails consistently.
{code}
testTableInfoPB(org.apache.hadoop.hbase.rest.TestTableResource) Time elapsed:
0.118 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<192.168.0.14:5055[8]> but
was:<192.168.0.14:5055[5]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.apache.hadoop.hbase.rest.TestTableResource.checkTableInfo(TestTableResource.java:191)
at
org.apache.hadoop.hbase.rest.TestTableResource.testTableInfoPB(TestTableResource.java:272)
testTableInfoXML(org.apache.hadoop.hbase.rest.TestTableResource) Time elapsed:
0.084 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<192.168.0.14:5055[8]> but
was:<192.168.0.14:5055[5]>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.apache.hadoop.hbase.rest.TestTableResource.checkTableInfo(TestTableResource.java:191)
at
org.apache.hadoop.hbase.rest.TestTableResource.testTableInfoXML(TestTableResource.java:255)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)