You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/06/01 01:23:13 UTC

[jira] [Commented] (HBASE-15923) Shell rows counter test fails

    [ https://issues.apache.org/jira/browse/HBASE-15923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15309015#comment-15309015 ] 

Hudson commented on HBASE-15923:
--------------------------------

SUCCESS: Integrated in HBase-1.4 #187 (See [https://builds.apache.org/job/HBase-1.4/187/])
HBASE-15923 Shell rows counter test fails (tedyu: rev 0cedd8b344acc54534630a65ce7ecb9de119b2b0)
* hbase-shell/src/test/ruby/hbase/table_test.rb


> Shell rows counter test fails
> -----------------------------
>
>                 Key: HBASE-15923
>                 URL: https://issues.apache.org/jira/browse/HBASE-15923
>             Project: HBase
>          Issue Type: Test
>    Affects Versions: 1.3.0
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>         Attachments: 15923-branch-1.v1.txt
>
>
> HBASE-10358 changed the return value from _scan_internal, leading to the assertion failure for "scan with a block should yield rows and return rows counter" :
> {code}
>        res = @test_table._scan_internal { |row, cells| rows[row] = cells }
>        assert_equal(rows.keys.size, res)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)