jon-wei commented on a change in pull request #9807:
URL: https://github.com/apache/druid/pull/9807#discussion_r419035292



##########
File path: 
extensions-core/kinesis-indexing-service/src/test/java/org/apache/druid/indexing/kinesis/supervisor/KinesisSupervisorTest.java
##########
@@ -1839,6 +1857,198 @@ public void 
testDiscoverExistingPublishingAndReadingTask() throws Exception
     ), publishingReport.getCurrentOffsets());
   }
 
+  @Test
+  public void 
testDiscoverExistingPublishingAndReadingTaskWithoutTimeLagMetrics() throws 
Exception
+  {
+    // Like testDiscoverExistingPublishingAndReadingTask, but with time lag 
metrics disabled

Review comment:
       I refactored this into a helper, and added a check for the time lag 
metrics in the supervisor aggregate-level report




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to