Skip to content
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-17375. Fix the error of TestDynamometerInfra. #2471

Merged
merged 4 commits into from
May 7, 2021

Conversation

tasanuma
Copy link
Member

NOTICE

Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute

@tasanuma tasanuma changed the title HADOOP-17375. TestDynamometerInfra fails. [WIP] HADOOP-17375. TestDynamometerInfra fails. Nov 18, 2020
@hadoop-yetus

This comment has been minimized.

@hadoop-yetus

This comment has been minimized.

@hadoop-yetus

This comment has been minimized.

@tasanuma
Copy link
Member Author

I tried to use hadoop-3.1.4.tar.gz and hadoop-3.3.0.tar.gz, but both were failed with other errors. I would like to just update the URL to fix the failed test in this PR.

@tasanuma tasanuma changed the title [WIP] HADOOP-17375. TestDynamometerInfra fails. HADOOP-17375. Use archive.apache.org to fix the error of TestDynamometerInfra. Dec 21, 2020
@hadoop-yetus

This comment has been minimized.

@hadoop-yetus

This comment has been minimized.

@tasanuma
Copy link
Member Author

The failed test of TestDynamometerInfra passed in my local environment with the last commit of this PR. I will investigate it further.

@hadoop-yetus

This comment has been minimized.

@tasanuma
Copy link
Member Author

tasanuma commented May 6, 2021

@tasanuma tasanuma changed the title HADOOP-17375. Use archive.apache.org to fix the error of TestDynamometerInfra. HADOOP-17375. Fix the error of TestDynamometerInfra. May 6, 2021
@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 1m 22s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 0s codespell was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1 💚 mvninstall 35m 51s trunk passed
+1 💚 compile 0m 29s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 compile 0m 27s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 checkstyle 0m 24s trunk passed
+1 💚 mvnsite 0m 32s trunk passed
+1 💚 javadoc 0m 29s trunk passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 0m 26s trunk passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 spotbugs 0m 47s trunk passed
+1 💚 shadedclient 14m 3s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+1 💚 mvninstall 0m 25s the patch passed
+1 💚 compile 0m 22s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javac 0m 22s the patch passed
+1 💚 compile 0m 18s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 javac 0m 18s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 0m 14s the patch passed
+1 💚 mvnsite 0m 21s the patch passed
+1 💚 javadoc 0m 19s the patch passed with JDK Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04
+1 💚 javadoc 0m 18s the patch passed with JDK Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
+1 💚 spotbugs 0m 47s the patch passed
+1 💚 shadedclient 13m 52s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 12m 7s hadoop-dynamometer-infra in the patch passed.
+1 💚 asflicense 0m 33s The patch does not generate ASF License warnings.
85m 58s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2471/7/artifact/out/Dockerfile
GITHUB PR #2471
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell
uname Linux 57df3f75925c 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision trunk / 839fed9
Default Java Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.10+9-Ubuntu-0ubuntu1.20.04 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_282-8u282-b08-0ubuntu1~20.04-b08
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2471/7/testReport/
Max. process+thread count 997 (vs. ulimit of 5500)
modules C: hadoop-tools/hadoop-dynamometer/hadoop-dynamometer-infra U: hadoop-tools/hadoop-dynamometer/hadoop-dynamometer-infra
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2471/7/console
versions git=2.25.1 maven=3.6.3 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

Copy link
Member

@aajisaka aajisaka left a comment

Choose a reason for hiding this comment

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

Thanks

@aajisaka aajisaka merged commit 2072102 into apache:trunk May 7, 2021
aajisaka pushed a commit that referenced this pull request May 7, 2021
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 2072102)
@tasanuma
Copy link
Member Author

tasanuma commented May 7, 2021

@aajisaka Thanks!

@tasanuma tasanuma deleted the HADOOP-17375 branch May 7, 2021 08:13
kiran-maturi pushed a commit to kiran-maturi/hadoop that referenced this pull request Nov 24, 2021
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Sign up for free to 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