chia7712 commented on code in PR #17603:
URL: https://github.com/apache/kafka/pull/17603#discussion_r1818118747
##########
tests/kafkatest/tests/streams/streams_broker_compatibility_test.py:
##########
@@ -60,17 +53,15 @@ def __init__(self, test_context):
self.output,
"stream-broker-compatibility-verify-consumer")
- def setUp(self):
- self.zk.start()
-
@cluster(num_nodes=4)
-
@matrix(broker_version=[str(LATEST_1_0),str(LATEST_1_1),str(LATEST_2_0),str(LATEST_2_1),
-
str(LATEST_2_2),str(LATEST_2_3),str(LATEST_2_4),str(LATEST_2_5),
-
str(LATEST_2_6),str(LATEST_2_7),str(LATEST_2_8),str(LATEST_3_0),
-
str(LATEST_3_1),str(LATEST_3_2),str(LATEST_3_3),str(LATEST_3_4),
-
str(LATEST_3_5),str(LATEST_3_6),str(LATEST_3_7),str(LATEST_3_8)])
- def test_compatible_brokers_eos_disabled(self, broker_version):
+ @matrix(broker_version=[str(LATEST_2_8),
Review Comment:
2.8.2 does not support Producer IDs in kraft (see
https://github.com/apache/kafka/commit/e97cff2702b6ba836c7925caa36ab18066a7c95d).
##########
tests/kafkatest/tests/streams/streams_broker_compatibility_test.py:
##########
@@ -87,11 +78,12 @@ def test_compatible_brokers_eos_disabled(self,
broker_version):
self.kafka.stop()
@cluster(num_nodes=4)
-
@matrix(broker_version=[str(LATEST_2_5),str(LATEST_2_6),str(LATEST_2_7),str(LATEST_2_8),
+ @matrix(broker_version=[str(LATEST_2_8),
Review Comment:
ditto
--
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]