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 18:41:26 UTC

[GitHub] [kafka] bbejeck opened a new pull request #9773: MINOR: Kafka Streams updates for 2.7.0 release

bbejeck opened a new pull request #9773:
URL: https://github.com/apache/kafka/pull/9773


   Added `upgrade-system-tests-27` module, updated `settings.gradle` and `build.gradle` for the new module, added the latest release to the `streams_upgrade_test.py`
   
   For testing, I ran `streams:testAll` locally and everything passed.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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



[GitHub] [kafka] bbejeck commented on pull request #9773: MINOR: Kafka Streams updates for 2.7.0 release

Posted by GitBox <gi...@apache.org>.
bbejeck commented on pull request #9773:
URL: https://github.com/apache/kafka/pull/9773#issuecomment-749253127


   Previous system test failed due to bad variable ref.
   
   New system test https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4328/


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



[GitHub] [kafka] bbejeck edited a comment on pull request #9773: MINOR: Kafka Streams updates for 2.7.0 release

Posted by GitBox <gi...@apache.org>.
bbejeck edited a comment on pull request #9773:
URL: https://github.com/apache/kafka/pull/9773#issuecomment-749202208


   kicked off system test https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4326/


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



[GitHub] [kafka] mjsax merged pull request #9773: MINOR: Kafka Streams updates for 2.7.0 release

Posted by GitBox <gi...@apache.org>.
mjsax merged pull request #9773:
URL: https://github.com/apache/kafka/pull/9773


   


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



[GitHub] [kafka] bbejeck edited a comment on pull request #9773: MINOR: Kafka Streams updates for 2.7.0 release

Posted by GitBox <gi...@apache.org>.
bbejeck edited a comment on pull request #9773:
URL: https://github.com/apache/kafka/pull/9773#issuecomment-749202208


   kicked off system test ~https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4326/~


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



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

Posted by GitBox <gi...@apache.org>.
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



[GitHub] [kafka] bbejeck commented on pull request #9773: MINOR: Kafka Streams updates for 2.7.0 release

Posted by GitBox <gi...@apache.org>.
bbejeck commented on pull request #9773:
URL: https://github.com/apache/kafka/pull/9773#issuecomment-749202208


   kicked off system test https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4324/


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