Skip to content

TEZ-4649: Java21 upgrade made TestAnalyzer#testWithATS flaky - change entry to nanotime precision - #431

Merged
abstractdog merged 1 commit into
apache:masterfrom
abstractdog:TEZ-4649
Sep 17, 2025
Merged

TEZ-4649: Java21 upgrade made TestAnalyzer#testWithATS flaky - change entry to nanotime precision#431
abstractdog merged 1 commit into
apache:masterfrom
abstractdog:TEZ-4649

Conversation

@abstractdog

@abstractdogabstractdog commented Sep 17, 2025

Copy link
Copy Markdown
Contributor

This PR is to change System.currentTimeMillis() to System.nanoTime() in ATSImportTool, see details in Jira.

@ayushtknayushtkn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the build is green. Changes LGTM

@maheshrajus

Copy link
Copy Markdown
Contributor

+1, LGTM

@tez-yetus

Copy link
Copy Markdown

💔 -1 overall

VoteSubsystemRuntimeLogfileComment
+0 🆗reexec27m 51sDocker mode activated.
_ Prechecks _
+1 💚dupname0m 0sNo case conflicting files found.
+0 🆗detsecrets0m 0sdetect-secrets was not available.
+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 _
+1 💚mvninstall11m 44smaster passed
+1 💚compile0m 35smaster passed
+1 💚checkstyle0m 55smaster passed
+1 💚javadoc0m 31smaster passed
+0 🆗spotbugs1m 37stez-plugins/tez-history-parser in master has 21 extant spotbugs warnings.
_ Patch Compile Tests _
+1 💚mvninstall0m 50sthe patch passed
+1 💚codespell0m 32sNo new issues.
+1 💚compile0m 21sthe patch passed
+1 💚javac0m 21sthe patch passed
+1 💚blanks0m 0sThe patch has no blanks issues.
+1 💚checkstyle0m 8sthe patch passed
+1 💚javadoc0m 11sthe patch passed
+1 💚spotbugs0m 55sthe patch passed
_ Other Tests _
+1 💚unit2m 26stez-history-parser in the patch passed.
+1 💚asflicense0m 13sThe patch does not generate ASF License warnings.
50m 9s
SubsystemReport/Notes
DockerClientAPI=1.51 ServerAPI=1.51 base: https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-431/1/artifact/out/Dockerfile
GITHUB PR#431
Optional Testsdupname asflicense javac javadoc unit spotbugs checkstyle codespell detsecrets compile
unameLinux b98443236058 5.15.0-144-generic #157-Ubuntu SMP Mon Jun 16 07:33:10 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
Build toolmaven
Personality/home/jenkins/jenkins-agent/workspace/tez-multibranch_PR-431/src/.yetus/personality.sh
git revisionmaster / 8042f6a
Default JavaUbuntu-21.0.8+9-Ubuntu-0ubuntu124.04.1
Test Resultshttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-431/1/testReport/
Max. process+thread count701 (vs. ulimit of 5500)
modulesC: tez-plugins/tez-history-parser U: tez-plugins/tez-history-parser
Console outputhttps://ci-hadoop.apache.org/job/tez-multibranch/job/PR-431/1/console
versionsgit=2.43.0 maven=3.8.7 spotbugs=4.9.3 codespell=2.0.0
Powered byApache Yetus 0.15.1 https://yetus.apache.org

This message was automatically generated.

@abstractdog
abstractdog merged commit 0a5c714 into apache:masterSep 17, 2025
4 checks passed
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.

4 participants

@abstractdog@maheshrajus@tez-yetus@ayushtkn