clolov commented on code in PR #13859:
URL: https://github.com/apache/kafka/pull/13859#discussion_r1239984189


##########
tests/kafkatest/tests/core/upgrade_test.py:
##########
@@ -94,6 +94,12 @@ def perform_upgrade(self, from_kafka_version, 
to_message_format_version=None):
             self.wait_until_rejoin()
 
     @cluster(num_nodes=6)
+    @parametrize(from_kafka_version=str(LATEST_3_5), 
to_message_format_version=None, compression_types=["none"])
+    @parametrize(from_kafka_version=str(LATEST_3_5), 
to_message_format_version=None, compression_types=["lz4"])
+    @parametrize(from_kafka_version=str(LATEST_3_5), 
to_message_format_version=None, compression_types=["snappy"])

Review Comment:
   Oh, I agree, this definitely needs to not be in this pull request, I was 
just wondering



-- 
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