You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "guanyun (Jira)" <ji...@apache.org> on 2019/12/08 13:36:01 UTC

[jira] [Created] (HBASE-23545) CLONE - Multiple test case failures

guanyun created HBASE-23545:
-------------------------------

             Summary: CLONE - Multiple test case failures
                 Key: HBASE-23545
                 URL: https://issues.apache.org/jira/browse/HBASE-23545
             Project: HBase
          Issue Type: Sub-task
          Components: native-client
    Affects Versions: HBASE-14850
            Reporter: guanyun
            Assignee: Ian Buss


result-test.cc fails on EstimatedSize assertion:

The test assumes {{sizeof(Result)}} will be the same as the estimated size of an empty Result which is not the case because estimated size also accounts for current capacity of its {{row_}} string member.

When using docker::
 * Classpath is not propagated properly within the docker container:
 ** if you follow the documentation and build the java project before starting docker the classpath file contains the wrong paths. also the code to read from a CLASSPATH env var doesn't quite work as expected
 * MiniCluster is not writing an hbase-site.xml to disk as expected by some of the tests—as a result the default zk port of 2181 is being used by clients



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