-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-30076][BUILD][TESTS] Upgrade Mockito to 3.1.0 #26707
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
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Test build #114600 has finished for PR 26707 at commit
|
|
cc @srowen and @dongjoon-hyun |
srowen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine if it tests pass.
….6 in Jenkins's test script ### What changes were proposed in this pull request? This PR proposes to remove the leftover. After #22615, we don't have Hadoop 2.6 profile anymore in master. ### Why are the changes needed? Using "test-hadoop2.6" against master branch in a PR wouldn't work. ### Does this PR introduce any user-facing change? No (dev only). ### How was this patch tested? Manually tested at #26707 and Jenkins build will test. Without this fix, and hadoop2.6 in the pr title, it shows as below: ``` ======================================================================== Building Spark ======================================================================== [error] Could not find hadoop2.6 in the list. Valid options are dict_keys(['hadoop2.7', 'hadoop3.2']) Attempting to post to Github... ``` Closes #26708 from HyukjinKwon/SPARK-25016. Authored-by: HyukjinKwon <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
|
retest this please |
|
I think now we need to add |
|
Test build #114641 has finished for PR 26707 at commit
|
|
That one looked flaky, yes. Sure, let's see if that works. |
|
retest this please |
|
@shahidki31, let's wait and see other builds. This specific test failure (after 4a73bed) might happen only in my PR too. |
|
Test build #114647 has finished for PR 26707 at commit
|
|
retest this please |
|
Test build #114659 has finished for PR 26707 at commit
|
|
retest this please |
1 similar comment
|
retest this please |
|
Test build #114665 has finished for PR 26707 at commit
|
|
Test build #114666 has finished for PR 26707 at commit
|
|
retest this please |
|
Test build #114670 has finished for PR 26707 at commit
|
srowen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This much looks good.
|
Merged to master |
|
Thanks @srowen. |
|
+1, late LGTM~ |
….6 in Jenkins's test script ### What changes were proposed in this pull request? This PR proposes to remove the leftover. After apache#22615, we don't have Hadoop 2.6 profile anymore in master. ### Why are the changes needed? Using "test-hadoop2.6" against master branch in a PR wouldn't work. ### Does this PR introduce any user-facing change? No (dev only). ### How was this patch tested? Manually tested at apache#26707 and Jenkins build will test. Without this fix, and hadoop2.6 in the pr title, it shows as below: ``` ======================================================================== Building Spark ======================================================================== [error] Could not find hadoop2.6 in the list. Valid options are dict_keys(['hadoop2.7', 'hadoop3.2']) Attempting to post to Github... ``` Closes apache#26708 from HyukjinKwon/SPARK-25016. Authored-by: HyukjinKwon <[email protected]> Signed-off-by: HyukjinKwon <[email protected]>
### What changes were proposed in this pull request? We used 2.28.2 of Mockito as of apache#25139 because 3.0.0 might be unstable. Now 3.1.0 is released. See release notes - https://github.com/mockito/mockito/blob/v3.1.0/doc/release-notes/official.md ### Why are the changes needed? To bring the fixes made in the dependency. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Jenkins will test. Closes apache#26707 from HyukjinKwon/upgrade-Mockito. Authored-by: HyukjinKwon <[email protected]> Signed-off-by: Sean Owen <[email protected]>
What changes were proposed in this pull request?
We used 2.28.2 of Mockito as of #25139 because 3.0.0 might be unstable. Now 3.1.0 is released.
See release notes - https://github.com/mockito/mockito/blob/v3.1.0/doc/release-notes/official.md
Why are the changes needed?
To bring the fixes made in the dependency.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Jenkins will test.