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

HBASE-28384 Client ingegration tests fails for branch-2/branch-2.6 #5714

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

Apache9
Copy link
Contributor

@Apache9 Apache9 commented Feb 28, 2024

No description provided.

@Apache9 Apache9 self-assigned this Feb 28, 2024
@Apache9
Copy link
Contributor Author

Apache9 commented Feb 28, 2024

https://ci-hbase.apache.org/job/HBase%20Nightly/job/HBASE-28384-branch-2/8/

Finally we passed the client integration test.

@Apache9
Copy link
Contributor Author

Apache9 commented Feb 28, 2024

The solution is to also build a hadoop3 tarball when doing source release, and then use it to run hadoop 3 related integration test.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 42s Docker mode activated.
-0 ⚠️ yetus 0m 5s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+0 🆗 mvndep 0m 11s Maven dependency ordering for branch
_ Patch Compile Tests _
+0 🆗 mvndep 0m 4s Maven dependency ordering for patch
_ Other Tests _
1m 53s
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5714/1/artifact/yetus-jdk8-hadoop2-check/output/Dockerfile
GITHUB PR #5714
Optional Tests
uname Linux 6b3b710f5751 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / db6c4b2
Max. process+thread count 28 (vs. ulimit of 30000)
modules C: U:
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5714/1/console
versions git=2.34.1 maven=3.8.6
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 48s Docker mode activated.
-0 ⚠️ yetus 0m 5s Unprocessed flag(s): --brief-report-file --spotbugs-strict-precheck --whitespace-eol-ignore-list --whitespace-tabs-ignore-list --quick-hadoopcheck
_ Prechecks _
_ branch-2 Compile Tests _
+0 🆗 mvndep 0m 9s Maven dependency ordering for branch
_ Patch Compile Tests _
+0 🆗 mvndep 0m 5s Maven dependency ordering for patch
_ Other Tests _
1m 53s
Subsystem Report/Notes
Docker ClientAPI=1.44 ServerAPI=1.44 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5714/1/artifact/yetus-jdk11-hadoop3-check/output/Dockerfile
GITHUB PR #5714
Optional Tests
uname Linux 124ca1857393 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / db6c4b2
Max. process+thread count 39 (vs. ulimit of 30000)
modules C: U:
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5714/1/console
versions git=2.34.1 maven=3.8.6
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

@Apache-HBase
Copy link

🎊 +1 overall

Vote Subsystem Runtime Comment
+0 🆗 reexec 0m 47s Docker mode activated.
_ Prechecks _
+1 💚 dupname 0m 0s No case conflicting files found.
+0 🆗 shelldocs 0m 0s Shelldocs was not available.
+1 💚 @author 0m 0s The patch does not contain any @author tags.
_ branch-2 Compile Tests _
+0 🆗 mvndep 0m 15s Maven dependency ordering for branch
+1 💚 spotless 0m 59s branch has no errors when running spotless:check.
_ Patch Compile Tests _
+0 🆗 mvndep 0m 4s Maven dependency ordering for patch
-0 ⚠️ shellcheck 0m 0s The patch generated 19 new + 0 unchanged - 1 fixed = 19 total (was 1)
+1 💚 whitespace 0m 0s The patch has no whitespace issues.
+1 💚 spotless 0m 44s patch has no errors when running spotless:check.
_ Other Tests _
+0 🆗 asflicense 0m 0s ASF License check generated no output?
3m 53s
Subsystem Report/Notes
Docker ClientAPI=1.43 ServerAPI=1.43 base: https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5714/1/artifact/yetus-general-check/output/Dockerfile
GITHUB PR #5714
Optional Tests dupname asflicense spotless shellcheck shelldocs
uname Linux 18e23d2846f6 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
Build tool maven
Personality dev-support/hbase-personality.sh
git revision branch-2 / db6c4b2
shellcheck https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5714/1/artifact/yetus-general-check/output/diff-patch-shellcheck.txt
Max. process+thread count 43 (vs. ulimit of 30000)
modules C: U:
Console output https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-5714/1/console
versions git=2.34.1 maven=3.8.6 shellcheck=0.8.0
Powered by Apache Yetus 0.12.0 https://yetus.apache.org

This message was automatically generated.

Copy link
Member

@ndimiduk ndimiduk left a comment

Choose a reason for hiding this comment

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

@Apache9
Copy link
Contributor Author

Apache9 commented Feb 28, 2024

b3892cb

There is an extra commit on that branch to skip all other checks :)

It is not included in the PR here.

@Apache9 Apache9 merged commit 1c609f7 into apache:branch-2 Feb 28, 2024
1 check passed
Apache9 added a commit that referenced this pull request Feb 28, 2024
…5714)

Signed-off-by: Yi Mei <myimeiyi@gmail.com>
Signed-off by: Nick Dimiduk <ndimiduk@apache.org>
(cherry picked from commit 1c609f7)
Apache9 added a commit that referenced this pull request Feb 28, 2024
…5714)

Signed-off-by: Yi Mei <myimeiyi@gmail.com>
Signed-off by: Nick Dimiduk <ndimiduk@apache.org>
(cherry picked from commit 1c609f7)

Forward cherry-pick to align the Jenkinsfile and build scripts
Apache9 added a commit that referenced this pull request Feb 28, 2024
…5714)

Signed-off-by: Yi Mei <myimeiyi@gmail.com>
Signed-off by: Nick Dimiduk <ndimiduk@apache.org>
(cherry picked from commit 1c609f7)

Forward cherry-pick to align the Jenkinsfile and build scripts
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