Repository: hbase
Updated Branches:
  refs/heads/branch-1 32258c2b3 -> 0cedd8b34


HBASE-15923 Shell rows counter test fails


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0cedd8b3
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0cedd8b3
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0cedd8b3

Branch: refs/heads/branch-1
Commit: 0cedd8b344acc54534630a65ce7ecb9de119b2b0
Parents: 32258c2
Author: tedyu <yuzhih...@gmail.com>
Authored: Tue May 31 14:19:42 2016 -0700
Committer: tedyu <yuzhih...@gmail.com>
Committed: Tue May 31 14:19:42 2016 -0700

----------------------------------------------------------------------
 hbase-shell/src/test/ruby/hbase/table_test.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/0cedd8b3/hbase-shell/src/test/ruby/hbase/table_test.rb
----------------------------------------------------------------------
diff --git a/hbase-shell/src/test/ruby/hbase/table_test.rb 
b/hbase-shell/src/test/ruby/hbase/table_test.rb
index d74c6d8..0fb5a14 100644
--- a/hbase-shell/src/test/ruby/hbase/table_test.rb
+++ b/hbase-shell/src/test/ruby/hbase/table_test.rb
@@ -561,7 +561,7 @@ module Hbase
     define_test "scan with a block should yield rows and return rows counter" 
do
       rows = {}
       res = @test_table._scan_internal { |row, cells| rows[row] = cells }
-      assert_equal(rows.keys.size, res)
+      assert_equal([rows.keys.size,false], res)
     end
     
     define_test "scan should support COLUMNS with value CONVERTER information" 
do

Reply via email to