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-17953. S3A: Tests to lookup global or per-bucket configuration for encryption algorithm (#3525) #3565

Merged
merged 1 commit into from
Oct 21, 2021

Conversation

mehakmeet
Copy link
Contributor

Followup to S3-CSE work of HADOOP-13887

Contributed by Mehakmeet Singh

… for encryption algorithm (apache#3525)


Followup to S3-CSE work of HADOOP-13887

Contributed by Mehakmeet Singh
@mehakmeet
Copy link
Contributor Author

Region: ap-south-1
mvn clean verify -Dparallel-tests -DtestsThreadCount=4 -Dscale

CSE:

[WARNING] Tests run: 586, Failures: 0, Errors: 0, Skipped: 5
[ERROR] Tests run: 1469, Failures: 0, Errors: 2, Skipped: 637 (Timeouts, happens on base as well)
[ERROR] Tests run: 151, Failures: 1, Errors: 1, Skipped: 28 (Timeout and some S3Guard DDB issue with my specific bucket, ignore)

Normal:

[WARNING] Tests run: 586, Failures: 0, Errors: 0, Skipped: 5
[ERROR] Tests run: 1469, Failures: 0, Errors: 2, Skipped: 467
[ERROR] Tests run: 151, Failures: 1, Errors: 1, Skipped: 28

CSE S3Guard:

[WARNING] Tests run: 586, Failures: 0, Errors: 0, Skipped: 5
[WARNING] Tests run: 1469, Failures: 0, Errors: 0, Skipped: 1269
[WARNING] Tests run: 151, Failures: 0, Errors: 0, Skipped: 92

S3Guard:

[WARNING] Tests run: 586, Failures: 0, Errors: 0, Skipped: 5
[ERROR] Tests run: 1469, Failures: 0, Errors: 3, Skipped: 388
[ERROR] Tests run: 11, Failures: 0, Errors: 3, Skipped: 0

@mehakmeet
Copy link
Contributor Author

@steveloughran

@hadoop-yetus
Copy link

🎊 +1 overall

Vote Subsystem Runtime Logfile Comment
+0 🆗 reexec 10m 33s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 codespell 0m 1s 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 3 new or modified test files.
_ branch-3.3 Compile Tests _
+0 🆗 mvndep 12m 16s Maven dependency ordering for branch
+1 💚 mvninstall 20m 59s branch-3.3 passed
+1 💚 compile 17m 26s branch-3.3 passed
+1 💚 checkstyle 2m 38s branch-3.3 passed
+1 💚 mvnsite 2m 34s branch-3.3 passed
+1 💚 javadoc 2m 36s branch-3.3 passed
+1 💚 spotbugs 3m 46s branch-3.3 passed
+1 💚 shadedclient 23m 35s branch has no errors when building and testing our client artifacts.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 29s Maven dependency ordering for patch
+1 💚 mvninstall 1m 32s the patch passed
+1 💚 compile 16m 42s the patch passed
+1 💚 javac 16m 42s the patch passed
+1 💚 blanks 0m 0s The patch has no blanks issues.
+1 💚 checkstyle 2m 33s the patch passed
+1 💚 mvnsite 2m 31s the patch passed
+1 💚 javadoc 2m 31s the patch passed
+1 💚 spotbugs 4m 5s the patch passed
+1 💚 shadedclient 23m 44s patch has no errors when building and testing our client artifacts.
_ Other Tests _
+1 💚 unit 17m 2s hadoop-common in the patch passed.
+1 💚 unit 2m 29s hadoop-aws in the patch passed.
+1 💚 asflicense 1m 0s The patch does not generate ASF License warnings.
173m 25s
Subsystem Report/Notes
Docker ClientAPI=1.41 ServerAPI=1.41 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3565/1/artifact/out/Dockerfile
GITHUB PR #3565
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient spotbugs checkstyle codespell
uname Linux b7847206cf18 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/bin/hadoop.sh
git revision branch-3.3 / 392cb8d
Default Java Private Build-1.8.0_292-8u292-b10-0ubuntu1~18.04-b10
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3565/1/testReport/
Max. process+thread count 2311 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-tools/hadoop-aws U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-3565/1/console
versions git=2.17.1 maven=3.6.0 spotbugs=4.2.2
Powered by Apache Yetus 0.14.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

@steveloughran
Copy link
Contributor

+1

@steveloughran steveloughran merged commit bd077c3 into apache:branch-3.3 Oct 21, 2021
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