clintropolis commented on a change in pull request #7118: Added checkstyle for
"Methods starting with Capital Letters"
URL: https://github.com/apache/incubator-druid/pull/7118#discussion_r259517369
##########
File path:
extensions-core/kafka-indexing-service/src/test/java/org/apache/druid/indexing/kafka/KafkaIndexTaskTest.java
##########
@@ -697,6 +697,23 @@ public void testIncrementalHandOffMaxTotalRows() throws
Exception
}
final Map<Integer, Long> nextOffsets =
ImmutableMap.copyOf(task.getRunner().getCurrentOffsets());
+ // Check metrics
+ Assert.assertEquals(8,
task.getRunner().getRowIngestionMeters().getProcessed());
Review comment:
It looks like maybe some logic got shuffled around, could this be related to
failing tests?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]