You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2020/12/21 20:25:23 UTC

[GitHub] [kafka] mjsax commented on a change in pull request #9773: MINOR: Kafka Streams updates for 2.7.0 release

mjsax commented on a change in pull request #9773:
URL: https://github.com/apache/kafka/pull/9773#discussion_r546913401



##########
File path: tests/kafkatest/tests/streams/streams_upgrade_test.py
##########
@@ -30,7 +30,7 @@
 # broker 0.10.0 is not compatible with newer Kafka Streams versions
 broker_upgrade_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_0), str(LATEST_2_1), str(LATEST_2_2), str(LATEST_2_3), \
-                           str(LATEST_2_4), str(LATEST_2_5), str(LATEST_2_6), str(DEV_BRANCH)]
+                           str(LATEST_2_4), str(LATEST_2_5), str(LATEST_2_6), str(LATEST_27), str(DEV_BRANCH)]

Review comment:
       `LATEST_27` musts be imported above.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org