You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/04/21 05:20:21 UTC

[hbase] branch branch-2 updated (5086bf1 -> 8a7aa89)

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

stack pushed a change to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 5086bf1  HBASE-24196 [Shell] Add rename rsgroup command in hbase shell (#1554)
     add 8a7aa89  HBASE-24185: Junit tests do not behave well with System.exit or Runtime.halt or JVM exits in general. (#1540)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hbase/HBaseClassTestRule.java    |   5 +-
 .../org/apache/hadoop/hbase/SystemExitRule.java    |  55 ++++++++
 .../apache/hadoop/hbase/TestSecurityManager.java   | 140 +++++++++++++++++++++
 .../apache/hadoop/hbase/TestSystemExitInTest.java  |  18 +--
 4 files changed, 210 insertions(+), 8 deletions(-)
 create mode 100644 hbase-common/src/test/java/org/apache/hadoop/hbase/SystemExitRule.java
 create mode 100644 hbase-common/src/test/java/org/apache/hadoop/hbase/TestSecurityManager.java
 copy hbase-server/src/test/java/org/apache/hadoop/hbase/TestAcidGuaranteesWithBasicPolicy.java => hbase-common/src/test/java/org/apache/hadoop/hbase/TestSystemExitInTest.java (70%)