-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HADOOP-19608. Upgrade to Junit 5.13.3 #7785
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
base: trunk
Are you sure you want to change the base?
HADOOP-19608. Upgrade to Junit 5.13.3 #7785
Conversation
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
aws failures (probably unrelated, given I'd not tested trunk yet)
|
Surefire rejects me running without a named test
|
* junit.jupiter and junit.vintage => 5.13.3 * junit.platform => 1.13.3 * Surefire => 3.5.3. Without that tests weren't being found. * cut a duplicate and conflicting import of mockito-jupiter; maven was warning of this.
a33729c
to
ac5300c
Compare
that is a known issue some surefire upgrade maybe did that. We can put that in pom & get rid of this problem Looking at the previous build results, I think the Jenkins didn't run any test, we might need to touch something here & there to trigger all the tests |
HADOOP-19608
How was this patch tested?
Worked on the iceberg bulk delete branch for its new parameterized test class.
Not yet tested anything else ... let's see what yetus says. I'll do the ITest run
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?