Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZOOKEEPER-4011: Fix build failure due to jUnit 5 usage in DIFFSyncConsistencyTest #1545

Closed
wants to merge 1 commit into from

Conversation

huizhilu
Copy link
Contributor

@huizhilu huizhilu commented Nov 21, 2020

Description

Resolves ZOOKEEPER-4011

maven build fails on branch-3.6 because a back ported commit from the branch master uses jUnit 5.

Solution

As discussed in #1445, since cherry-picking jUnit 5 upgrades has conflicts, and there won't be too many back ports to 3.6 afterwards, we can just fix the issue by using jUnit 4 in the test.

@huizhilu
Copy link
Contributor Author

@hanm @tamaashu Could you take a look? Thanks!

Copy link
Contributor

@tamaashu tamaashu left a comment

Choose a reason for hiding this comment

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

Looks good to me.

asfgit pushed a commit that referenced this pull request Nov 22, 2020
…sistencyTest

### Description
Resolves [ZOOKEEPER-4011](https://issues.apache.org/jira/browse/ZOOKEEPER-4011)

maven build fails on branch-3.6 because a back ported commit from the branch master uses jUnit 5.

### Solution
As discussed in #1445, since cherry-picking jUnit 5 upgrades has conflicts, and there won't be too many back ports to 3.6 afterwards, we can just fix the issue by using jUnit 4 in the test.

Author: Huizhi Lu <hulu@linkedin.com>

Reviewers: hanm, tamaashu, maoling

Closes #1545 from pkuwm/fix-build-branch-3.6
@hanm
Copy link
Contributor

hanm commented Nov 22, 2020

merged as 96f65c8, please close this pull request. thanks @pkuwm !

@huizhilu huizhilu closed this Nov 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants