kfaraz commented on code in PR #16778:
URL: https://github.com/apache/druid/pull/16778#discussion_r1687527031


##########
integration-tests/src/test/java/org/apache/druid/tests/coordinator/duty/ITAutoCompactionTest.java:
##########
@@ -1829,8 +1835,9 @@ private void submitCompactionConfig(
         transformSpec,
         !dropExisting ? null : new UserCompactionTaskIOConfig(true),
         engine,
-        null
+        ImmutableMap.of("maxNumTasks", 2)
     );
+    LOG.info("Submitting compaction config for engine[%s].", engine == null ? 
CompactionEngine.NATIVE: engine);

Review Comment:
   Hmm, I think it is already logged as a part of the current test name itself. 
Something like:
   
   ```
   2024-07-22T17:14:55,292 INFO [main] 
org.apache.druid.testing.utils.LoggerListener -
   Starting [org.apache.druid.tests.coordinator.duty.ITAutoCompactionTest
   .testAutoCompactionDutyCanDeleteCompactionConfig]
   with parameters [native]
   ```
   
https://github.com/apache/druid/actions/runs/10044009147/job/27761396030?pr=16768#step:6:23873
   
   



-- 
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: commits-unsubscr...@druid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to