cmccabe commented on code in PR #17601:
URL: https://github.com/apache/kafka/pull/17601#discussion_r1821611120


##########
tests/kafkatest/tests/core/compatibility_test_new_broker_test.py:
##########
@@ -48,7 +43,6 @@ def setUp(self):
     @cluster(num_nodes=6)
     @matrix(producer_version=[str(DEV_BRANCH)], 
consumer_version=[str(DEV_BRANCH)], compression_types=[["snappy"]], 
timestamp_type=[str("LogAppendTime")], metadata_quorum=quorum.all_non_upgrade)
     @matrix(producer_version=[str(DEV_BRANCH)], 
consumer_version=[str(DEV_BRANCH)], compression_types=[["none"]], 
timestamp_type=[str("LogAppendTime")], metadata_quorum=quorum.all_non_upgrade)
-    @parametrize(producer_version=str(DEV_BRANCH), 
consumer_version=str(LATEST_0_9), compression_types=["none"], 
new_consumer=False, timestamp_type=None)

Review Comment:
   heh, I almost forgot about the "old consumer" stuff. did that even still 
work with 3.9? 



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to