ArbaazKhan1 commented on code in PR #5881:
URL: https://github.com/apache/accumulo/pull/5881#discussion_r2360035352


##########
test/src/main/java/org/apache/accumulo/test/ComprehensiveTableOperationsIT_SimpleSuite.java:
##########
@@ -371,11 +371,6 @@ public void test_merge() throws Exception {
     assertTrue(ops.listSplits(SystemTables.SCAN_REF.tableName()).isEmpty());
   }
 
-  @Test
-  public void test_compact() throws Exception {
-    // TODO see issue#5679
-  }
-

Review Comment:
   I added `test_compact` back into `ComprehensiveTableOpIT` and I removed it 
from the SimpleSuite, but instead of adding extra compactors to the whole IT I 
added them specifically for the test since this was the only test that needed 
them



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to