jon-wei commented on a change in pull request #9807:
URL: https://github.com/apache/druid/pull/9807#discussion_r419035489
##########
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:
There was another difference, whether
`supervisorRecordSupplier.getPartitionTimeLag` is called or not
----------------------------------------------------------------
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]