You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anup Halarnkar (JIRA)" <ji...@apache.org> on 2017/03/08 08:20:38 UTC

[jira] [Created] (HBASE-17759) TestComparators.testCellFieldsCompare fails on ppc64le

Anup Halarnkar created HBASE-17759:
--------------------------------------

             Summary:  TestComparators.testCellFieldsCompare fails on ppc64le
                 Key: HBASE-17759
                 URL: https://issues.apache.org/jira/browse/HBASE-17759
             Project: HBase
          Issue Type: Bug
          Components: integration tests
    Affects Versions: 2.0.0
         Environment: OS: Ubuntu 14.04
Arch: Power (ppc64le)
            Reporter: Anup Halarnkar
             Fix For: 2.0.0


Failed tests:
  TestComparators.testCellFieldsCompare:56 expected:<0> but was:<114>
Tests run: 133, Failures: 1, Errors: 0, Skipped: 1
------------------------------------------------------------------------------------------------------
Output of TestComparators-output.txt
2017-03-08 12:44:17,934 DEBUG [main] util.ClassSize(230): Using Unsafe to estimate memory layout
------------------------------------------------------------------------------------------------------
Output of TestComparators.txt
-------------------------------------------------------------------------------
Test set: org.apache.hadoop.hbase.filter.TestComparators
-------------------------------------------------------------------------------
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec <<< FAILURE! - in org.apache.hadoop.hbase.filter.TestComparators
testCellFieldsCompare(org.apache.hadoop.hbase.filter.TestComparators)  Time elapsed: 0.153 sec  <<< FAILURE!
java.lang.AssertionError: expected:<0> but was:<114>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:645)
        at org.junit.Assert.assertEquals(Assert.java:631)
        at org.apache.hadoop.hbase.filter.TestComparators.testCellFieldsCompare(TestComparators.java:56)
---------------------------------------------------------------------------------------------------




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)