You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ja...@apache.org on 2020/02/25 20:10:26 UTC

[hbase] branch master updated (3e21dc7 -> 9f223c2)

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

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


    from 3e21dc7  HBASE-23874 Move Jira-attached file precommit definition from script in Jenkins config to dev-support (#1191) (ADDENDUM)
     add 9f223c2  HBASE-23781 Removed deprecated createTableDescriptor(String) from HBaseTestingUtility

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/IntegrationTestMobCompaction.java |  2 +-
 .../apache/hadoop/hbase/HBaseTestingUtility.java   | 15 -------------
 .../hadoop/hbase/client/TestFromClientSide.java    |  4 +++-
 .../hbase/client/TestReplicaWithCluster.java       | 25 ++++++++++++++++------
 .../hadoop/hbase/client/TestReplicasClient.java    |  6 +++++-
 .../hadoop/hbase/mob/TestMobCompactionBase.java    |  2 +-
 .../apache/hadoop/hbase/mob/TestMobFileCache.java  |  6 +++++-
 .../hadoop/hbase/mob/TestMobFileCleanerChore.java  |  2 +-
 .../hadoop/hbase/mob/TestMobStoreCompaction.java   |  5 ++++-
 .../hadoop/hbase/regionserver/TestCompaction.java  |  5 ++++-
 .../hbase/regionserver/TestMajorCompaction.java    |  7 +++++-
 .../hbase/regionserver/TestMinorCompaction.java    |  6 +++++-
 .../regionserver/TestRegionReplicaFailover.java    |  9 ++++++--
 .../hadoop/hbase/regionserver/TestScanner.java     |  4 +++-
 .../TestSplitTransactionOnCluster.java             |  5 ++++-
 .../TestRegionReplicaReplicationEndpoint.java      | 23 ++++++++++++++------
 ...stRegionReplicaReplicationEndpointNoMaster.java |  5 ++++-
 17 files changed, 89 insertions(+), 42 deletions(-)