[
https://issues.apache.org/jira/browse/HBASE-29931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18061889#comment-18061889
]
Hudson commented on HBASE-29931:
--------------------------------
Results for branch branch-3
[build #529 on
builds.a.o|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/529/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(/) {color:green}+1 general checks{color}
-- For more information [see general
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/529/General_20Nightly_20Build_20Report/]
(x) {color:red}-1 jdk17 hadoop3 checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/529/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop 3.3.5 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/529/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(x) {color:red}-1 jdk17 hadoop 3.3.6 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/529/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.4.0 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/529/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 jdk17 hadoop 3.4.1 backward compatibility checks{color}
-- For more information [see jdk17
report|https://ci-hbase.apache.org/job/HBase%20Nightly/job/branch-3/529/JDK17_20Nightly_20Build_20Report_20_28Hadoop3_29/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test for 3.3.5 {color}
(/) {color:green}+1 client integration test for 3.3.6 {color}
(/) {color:green}+1 client integration test for 3.4.0 {color}
(/) {color:green}+1 client integration test for 3.4.1 {color}
(/) {color:green}+1 client integration test for 3.4.2 {color}
> Test case TestRpcControllerFactory#testCountController failed
> -------------------------------------------------------------
>
> Key: HBASE-29931
> URL: https://issues.apache.org/jira/browse/HBASE-29931
> Project: HBase
> Issue Type: Bug
> Components: rpc, test
> Reporter: Xiao Liu
> Assignee: Xiao Liu
> Priority: Major
> Fix For: 3.0.0-beta-2
>
>
> In the latest master branch, {{TestRpcControllerFactory.testCountController}}
> fails (we can also see the failed job in
> [https://github.com/apache/hbase/actions/runs/22413347628?pr=7803])
> {code:java}
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.104
> s <<< FAILURE! -- in org.apache.hadoop.hbase.client.TestRpcControllerFactory
> [ERROR]
> org.apache.hadoop.hbase.client.TestRpcControllerFactory.testCountController
> -- Time elapsed: 0.721 s <<< FAILURE!
> java.lang.AssertionError
> at org.junit.Assert.fail(Assert.java:87)
> at org.junit.Assert.assertTrue(Assert.java:42)
> at org.junit.Assert.assertTrue(Assert.java:53)
> at
> org.apache.hadoop.hbase.client.TestRpcControllerFactory.verifyCount(TestRpcControllerFactory.java:218)
> at
> org.apache.hadoop.hbase.client.TestRpcControllerFactory.testCountController(TestRpcControllerFactory.java:151)
> at java.base/java.lang.reflect.Method.invoke(Method.java:568)
> at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
> at java.base/java.lang.Thread.run(Thread.java:842)
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Failures:
> [ERROR] TestRpcControllerFactory.testCountController:151->verifyCount:218
> [INFO]
> [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)