lbradstreet commented on a change in pull request #8518:
URL: https://github.com/apache/kafka/pull/8518#discussion_r411692621



##########
File path: tests/kafkatest/tests/core/downgrade_test.py
##########
@@ -67,11 +67,18 @@ def setup_services(self, kafka_version, compression_types, 
security_protocol):
                              version=kafka_version)
         self.producer.start()
 
+        static_membership = kafka_version == DEV_BRANCH or kafka_version >= 
LATEST_2_3

Review comment:
       @abbccdda I changed the code to add a static_membership parameter to the 
test matrix. We simply avoid this for 2.4 where this is broken due to the 
command line validation in that release.




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


Reply via email to