You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2020/03/30 01:59:00 UTC

[jira] [Created] (HBASE-24076) TestQuotasShell is broken

Duo Zhang created HBASE-24076:
---------------------------------

             Summary: TestQuotasShell is broken
                 Key: HBASE-24076
                 URL: https://issues.apache.org/jira/browse/HBASE-24076
             Project: HBase
          Issue Type: Bug
          Components: shell
            Reporter: Duo Zhang
            Assignee: Duo Zhang
             Fix For: 2.1.10


{noformat}
===============================================================================
^[[41;37;1mFailure^[[0m: <false> is not true.
test_can_set_and_remove_quota(Hbase::SpaceQuotasTest)
src/test/ruby/hbase/quotas_test.rb:183:in `block in test_can_set_and_remove_quota'
     180:     define_test 'can set and remove quota' do
     181:       command(:set_quota, TYPE => SPACE, LIMIT => '1G', POLICY => NO_INSERTS, TABLE => @test_name)
     182:       output = capture_stdout{ command(:list_quotas) }
^[[41;37;1m  => 183:       assert(output.include?("LIMIT => 1G"))^[[0m
     184:       assert(output.include?("VIOLATION_POLICY => NO_INSERTS"))
     185:       assert(output.include?("TYPE => SPACE"))
     186:       assert(output.include?("TABLE => #{@test_name}"))
===============================================================================
{noformat}

At least on branch-2.1.



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