Xiao Liu created HBASE-29931:
--------------------------------
Summary: 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
Fix For: 2.7.0, 3.0.0-beta-2, 2.6.5, 2.5.14
In the latest master branch, \{{TestRpcControllerFactory.testCountController}}
fails
{code:language=bash|borderStyle=solid|theme=RDark|linenumbers=true|collapse=false}
[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)