mjsax commented on code in PR #21549:
URL: https://github.com/apache/kafka/pull/21549#discussion_r2850599344
##########
tests/kafkatest/version.py:
##########
@@ -250,3 +250,7 @@ def get_version(node=None):
# 4.2.x version
V_4_2_0 = KafkaVersion("4.2.0")
LATEST_4_2 = V_4_2_0
+
+# 4.3.x version
+V_4_3_0 = KafkaVersion("4.3.0")
+LATEST_4_3 = V_4_3_0
Review Comment:
Why are we adding this? We only need to add this after 4.3.0 was release,
and we add 4.3.0 to the system test suit.
--
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]