Skip to content

Revert "HBASE-23664 Upgrade JUnit to 4.13 (#1010)" - #1031

Merged
ndimiduk merged 1 commit into
apache:branch-1from
ndimiduk:23664-revert-branch-1
Jan 13, 2020
Merged

Revert "HBASE-23664 Upgrade JUnit to 4.13 (#1010)"#1031
ndimiduk merged 1 commit into
apache:branch-1from
ndimiduk:23664-revert-branch-1

Conversation

@ndimiduk

Copy link
Copy Markdown
Member

This reverts commit 248d80b.

@ndimiduk

Copy link
Copy Markdown
MemberAuthor

I can reproduce test failures in TestCompactionState locally. The symptoms are very strange -- it seems the client's thread pool is terminated before the client has finished using it. The test looks clumsy -- it's testing a series of compaction actions (asynchronous and stateful) on the same underlying test cluster.

Reverting upgrade for now.

@ndimiduk

Copy link
Copy Markdown
MemberAuthor

@ndimiduk
ndimiduk merged commit b5d0da7 into apache:branch-1Jan 13, 2020
@Apache-HBase

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec0m 39sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+1 💚@author0m 0sThe patch does not contain any @author tags.
-0 ⚠️test4tests0m 0sThe patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch.
_ branch-1 Compile Tests _
+1 💚mvninstall8m 23sbranch-1 passed
+1 💚compile1m 49sbranch-1 passed with JDK v1.8.0_232
+1 💚compile1m 56sbranch-1 passed with JDK v1.7.0_242
+1 💚shadedjars2m 58sbranch has no errors when building our shaded downstream artifacts.
+1 💚javadoc2m 19sbranch-1 passed with JDK v1.8.0_232
+1 💚javadoc4m 2sbranch-1 passed with JDK v1.7.0_242
_ Patch Compile Tests _
+1 💚mvninstall2m 9sthe patch passed
+1 💚compile1m 50sthe patch passed with JDK v1.8.0_232
+1 💚javac1m 50sthe patch passed
+1 💚compile1m 54sthe patch passed with JDK v1.7.0_242
+1 💚javac1m 54sthe patch passed
+1 💚whitespace0m 0sThe patch has no whitespace issues.
-1 ❌xml0m 0sThe patch has 1 ill-formed XML file(s).
+1 💚shadedjars3m 21spatch has no errors when building our shaded downstream artifacts.
+1 💚hadoopcheck6m 13sPatch does not cause any errors with Hadoop 2.8.5 2.9.2.
+1 💚javadoc2m 37sthe patch passed with JDK v1.8.0_232
+1 💚javadoc4m 44sthe patch passed with JDK v1.7.0_242
_ Other Tests _
-1 ❌unit153m 19sroot in the patch failed.
+1 💚asflicense0m 39sThe patch does not generate ASF License warnings.
202m 58s
ReasonTests
XMLParsing Error(s):
pom.xml
Failed junit testshadoop.hbase.regionserver.TestEndToEndSplitTransaction
SubsystemReport/Notes
DockerClient=19.03.5 Server=19.03.5 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1031/1/artifact/out/Dockerfile
GITHUB PR#1031
Optional Testsdupname asflicense javac javadoc unit shadedjars hadoopcheck xml compile
unameLinux a9775177a969 4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-slave/workspace/Base-PreCommit-GitHub-PR_PR-1031/out/precommit/personality/provided.sh
git revisionbranch-1 / 248d80b
Default Java1.7.0_242
Multi-JDK versions/usr/lib/jvm/zulu-8-amd64:1.8.0_232 /usr/lib/jvm/zulu-7-amd64:1.7.0_242
xmlhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1031/1/artifact/out/xml.txt
unithttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1031/1/artifact/out/patch-unit-root.txt
Test Resultshttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1031/1/testReport/
Max. process+thread count4243 (vs. ulimit of 10000)
modulesC: . U: .
Console outputhttps://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1031/1/console
versionsgit=1.9.1 maven=3.0.5
Powered byApache Yetus 0.11.1 https://yetus.apache.org

This message was automatically generated.

@ndimiduk
ndimiduk deleted the 23664-revert-branch-1 branch January 18, 2020 01:44
Sign up for freeto 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.

2 participants

@ndimiduk@Apache-HBase