You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2019/08/31 14:24:13 UTC

[hbase] branch master updated (ee5cf0d -> b642ee0)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from ee5cf0d  HBASE-22959 Add 2.1.6 to download page (#567)
     add b642ee0  HBASE-22766 Code Coverage Improvement: Create Unit Tests for ResultStatsUtil (#520)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/client/ResultStatsUtil.java       | 43 ++--------
 .../hadoop/hbase/client/TestResultStatsUtil.java   | 91 ++++++++++++++++++++++
 2 files changed, 96 insertions(+), 38 deletions(-)
 create mode 100644 hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestResultStatsUtil.java