You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "ChiaPing Tsai (JIRA)" <ji...@apache.org> on 2016/11/18 05:33:58 UTC

[jira] [Updated] (HBASE-17080) rest.TestTableResource fails in master branch

     [ https://issues.apache.org/jira/browse/HBASE-17080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ChiaPing Tsai updated HBASE-17080:
----------------------------------
        Fix Version/s: 2.0.0
    Affects Version/s: 2.0.0
               Status: Patch Available  (was: Open)

> rest.TestTableResource fails in master branch
> ---------------------------------------------
>
>                 Key: HBASE-17080
>                 URL: https://issues.apache.org/jira/browse/HBASE-17080
>             Project: HBase
>          Issue Type: Test
>    Affects Versions: 2.0.0
>            Reporter: Ted Yu
>             Fix For: 2.0.0
>
>         Attachments: HBASE-17080.v0.patch
>
>
> 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)