[06/50] hbase git commit: HBASE-15923 Shell rows counter test fails

2016-06-10 Thread syuanjiang
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/015f2ef6
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/015f2ef6
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/015f2ef6

Branch: refs/heads/hbase-12439
Commit: 015f2ef6292df52270df8845ccd244a97deb9c98
Parents: 73ec338
Author: tedyu 
Authored: Tue May 31 14:21:32 2016 -0700
Committer: tedyu 
Committed: Tue May 31 14:21:32 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/015f2ef6/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 d4547b7..a617bc5 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



hbase git commit: HBASE-15923 Shell rows counter test fails

2016-05-31 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/master 73ec33856 -> 015f2ef62


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/015f2ef6
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/015f2ef6
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/015f2ef6

Branch: refs/heads/master
Commit: 015f2ef6292df52270df8845ccd244a97deb9c98
Parents: 73ec338
Author: tedyu 
Authored: Tue May 31 14:21:32 2016 -0700
Committer: tedyu 
Committed: Tue May 31 14:21:32 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/015f2ef6/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 d4547b7..a617bc5 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



hbase git commit: HBASE-15923 Shell rows counter test fails

2016-05-31 Thread tedyu
Repository: hbase
Updated Branches:
  refs/heads/branch-1.3 536a8e836 -> 5824f2236


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/5824f223
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5824f223
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/5824f223

Branch: refs/heads/branch-1.3
Commit: 5824f2236b8b59882113c523d689b734b3ff4996
Parents: 536a8e8
Author: tedyu 
Authored: Tue May 31 14:20:29 2016 -0700
Committer: tedyu 
Committed: Tue May 31 14:20:29 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/5824f223/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



hbase git commit: HBASE-15923 Shell rows counter test fails

2016-05-31 Thread tedyu
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 
Authored: Tue May 31 14:19:42 2016 -0700
Committer: tedyu 
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