mjsax commented on code in PR #14539: URL: https://github.com/apache/kafka/pull/14539#discussion_r1363148136
########## tests/kafkatest/tests/streams/streams_upgrade_test.py: ########## @@ -40,11 +40,13 @@ metadata_1_versions = [str(LATEST_0_10_0)] metadata_2_versions = [str(LATEST_0_10_1), str(LATEST_0_10_2), str(LATEST_0_11_0), str(LATEST_1_0), str(LATEST_1_1), str(LATEST_2_4), str(LATEST_2_5), str(LATEST_2_6), str(LATEST_2_7), str(LATEST_2_8), - str(LATEST_3_0)] -# upgrading from version (2.4...3.0) is broken and only fixed later in 3.1 -# we cannot test two bounce rolling upgrade because we know it's broken -# instead we add version 2.4...3.0 to the `metadata_2_versions` upgrade list -fk_join_versions = [str(LATEST_3_1), str(LATEST_3_2), str(LATEST_3_3)] + str(LATEST_3_0), str(LATEST_3_1), str(LATEST_3_2), str(LATEST_3_3)] +# upgrading from version (2.4...3.3) is broken and only fixed later in 3.3.3 (unreleased) and 3.4.0 +# -> https://issues.apache.org/jira/browse/KAFKA-14646 +# thus, we cannot test two bounce rolling upgrade because we know it's broken +# instead we add version 2.4...3.3 to the `metadata_2_versions` upgrade list +#fk_join_versions = [str(LATEST_3_4)] Review Comment: @mimaison You will need to uncomment this, and also add 3.5 release to this list in your PR, and reenable the corresponding `@matix` annotation, too. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org