Repository: hbase
Updated Branches:
  refs/heads/branch-1 c0bc1e944 -> f56c605e7


Revert "Fix failing TestReplicationEndpoint test"

This reverts commit 5b5ff1d8b2cc43f78acaf9bc960be382dc6c34f7.


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

Branch: refs/heads/branch-1
Commit: ccee3d8dd59dfb181d577b5df483632722db01b1
Parents: c0bc1e9
Author: Sean Busbey <[email protected]>
Authored: Fri Nov 20 00:21:24 2015 -0600
Committer: Sean Busbey <[email protected]>
Committed: Fri Nov 20 00:21:24 2015 -0600

----------------------------------------------------------------------
 .../apache/hadoop/hbase/replication/TestReplicationEndpoint.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ccee3d8d/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationEndpoint.java
----------------------------------------------------------------------
diff --git 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationEndpoint.java
 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationEndpoint.java
index ba8d75c..79a06ce 100644
--- 
a/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationEndpoint.java
+++ 
b/hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationEndpoint.java
@@ -199,9 +199,7 @@ public class TestReplicationEndpoint extends 
TestReplicationBase {
       byte[] row = hri.getStartKey();
       for (int i = 0; i < 100; i++) {
         if (row.length > 0) {
-          Put put = new Put(row);
-          put.addColumn(famName, row, row);
-          region.put(put);
+          doPut(row);
           totEdits++;
         }
       }

Reply via email to