Skip to content

Conversation

@steveloughran
Copy link
Contributor

Contributed by Steve Loughran
(Also: broken by Steve Loughran)

PR includes a minor change to the HDFS Code to ensure yetus is happy; main
change is that the eventually() clause is skipped on a consistent store,
because it is not needed.

Contributed by Steve Loughran
(Also: broken by Steve Loughran)

PR includes a minor change to the HDFS Code to ensure yetus is happy; main
change is that the eventually() clause is skipped on a consistent store,
because it is not needed.

Change-Id: Iac8f7c91b4b7a8c42506c6c24a89ca85f667dc0b
@Humbedooh
Copy link
Member

Ignore me, I'm just seeing why PRs are not linking to github in this case...

@steveloughran
Copy link
Contributor Author

Ignore me, I'm just seeing why PRs are not linking to github in this case...

no idea -just linked it by hand. Some discussion on common-dev about JIRA permissions

@hadoop-yetus
Copy link

💔 -1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 33s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
+1 💚 test4tests 0m 0s The patch appears to include 2 new or modified test files.
_ trunk Compile Tests _
+0 🆗 mvndep 3m 20s Maven dependency ordering for branch
+1 💚 mvninstall 25m 36s trunk passed
+1 💚 compile 20m 55s trunk passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
+1 💚 compile 17m 33s trunk passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
+1 💚 checkstyle 2m 39s trunk passed
+1 💚 mvnsite 2m 51s trunk passed
+1 💚 shadedclient 22m 41s branch has no errors when building and testing our client artifacts.
+1 💚 javadoc 1m 47s trunk passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
+1 💚 javadoc 3m 36s trunk passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
+0 🆗 spotbugs 4m 4s Used deprecated FindBugs config; considering switching to SpotBugs.
+1 💚 findbugs 6m 52s trunk passed
_ Patch Compile Tests _
+0 🆗 mvndep 0m 30s Maven dependency ordering for patch
+1 💚 mvninstall 2m 35s the patch passed
+1 💚 compile 24m 47s the patch passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
+1 💚 javac 24m 47s the patch passed
+1 💚 compile 22m 41s the patch passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
+1 💚 javac 22m 41s the patch passed
+1 💚 checkstyle 3m 25s the patch passed
+1 💚 mvnsite 3m 28s the patch passed
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 shadedclient 18m 11s patch has no errors when building and testing our client artifacts.
+1 💚 javadoc 1m 38s the patch passed with JDK Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1
+1 💚 javadoc 3m 36s the patch passed with JDK Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
+1 💚 findbugs 7m 32s the patch passed
_ Other Tests _
-1 ❌ unit 11m 18s hadoop-common in the patch passed.
-1 ❌ unit 27m 14s hadoop-hdfs in the patch passed.
+1 💚 asflicense 0m 54s The patch does not generate ASF License warnings.
236m 2s
Reason Tests
Failed junit tests hadoop.ha.TestZKFailoverController
hadoop.hdfs.TestDatanodeLayoutUpgrade
hadoop.hdfs.TestFileChecksumCompositeCrc
hadoop.hdfs.TestReplaceDatanodeOnFailure
hadoop.hdfs.TestFileCreation
hadoop.hdfs.TestFileConcurrentReader
Subsystem Report/Notes
Docker ClientAPI=1.40 ServerAPI=1.40 base: https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2252/1/artifact/out/Dockerfile
GITHUB PR #2252
Optional Tests dupname asflicense compile javac javadoc mvninstall mvnsite unit shadedclient findbugs checkstyle
uname Linux f5c61fc54d74 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 dev-support/bin/hadoop.sh
git revision trunk / d1c60a5
Default Java Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
Multi-JDK versions /usr/lib/jvm/java-11-openjdk-amd64:Ubuntu-11.0.8+10-post-Ubuntu-0ubuntu118.04.1 /usr/lib/jvm/java-8-openjdk-amd64:Private Build-1.8.0_265-8u265-b01-0ubuntu2~18.04-b01
unit https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2252/1/artifact/out/patch-unit-hadoop-common-project_hadoop-common.txt
unit https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2252/1/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
Test Results https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2252/1/testReport/
Max. process+thread count 3416 (vs. ulimit of 5500)
modules C: hadoop-common-project/hadoop-common hadoop-hdfs-project/hadoop-hdfs U: .
Console output https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-2252/1/console
versions git=2.17.1 maven=3.6.0 findbugs=4.0.6
Powered by Apache Yetus 0.13.0-SNAPSHOT https://yetus.apache.org

This message was automatically generated.

Copy link
Member

@iwasakims iwasakims left a comment

Choose a reason for hiding this comment

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

+1.

@steveloughran steveloughran merged commit c392d90 into apache:trunk Aug 28, 2020
asfgit pushed a commit that referenced this pull request Aug 28, 2020
Contributed by Steve Loughran
(Was: broken by Steve Loughran)

Change-Id: If6a82706f3ea6d802bc6da03c2a2ca734e30388f
@steveloughran steveloughran deleted the filesystem/HDFS-15471-TestHDFSContractMultipartUploader branch October 15, 2021 19:43
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.

4 participants