Revert "Fix failing TestReplicationEndpoint test"
This reverts commit 5b5ff1d8b2
.
This commit is contained in:
parent
c0bc1e944f
commit
ccee3d8dd5
|
@ -199,9 +199,7 @@ public class TestReplicationEndpoint extends TestReplicationBase {
|
||||||
byte[] row = hri.getStartKey();
|
byte[] row = hri.getStartKey();
|
||||||
for (int i = 0; i < 100; i++) {
|
for (int i = 0; i < 100; i++) {
|
||||||
if (row.length > 0) {
|
if (row.length > 0) {
|
||||||
Put put = new Put(row);
|
doPut(row);
|
||||||
put.addColumn(famName, row, row);
|
|
||||||
region.put(put);
|
|
||||||
totEdits++;
|
totEdits++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue