mjsax commented on code in PR #22730:
URL: https://github.com/apache/kafka/pull/22730#discussion_r3510672344
##########
clients/src/test/java/org/apache/kafka/clients/consumer/internals/StreamsGroupHeartbeatRequestManagerTest.java:
##########
@@ -1006,6 +1138,69 @@ public void
testTaskOffsetsForAllWarmupsAreReportedWhenAtLeastOneIsHot() {
assertEquals(500L, reportedOffsets.get(coldWarmup));
}
+ @Test
+ public void testTaskOffsetsReportedForStandbyAndWarmupTasks() {
Review Comment:
This test is not directly related to this PR, but closes an existing test
gap -- I just added it to avoid opening an extra PR. Hope that's ok. :)
--
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]