shashankhs11 commented on code in PR #21059:
URL: https://github.com/apache/kafka/pull/21059#discussion_r2593576852
##########
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])
- def test_upgrade_downgrade_state_updater(self, from_version, upgrade,
metadata_quorum):
+ @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)],
+ upgrade=[True, False],
+ metadata_quorum=[quorum.combined_kraft])
+ def test_upgrade_downgrade_state_updater(self, from_version,
metadata_quorum):
Review Comment:
Yes, sure! I ran the tests and here is the test report:
## Image 1
<img width="1413" height="722" alt="Test_Report_1"
src="https://github.com/user-attachments/assets/0dd7c49c-1ad2-47a9-80d1-bdf881e37565"
/>
## Image 2 -- Continued
<img width="1158" height="711" alt="Test_Report_2"
src="https://github.com/user-attachments/assets/ab39c235-4555-42c5-94dc-7afa8bad3869"
/>
---
Here, we see the tests with version = `LATEST_4_2` fail, which seems to be
expected since version `4.2` is not officially released yet.
I am thinking that we can temporarily remove the `LATEST_4_2` from the
matrix for this PR and I can create a follow-up PR adding just `LATEST_4_2`
which can be merged once `4.2` is officially released. Please advise.
--
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]