Skip to content

MINOR: Account for different versions in upgrade#6835

Merged
bbejeck merged 3 commits into
apache:trunkfrom
bbejeck:MINOR_account_for_different_versions_in_upgrade
May 29, 2019
Merged

MINOR: Account for different versions in upgrade#6835
bbejeck merged 3 commits into
apache:trunkfrom
bbejeck:MINOR_account_for_different_versions_in_upgrade

Conversation

@bbejeck

@bbejeck bbejeck commented May 29, 2019

Copy link
Copy Markdown
Member

More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.

Summary of testing strategy (including rationale)
for the feature or bug fix. Unit and/or integration
tests are expected for any behaviour change and
system tests should be considered for larger changes.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@bbejeck

bbejeck commented May 29, 2019

Copy link
Copy Markdown
Member Author

Kicked off branch builder for StreamsUpgradeTest#metadata_upgrade.test https://jenkins.confluent.io/job/system-test-kafka-branch-builder/2644/

@bbejeck

bbejeck commented May 29, 2019

Copy link
Copy Markdown
Member Author

@bbejeck

bbejeck commented May 29, 2019

Copy link
Copy Markdown
Member Author

branch builder for metadata-upgrade-test passed

branch builder for entire-upgrade-system-test passed

@bbejeck

bbejeck commented May 29, 2019

Copy link
Copy Markdown
Member Author

Java 11 failed ERROR: Error cloning remote repo 'origin'
Java 8 failure unrelated

retest this please

# checking for the dev version which should be the only SNAPSHOT
log_monitor.wait_until("Kafka version.*-SNAPSHOT",
timeout_sec=60,
err_msg="Could not detect Kafka Streams version " + str(DEV_VERSION) + " in " + str(node.account))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't str(DEV_VERSION) in the error message also be changed?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to leave the str(DEV_VERSION) as is so it's more clear in the logs if an error occurs

@bbejeck

bbejeck commented May 29, 2019

Copy link
Copy Markdown
Member Author

updated to be more strict on the version number expected

metadata upgrade test branch builder
https://jenkins.confluent.io/job/system-test-kafka-branch-builder/2647/

StreamsUpgradeTest branch builder
https://jenkins.confluent.io/job/system-test-kafka-branch-builder/2648/

UPDATE: All branch builders passed

@guozhangwang guozhangwang left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@bbejeck
bbejeck merged commit f249956 into apache:trunk May 29, 2019
@bbejeck

bbejeck commented May 29, 2019

Copy link
Copy Markdown
Member Author

Merged #6835 into trunk

bbejeck added a commit that referenced this pull request May 29, 2019
Reviewers: Guozhang Wang <wangguoz@gmail.com>, Bruno Cadonna <bruno@confluent.io>
@bbejeck

bbejeck commented May 29, 2019

Copy link
Copy Markdown
Member Author

cherry-picked #6835 to 2.3

@bbejeck
bbejeck deleted the MINOR_account_for_different_versions_in_upgrade branch May 29, 2019 21:08
pengxiaolong pushed a commit to pengxiaolong/kafka that referenced this pull request Jun 14, 2019
Reviewers: Guozhang Wang <wangguoz@gmail.com>, Bruno Cadonna <bruno@confluent.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants