[
https://issues.apache.org/jira/browse/HBASE-29931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiao Liu updated HBASE-29931:
-----------------------------
Description:
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}
was:
In the latest master branch, {{TestRpcControllerFactory.testCountController}}
fails (also 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}
> Test case TestRpcControllerFactory#testCountController failed
> -------------------------------------------------------------
>
> Key: HBASE-29931
> URL: https://issues.apache.org/jira/browse/HBASE-29931
> Project: HBase
> Issue Type: Improvement
> Components: rpc, test
> Reporter: Xiao Liu
> Assignee: Xiao Liu
> Priority: Major
> Fix For: 2.7.0, 3.0.0-beta-2, 2.6.5, 2.5.14
>
>
> 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)