You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Huaxiang Sun (Jira)" <ji...@apache.org> on 2020/06/30 22:47:00 UTC

[jira] [Commented] (HBASE-24661) TestHeapSize.testSizes failure

    [ https://issues.apache.org/jira/browse/HBASE-24661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148991#comment-17148991 ] 

Huaxiang Sun commented on HBASE-24661:
--------------------------------------

[~stack] is aware of this issue, the addendum seems causing the issue. It passes without this addendum.
{code:java}
commit bfec964aef09a6474d35b379fb4000cf3e8f86cc
Author: stack <st...@apache.org>
Date:   Mon Jun 29 14:19:44 2020 -0700


    HBASE-24648 Remove the legacy 'forceSplit' related code at region server side (#1990)
    Addendum to fix TestHeapSize

 {code}

> TestHeapSize.testSizes  failure
> -------------------------------
>
>                 Key: HBASE-24661
>                 URL: https://issues.apache.org/jira/browse/HBASE-24661
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 3.0.0-alpha-1
>            Reporter: Huaxiang Sun
>            Assignee: Michael Stack
>            Priority: Major
>
> {code:java}
> INFO] 
> [INFO] --- maven-surefire-plugin:3.0.0-M4:test (default-test) @ hbase-server ---
> [INFO] 
> [INFO] -------------------------------------------------------
> [INFO]  T E S T S
> [INFO] -------------------------------------------------------
> [INFO] Running org.apache.hadoop.hbase.io.TestHeapSize
> [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.884 s <<< FAILURE! - in org.apache.hadoop.hbase.io.TestHeapSize
> [ERROR] org.apache.hadoop.hbase.io.TestHeapSize.testSizes  Time elapsed: 0.308 s  <<< FAILURE!
> java.lang.AssertionError: expected:<368> but was:<360>
> 	at org.apache.hadoop.hbase.io.TestHeapSize.testSizes(TestHeapSize.java:493)
> [INFO] 
> [INFO] Results:
> [INFO] 
> [ERROR] Failures: 
> [ERROR]   TestHeapSize.testSizes:493 expected:<368> but was:<360>
> [INFO] 
> [ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0
> [INFO] 
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)