chia7712 commented on code in PR #16787:
URL: https://github.com/apache/kafka/pull/16787#discussion_r1703332166
##########
tests/kafkatest/tests/core/transactions_mixed_versions_test.py:
##########
@@ -198,7 +198,7 @@ def test_transactions_mixed_versions(self,
old_kafka_version, metadata_quorum=qu
self.kafka.interbroker_security_protocol = security_protocol
self.kafka.logs["kafka_data_1"]["collect_default"] = True
self.kafka.logs["kafka_data_2"]["collect_default"] = True
- self.kafka.logs["kafka_operational_logs_debug"]["collect_default"] =
True
+ self.kafka.logs["kafka_operational_logs_debug"]["collect_default"] =
if old_kafka_version == str(LATEST_3_2) False else True
Review Comment:
It seems 3.1.2 has same issue. see
https://github.com/apache/kafka/blob/3.1.2/metadata/src/main/java/org/apache/kafka/metadata/BrokerRegistration.java
Maybe `LATEST_3_1` should be included too?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]