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

HDDS-2079. Fix TestSecureOzoneManager. Contributed by Xiaoyu Yao. #1400

Merged
merged 2 commits into from
Sep 4, 2019

Conversation

xiaoyuyao
Copy link
Contributor

No description provided.

@xiaoyuyao xiaoyuyao added the ozone label Sep 4, 2019
@xiaoyuyao xiaoyuyao self-assigned this Sep 4, 2019
@ChenSammi
Copy link
Contributor

@xiaoyuyao , the patch overall looks good. There is one pending checkstyle issue. +1 for the rest.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 62 Docker mode activated.
_ Prechecks _
+1 dupname 0 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1 mvninstall 626 trunk passed
+1 compile 406 trunk passed
+1 checkstyle 83 trunk passed
+1 mvnsite 0 trunk passed
+1 shadedclient 946 branch has no errors when building and testing our client artifacts.
+1 javadoc 183 trunk passed
0 spotbugs 432 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 638 trunk passed
_ Patch Compile Tests _
+1 mvninstall 566 the patch passed
+1 compile 397 the patch passed
+1 javac 397 the patch passed
-0 checkstyle 40 hadoop-ozone: The patch generated 1 new + 0 unchanged - 0 fixed = 1 total (was 0)
+1 mvnsite 0 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 663 patch has no errors when building and testing our client artifacts.
+1 javadoc 183 the patch passed
+1 findbugs 667 the patch passed
_ Other Tests _
+1 unit 272 hadoop-hdds in the patch passed.
-1 unit 1771 hadoop-ozone in the patch failed.
+1 asflicense 50 The patch does not generate ASF License warnings.
7786
Reason Tests
Failed junit tests hadoop.ozone.om.TestOmBlockVersioning
hadoop.ozone.om.TestOzoneManagerRestart
hadoop.ozone.TestSecureOzoneCluster
hadoop.ozone.client.rpc.TestBlockOutputStreamWithFailures
hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException
hadoop.ozone.om.TestOzoneManagerHA
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1400/1/artifact/out/Dockerfile
GITHUB PR #1400
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux b702e5f581c8 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 tool maven
Personality personality/hadoop.sh
git revision trunk / 337e9b7
Default Java 1.8.0_222
checkstyle https://builds.apache.org/job/hadoop-multibranch/job/PR-1400/1/artifact/out/diff-checkstyle-hadoop-ozone.txt
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1400/1/artifact/out/patch-unit-hadoop-ozone.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1400/1/testReport/
Max. process+thread count 4820 (vs. ulimit of 5500)
modules C: hadoop-ozone/integration-test U: hadoop-ozone/integration-test
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1400/1/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

@xiaoyuyao xiaoyuyao merged commit ae28747 into apache:trunk Sep 4, 2019
@xiaoyuyao
Copy link
Contributor Author

Merge based on @ChenSammi's +1. Thanks for the review.

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
0 reexec 41 Docker mode activated.
_ Prechecks _
+1 dupname 1 No case conflicting files found.
+1 @author 0 The patch does not contain any @author tags.
+1 test4tests 0 The patch appears to include 1 new or modified test files.
_ trunk Compile Tests _
+1 mvninstall 614 trunk passed
+1 compile 386 trunk passed
+1 checkstyle 82 trunk passed
+1 mvnsite 0 trunk passed
+1 shadedclient 876 branch has no errors when building and testing our client artifacts.
+1 javadoc 176 trunk passed
0 spotbugs 418 Used deprecated FindBugs config; considering switching to SpotBugs.
+1 findbugs 613 trunk passed
_ Patch Compile Tests _
+1 mvninstall 535 the patch passed
+1 compile 385 the patch passed
+1 javac 385 the patch passed
+1 checkstyle 89 the patch passed
+1 mvnsite 0 the patch passed
+1 whitespace 0 The patch has no whitespace issues.
+1 shadedclient 683 patch has no errors when building and testing our client artifacts.
+1 javadoc 176 the patch passed
+1 findbugs 632 the patch passed
_ Other Tests _
+1 unit 294 hadoop-hdds in the patch passed.
-1 unit 1347 hadoop-ozone in the patch failed.
+1 asflicense 51 The patch does not generate ASF License warnings.
7181
Reason Tests
Failed junit tests hadoop.hdds.scm.pipeline.TestRatisPipelineProvider
hadoop.ozone.TestSecureOzoneCluster
hadoop.ozone.client.rpc.TestCloseContainerHandlingByClient
Subsystem Report/Notes
Docker Client=19.03.1 Server=19.03.1 base: https://builds.apache.org/job/hadoop-multibranch/job/PR-1400/2/artifact/out/Dockerfile
GITHUB PR #1400
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux 5537bc1b3785 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality personality/hadoop.sh
git revision trunk / 337e9b7
Default Java 1.8.0_222
unit https://builds.apache.org/job/hadoop-multibranch/job/PR-1400/2/artifact/out/patch-unit-hadoop-ozone.txt
Test Results https://builds.apache.org/job/hadoop-multibranch/job/PR-1400/2/testReport/
Max. process+thread count 5400 (vs. ulimit of 5500)
modules C: hadoop-ozone/integration-test U: hadoop-ozone/integration-test
Console output https://builds.apache.org/job/hadoop-multibranch/job/PR-1400/2/console
versions git=2.7.4 maven=3.3.9 findbugs=3.1.0-RC1
Powered by Apache Yetus 0.10.0 http://yetus.apache.org

This message was automatically generated.

asfgit pushed a commit that referenced this pull request Sep 5, 2019
amahussein pushed a commit to amahussein/hadoop that referenced this pull request Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants