You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Michael Stack (Jira)" <ji...@apache.org> on 2021/03/16 20:21:00 UTC

[jira] [Resolved] (HBASE-25667) Remove RSGroup test addition made in parent; depends on functionality not in old branches

     [ https://issues.apache.org/jira/browse/HBASE-25667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Stack resolved HBASE-25667.
-----------------------------------
    Fix Version/s: 2.4.3
                   2.3.5
                   2.5.0
         Assignee: Michael Stack
       Resolution: Fixed

I just reverted the test added by the parent...  and pushed.


{code}
commit e70f5ac37549e82099c45f45b7ea406d1fcc16a3 (HEAD -> 2.3, origin/branch-2.3)
Author: stack <st...@apache.org>
Date:   Tue Mar 16 13:17:13 2021 -0700

    HBASE-25667 Remove RSGroup test addition made in parent; depends on functionality not in old branches

diff --git a/hbase-shell/src/test/ruby/shell/rsgroup_shell_test.rb b/hbase-shell/src/test/ruby/shell/rsgroup_shell_test.rb
index 694305f4e9..a5fd0ca66c 100644
--- a/hbase-shell/src/test/ruby/shell/rsgroup_shell_test.rb
+++ b/hbase-shell/src/test/ruby/shell/rsgroup_shell_test.rb
@@ -115,16 +115,8 @@ module Hbase
       assert_not_nil(group)
       assert_equal(ns_table_name, group.getTables.iterator.next.toString)

-      ns_table_name2 = 'test_namespace:test_ns_table2'
-      @shell.command(:create, ns_table_name2, 'f')
-
-      assert_true(@admin.listTablesInRSGroup(group_name).contains(org.apache.hadoop.hbase.TableName.valueOf(ns_table_name2)))
-      assert_equal(2, @admin.listTablesInRSGroup(group_name).count)
-
       @shell.command(:disable, ns_table_name)
       @shell.command(:drop, ns_table_name)
-      @shell.command(:disable, ns_table_name2)
-      @shell.command(:drop, ns_table_name2)
       @shell.command(:drop_namespace, namespace_name)
       remove_rsgroup(group_name)
     end
{code}

> Remove RSGroup test addition made in parent; depends on functionality not in old branches
> -----------------------------------------------------------------------------------------
>
>                 Key: HBASE-25667
>                 URL: https://issues.apache.org/jira/browse/HBASE-25667
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Michael Stack
>            Assignee: Michael Stack
>            Priority: Major
>             Fix For: 2.5.0, 2.3.5, 2.4.3
>
>
> TestRSGroupShell fails 100% of the time. See https://ci-hadoop.apache.org/view/HBase/job/HBase/job/HBase-Find-Flaky-Tests/job/branch-2.3/lastSuccessfulBuild/artifact/output/dashboard.html



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