Revert "Fix failing TestReplicationEndpoint test"
This reverts commit f0dc556b71
.
This commit is contained in:
parent
62aba61bea
commit
3a1874f5c4
|
@ -200,9 +200,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