ableegoldman commented on a change in pull request #9383: URL: https://github.com/apache/kafka/pull/9383#discussion_r504111457
########## File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignorTest.java ########## @@ -483,7 +485,7 @@ public void testEagerSubscription() { Collections.sort(subscription.topics()); assertEquals(asList("topic1", "topic2"), subscription.topics()); - final SubscriptionInfo info = getInfo(UUID_1, prevTasks, standbyTasks); Review comment: Oh, saw that you already added the test for `0` --> `1` --> `2` behavior. In that case can you just add two things to that test: verify the behavior on overflow, and verify that the length is always exactly one byte ---------------------------------------------------------------- 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: us...@infra.apache.org