Skip to content

MINOR: system test clean up#7552

Merged
bbejeck merged 3 commits intoapache:trunkfrom
bbejeck:MINOR_system_test_follow_up
Oct 21, 2019
Merged

MINOR: system test clean up#7552
bbejeck merged 3 commits intoapache:trunkfrom
bbejeck:MINOR_system_test_follow_up

Conversation

@bbejeck
Copy link
Copy Markdown
Member

@bbejeck bbejeck commented Oct 18, 2019

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
Copy link
Copy Markdown
Member Author

bbejeck commented Oct 18, 2019

ping @guozhangwang and @ableegoldman for review

@bbejeck
Copy link
Copy Markdown
Member Author

bbejeck commented Oct 18, 2019

Copy link
Copy Markdown
Member

@ableegoldman ableegoldman left a comment

Choose a reason for hiding this comment

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

Thanks for the cleanup!

+ (args.length > 1 ? args[1] : ""));
if (args.length < 2) {
System.err.println("StreamsUpgradeToCooperativeRebalanceTest requires two arguments (zookeeper-url, properties-file) but only " + args.length + " provided: "
+ (args.length > 0 ? args[0] + " " : ""));
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.

Just wondering, why the extra space after args[0]?

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.

Didn't notice that before, I'll clean it up.

@bbejeck
Copy link
Copy Markdown
Member Author

bbejeck commented Oct 18, 2019

@bbejeck
Copy link
Copy Markdown
Member Author

bbejeck commented Oct 18, 2019

updated this

Copy link
Copy Markdown
Contributor

@guozhangwang guozhangwang left a comment

Choose a reason for hiding this comment

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

Thanks for the cleanup @bbejeck , wondering if we can do the same cleanup for StreamsUpgradeTest?

Otherwise, LGTM

@bbejeck
Copy link
Copy Markdown
Member Author

bbejeck commented Oct 21, 2019

wondering if we can do the same cleanup for StreamsUpgradeTest?

@guozhangwang ack, I'll do a follow-on PR for this.

@bbejeck bbejeck merged commit 6afe05f into apache:trunk Oct 21, 2019
@bbejeck bbejeck deleted the MINOR_system_test_follow_up branch July 10, 2024 13:56
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