-
Notifications
You must be signed in to change notification settings - Fork 8.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
HADOOP-17769. Upgrade JUnit to 4.13.2. fixes TestBlockRecovery #3130
Conversation
💔 -1 overall
This message was automatically generated. |
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.
LGTM
@amahussein can you update this file, as suggested on 2.10 PR Line 505 in 10b79a2
|
Thanks @ayushtkn and @jojochuang for the feedback. |
Thanx for the update. Will push once the build completes. |
💔 -1 overall
This message was automatically generated. |
Merged to trunk. @amahussein the cherry-pick fails for 3.3 and 3.2, Would you be able to provide patch/PR for them? |
Thanks @ayushtkn for merging the PR! |
…e#3130). Contributed by Ahmed Hussein. Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
…e#3130). Contributed by Ahmed Hussein. Signed-off-by: Ayush Saxena <ayushsaxena@apache.org> (cherry picked from commit 48e45994e8ef57984bdb12aaf0328573f8dc38ed) Signed-off-by: Arpit Agarwal <aagarwal@cloudera.com> Change-Id: Iff9c7fd59ad1616687517302040a00a56b2c8396
HADOOP-17769 Upgrade JUnit to 4.13.2
JUnit 4.13.1 has a bug that is reported in Junit issue-1652 Timeout ThreadGroups should not be destroyed.
The bug has been fixed in Junit-4.13.2