ijuma commented on code in PR #19034:
URL: https://github.com/apache/kafka/pull/19034#discussion_r1970929874
##########
tests/kafkatest/version.py:
##########
@@ -25,9 +25,9 @@ class KafkaVersion(LooseVersion):
Example:
- v10 = KafkaVersion("0.10.0")
- v9 = KafkaVersion("0.9.0.1")
- assert v10 > v9 # assertion passes!
+ v4 = KafkaVersion("4.0.0")
+ v3 = KafkaVersion("3.0.0")
+ assert v4 > v3 # assertion passes!
Review Comment:
Used more recent versions for the examples.
--
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]