Skip to content

TEZ-4276: Clean Up Use of Preconditions - #96

Merged
abstractdog merged 1 commit into
apache:masterfrom
belugabehr:TEZ-4276
Jan 12, 2022
Merged

TEZ-4276: Clean Up Use of Preconditions#96
abstractdog merged 1 commit into
apache:masterfrom
belugabehr:TEZ-4276

Conversation

@belugabehr

Copy link
Copy Markdown
Contributor

No description provided.

@abstractdog

Copy link
Copy Markdown
Contributor

basically, I like the idea of using java features instead of third-party methods, could you please rebase and squash @belugabehr ?

@belugabehr

Copy link
Copy Markdown
ContributorAuthor

@abstractdog Good to go :)

@tez-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeComment
+0 🆗reexec12m 44sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 1sNo case conflicting files found.
+1 💚@author0m 0sThe patch does not contain any @author tags.
-1 ❌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.
_ master Compile Tests _
+0 🆗mvndep4m 22sMaven dependency ordering for branch
+1 💚mvninstall9m 28smaster passed
+1 💚compile4m 13smaster passed with JDK Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04
+1 💚compile4m 4smaster passed with JDK Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07
+1 💚checkstyle3m 38smaster passed
+1 💚javadoc4m 2smaster passed with JDK Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04
+1 💚javadoc3m 44smaster passed with JDK Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07
+0 🆗spotbugs0m 47sUsed deprecated FindBugs config; considering switching to SpotBugs.
+0 🆗findbugs0m 45stez-tools/analyzers/job-analyzer in master has 4 extant findbugs warnings.
_ Patch Compile Tests _
+0 🆗mvndep0m 9sMaven dependency ordering for patch
+1 💚mvninstall2m 53sthe patch passed
+1 💚compile2m 52sthe patch passed with JDK Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04
+1 💚javac2m 52sthe patch passed
+1 💚compile2m 30sthe patch passed with JDK Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07
+1 💚javac2m 30sthe patch passed
+1 💚checkstyle0m 15stez-api: The patch generated 0 new + 80 unchanged - 1 fixed = 80 total (was 81)
+1 💚checkstyle0m 10sThe patch passed checkstyle in tez-common
+1 💚checkstyle0m 10sThe patch passed checkstyle in tez-runtime-internals
+1 💚checkstyle0m 19sThe patch passed checkstyle in tez-runtime-library
+1 💚checkstyle0m 13sThe patch passed checkstyle in tez-mapreduce
+1 💚checkstyle0m 19sThe patch passed checkstyle in tez-dag
+1 💚checkstyle0m 11sThe patch passed checkstyle in tez-history-parser
+1 💚checkstyle0m 10sThe patch passed checkstyle in job-analyzer
+1 💚whitespace0m 0sThe patch has no whitespace issues.
+1 💚javadoc2m 21sthe patch passed with JDK Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04
+1 💚javadoc2m 8sthe patch passed with JDK Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07
+1 💚findbugs6m 25sthe patch passed
_ Other Tests _
+1 💚unit1m 59stez-api in the patch passed.
+1 💚unit0m 28stez-common in the patch passed.
+1 💚unit0m 34stez-runtime-internals in the patch passed.
+1 💚unit5m 21stez-runtime-library in the patch passed.
+1 💚unit1m 15stez-mapreduce in the patch passed.
+1 💚unit4m 22stez-dag in the patch passed.
+1 💚unit2m 21stez-history-parser in the patch passed.
-1 ❌unit11m 26sjob-analyzer in the patch failed.
+1 💚asflicense1m 12sThe patch does not generate ASF License warnings.
106m 33s
ReasonTests
Failed junit teststez.analyzer.TestAnalyzer
SubsystemReport/Notes
DockerClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-96/4/artifact/out/Dockerfile
GITHUB PR#96
JIRA IssueTEZ-4276
Optional Testsdupname asflicense javac javadoc unit spotbugs findbugs checkstyle compile
unameLinux e0d7db9ff89d 4.15.0-156-generic #163-Ubuntu SMP Thu Aug 19 23:31:58 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personalitypersonality/tez.sh
git revisionmaster / c9b8e90
Default JavaPrivate Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07
Multi-JDK versions/usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.13+8-Ubuntu-0ubuntu1.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_312-8u312-b07-0ubuntu1~20.04-b07
unithttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-96/4/artifact/out/patch-unit-tez-tools_analyzers_job-analyzer.txt
Test Resultshttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-96/4/testReport/
Max. process+thread count2099 (vs. ulimit of 5500)
modulesC: tez-api tez-common tez-runtime-internals tez-runtime-library tez-mapreduce tez-dag tez-plugins/tez-history-parser tez-tools/analyzers/job-analyzer U: .
Console outputhttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-96/4/console
versionsgit=2.25.1 maven=3.6.3 findbugs=3.0.1
Powered byApache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@abstractdog

Copy link
Copy Markdown
Contributor

thanks @belugabehr, can you please check if TestAnalyzer failure is related/reproducible?

@abstractdog
abstractdog merged commit 41cbc17 into apache:masterJan 12, 2022
@abstractdog

Copy link
Copy Markdown
Contributor

merged to master, thanks @belugabehr for the patch!

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.

3 participants

@belugabehr@abstractdog@tez-yetus