[ 
https://issues.apache.org/jira/browse/HBASE-19398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16274522#comment-16274522
 ] 

huaxiang sun commented on HBASE-19398:
--------------------------------------

Hi [~guyuqi], TestReplicaWithCluster should be fixed by HBASE-19392. Can you 
try the latest hbase-3.0? Thanks.

> Unit Tests failed in hbase-3.0.0 on Arm64 and x86
> -------------------------------------------------
>
>                 Key: HBASE-19398
>                 URL: https://issues.apache.org/jira/browse/HBASE-19398
>             Project: HBase
>          Issue Type: Bug
>          Components: test
>            Reporter: Yuqi Gu
>            Priority: Minor
>
> We run the unit tests both on Arm64 and x86 platform.
> The failures and errors are shown as follows:  
> h3. 1. TestReplicaWithCluster
> {code:java}
> [INFO] Running org.apache.hadoop.hbase.client.TestReplicaWithCluster
> [ERROR] Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
> 689.789 s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestReplicaWithCluster
> [ERROR] 
> testReplicaGetWithPrimaryAndMetaDown(org.apache.hadoop.hbase.client.TestReplicaWithCluster)
>   Time elapsed: 612.036 s  <<< ERROR!
> org.apache.hadoop.hbase.exceptions.TimeoutIOException: 
> java.util.concurrent.TimeoutException: The procedure 60 is still running
>         at 
> org.apache.hadoop.hbase.client.TestReplicaWithCluster.testReplicaGetWithPrimaryAndMetaDown(TestReplicaWithCluster.java:794)
> Caused by: java.util.concurrent.TimeoutException: The procedure 60 is still 
> running
>         at 
> org.apache.hadoop.hbase.client.TestReplicaWithCluster.testReplicaGetWithPrimaryAndMetaDown(TestReplicaWithCluster.java:794)
> {code}
> h3. 2. TestRegionServerHostname
> {code:java}
> [ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
> 66.799 s <<< FAILURE! - in 
> org.apache.hadoop.hbase.regionserver.TestRegionServerHostname
> [ERROR] 
> testInvalidRegionServerHostnameAbortsServer(org.apache.hadoop.hbase.regionserver.TestRegionServerHostname)
>   Time elapsed: 1.444 s  <<< ERROR!
> java.lang.UnsupportedOperationException: Constructor threw an exception for 
> org.apache.hadoop.hbase.ipc.SimpleRpcServer
>         at 
> org.apache.hadoop.hbase.regionserver.TestRegionServerHostname.testInvalidRegionServerHostnameAbortsServer(TestRegionServerHostname.java:74)
> Caused by: java.lang.reflect.InvocationTargetException
>         at 
> org.apache.hadoop.hbase.regionserver.TestRegionServerHostname.testInvalidRegionServerHostnameAbortsServer(TestRegionServerHostname.java:74)
> Caused by: java.net.BindException: Problem binding to 
> hostAddr.invalid/198.105.244.11:0 : Cannot assign requested address
>         at 
> org.apache.hadoop.hbase.regionserver.TestRegionServerHostname.testInvalidRegionServerHostnameAbortsServer(TestRegionServerHostname.java:74)
> Caused by: java.net.BindException: Cannot assign requested address
>         at 
> org.apache.hadoop.hbase.regionserver.TestRegionServerHostname.testInvalidRegionServerHostnameAbortsServer(TestRegionServerHostname.java:74)
> {code}
> h3. 3. TestConnectionImplementation
> {code:java}
> [ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 6.887 
> s <<< FAILURE! - in 
> org.apache.hadoop.hbase.client.TestConnectionImplementation
> [ERROR] 
> testGetAdminBadHostname(org.apache.hadoop.hbase.client.TestConnectionImplementation)
>   Time elapsed: 0.664 s  <<< ERROR!
> java.lang.Exception: Unexpected exception, 
> expected<java.net.UnknownHostException> but was<java.lang.AssertionError>
>         at 
> org.apache.hadoop.hbase.client.TestConnectionImplementation.testGetAdminBadHostname(TestConnectionImplementation.java:73)
> [ERROR] 
> testGetClientBadHostname(org.apache.hadoop.hbase.client.TestConnectionImplementation)
>   Time elapsed: 0.023 s  <<< ERROR!
> java.lang.Exception: Unexpected exception, 
> expected<java.net.UnknownHostException> but was<java.lang.AssertionError>
>         at 
> org.apache.hadoop.hbase.client.TestConnectionImplementation.testGetClientBadHostname(TestConnectionImplementation.java:92)
> {code}
> Is there any specific configuration for these test cases?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to