[ 
https://issues.apache.org/jira/browse/HBASE-21952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Purtell updated HBASE-21952:
-----------------------------------
    Fix Version/s:     (was: 1.5.0)
                   1.5.1

> Test Failure: TestClientOperationInterrupt.testInterrupt50Percent
> -----------------------------------------------------------------
>
>                 Key: HBASE-21952
>                 URL: https://issues.apache.org/jira/browse/HBASE-21952
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 1.5.0
>            Reporter: Xu Cang
>            Assignee: Xu Cang
>            Priority: Minor
>             Fix For: 1.5.1
>
>         Attachments: HBASE-21952.branch-1.001.patch, 
> HBASE-21952.branch-1.001.patch
>
>
> I can reproduce on linux box with java
> openjdk version "10.0.1" 2018-04-17
> OpenJDK Runtime Environment Zulu10.2+4 (build 10.0.1+9)
> OpenJDK 64-Bit Server VM Zulu10.2+4 (build 10.0.1+9, mixed mode)
> -------------------------------------------------------------------------------
> Test set: org.apache.hadoop.hbase.client.TestClientOperationInterrupt
> -------------------------------------------------------------------------------
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 51.861 s <<< 
> FAILURE! - in org.apache.hadoop.hbase.client.TestClientOperationInterrupt
> testInterrupt50Percent(org.apache.hadoop.hbase.client.TestClientOperationInterrupt)
>   Time elapsed: 50.108 s  <<< FAILURE!
> java.lang.AssertionError:  noEx: {color:red}53{color}, badEx=0, noInt=0
>         at 
> org.apache.hadoop.hbase.client.TestClientOperationInterrupt.testInterrupt50Percent(TestClientOperationInterrupt.java:149)
> Note:
> Expected value is 50. 
> Code:
> {code:java}
> 160     Assert.assertTrue(" noEx: " + noEx.get() + ", badEx=" + badEx.get() + 
> ", noInt=" + noInt.get(),
> 161         noEx.get() == nbThread / 2 && badEx.get() == 0);
> {code}
> And nbThread is 100. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to