ijuma commented on a change in pull request #9774:
URL: https://github.com/apache/kafka/pull/9774#discussion_r551392400
##########
File path: tests/kafkatest/tests/core/upgrade_test.py
##########
@@ -76,10 +76,14 @@ 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_2_4),
to_message_format_version=None, compression_types=["none"])
- @parametrize(from_kafka_version=str(LATEST_2_4),
to_message_format_version=None, compression_types=["zstd"])
+ @parametrize(from_kafka_version=str(LATEST_2_7),
to_message_format_version=None, compression_types=["none"])
+ @parametrize(from_kafka_version=str(LATEST_2_7),
to_message_format_version=None, compression_types=["zstd"])
+ @parametrize(from_kafka_version=str(LATEST_2_6),
to_message_format_version=None, compression_types=["none"])
+ @parametrize(from_kafka_version=str(LATEST_2_6),
to_message_format_version=None, compression_types=["zstd"])
Review comment:
Instead of using zstd for the new versions, we could rotate over the
compression algorithms. Maybe `lz4` and `snappy`?
----------------------------------------------------------------
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:
[email protected]