anmolnar 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_r279741929
 
 

 ##########
 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:
   Interestingly it passes with storing only a single cell version. I revert it 
anyway to use 3 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

Reply via email to