busbey commented on a change in pull request #193: HBASE-13798
TestFromClientSide* don't close the Table
URL: https://github.com/apache/hbase/pull/193#discussion_r279009700
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide3.java
##########
@@ -1050,13 +991,6 @@ public RegionScanner postScannerOpen(final
ObserverContext<RegionCoprocessorEnvi
@Test
public void testScanWithBatchSizeReturnIncompleteCells() throws IOException {
- TableName tableName = TableName.valueOf(name.getMethodName());
- TableDescriptor hd = TableDescriptorBuilder.newBuilder(tableName)
-
.setColumnFamily(ColumnFamilyDescriptorBuilder.newBuilder(FAMILY).setMaxVersions(3).build())
Review comment:
Did this test not actually rely on the behavior of setting 3 max versions?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services