chia7712 commented on code in PR #21059:
URL: https://github.com/apache/kafka/pull/21059#discussion_r2656809608
##########
tests/kafkatest/tests/streams/streams_upgrade_test.py:
##########
@@ -174,26 +174,31 @@ def test_version_probing_upgrade(self, metadata_quorum):
self.stop_and_await()
@cluster(num_nodes=6)
- @matrix(from_version=[str(LATEST_3_2), str(DEV_VERSION)], upgrade=[True,
False], metadata_quorum=[quorum.combined_kraft])
+ @matrix(from_version=[str(LATEST_3_7), str(LATEST_3_8), str(LATEST_3_9),
str(LATEST_4_0), str(LATEST_4_1), str(LATEST_4_2)],
Review Comment:
hmm, 4.2.0 has not been released yet. It appears `str(LATEST_4_2)` causes
the e2e failure, so maybe we should remove it for now?
--
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]