-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update junit to 4.13.2 #1837
Update junit to 4.13.2 #1837
Conversation
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
Can one of the admins verify this patch? |
buildSrc/version.properties
Outdated
@@ -28,7 +28,7 @@ joda = 2.10.12 | |||
bouncycastle=1.70 | |||
# test dependencies | |||
randomizedrunner = 2.7.1 | |||
junit = 4.12 | |||
junit = 4.13.1 |
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.
Probably 4.13.2 would be better :-)
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.
ahh good catch
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
In test report 1757, it shows the below test failure
Hi @lezzago , please run |
Oh thanks, I will do that. Also is this in the developing guide? If not, might be worthwhile to add this in there for others in the future. |
It's not explicitly told in the developing guide, but it's shown in the test report. 😄 Thanks for your opinion, maybe we'd better find a place to mention it. |
Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
The above test failure is a known issue #1806. |
Please backport to 1.x |
* Update junit to 4.13.1 Signed-off-by: Ashish Agrawal <ashisagr@amazon.com> * update junit to 4.13.2 Signed-off-by: Ashish Agrawal <ashisagr@amazon.com> * update SHA1 file Signed-off-by: Ashish Agrawal <ashisagr@amazon.com>
Signed-off-by: Ashish Agrawal ashisagr@amazon.com
Description
Update
junit
from4.12
to4.13.2
Issues Resolved
N/A
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.