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/31 02:02:00 UTC

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

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

Duo Zhang resolved HBASE-24076.
-------------------------------
    Hadoop Flags: Reviewed
      Resolution: Fixed

Merged to branch-2.1.

Thanks [~stack] for reviewing.

> 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
>            Priority: Blocker
>             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)