ivandasch commented on a change in pull request #9196: URL: https://github.com/apache/kafka/pull/9196#discussion_r475196152
########## File path: tests/kafkatest/tests/verifiable_consumer_test.py ########## @@ -40,7 +40,7 @@ def _all_partitions(self, topic, num_partitions): def _partitions(self, assignment): partitions = [] - for parts in assignment.itervalues(): + for parts in iter(assignment.values()): Review comment: You don't fix it, unfortunatelly ---------------------------------------------------------------- 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