keith-turner commented on code in PR #4212:
URL: https://github.com/apache/accumulo/pull/4212#discussion_r1474530547


##########
core/src/test/java/org/apache/accumulo/core/spi/compaction/DefaultCompactionPlannerTest.java:
##########
@@ -470,6 +470,20 @@ public void testErrorDuplicateMaxSize() {
     assertTrue(e.getMessage().contains("maxSize"), "Error message didn't 
contain maxSize");
   }
 
+  /**
+   * Tests when executors aren't defined.
+   */
+  @Test
+  public void testErrorNoExecutors() {
+    DefaultCompactionPlanner planner = new DefaultCompactionPlanner();
+    String executors = "";

Review Comment:
   In addition to having a test where the executors option is defined but 
blank, could have another test where the option is not defined/set at all.



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