You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/10/16 15:30:05 UTC

[GitHub] [kafka] vvcephei commented on a change in pull request #9383: KAFKA-10455: Ensure that probing rebalances always occur

vvcephei commented on a change in pull request #9383:
URL: https://github.com/apache/kafka/pull/9383#discussion_r506543174



##########
File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/StreamsPartitionAssignorTest.java
##########
@@ -2023,13 +2022,13 @@ public void testUniqueField() {
         configureDefaultPartitionAssignor();
         final Set<String> topics = mkSet("input");
 
-        assertEquals(1, partitionAssignor.uniqueField().length);
-        assertEquals(0, partitionAssignor.uniqueField()[0]);
+        //assertEquals(1, partitionAssignor.uniqueField().length);

Review comment:
       we probably ought to delete the commented-out assertions.




----------------------------------------------------------------
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:
users@infra.apache.org