You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Xu Cang (JIRA)" <ji...@apache.org> on 2019/02/26 01:20:00 UTC

[jira] [Updated] (HBASE-21952) Test Failure: TestClientOperationInterrupt.testInterrupt50Percent

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

Xu Cang updated HBASE-21952:
----------------------------
    Description: 
-------------------------------------------------------------------------------
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: 53, 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. 

  was:
-------------------------------------------------------------------------------
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: 53, badEx=0, noInt=0
        at org.apache.hadoop.hbase.client.TestClientOperationInterrupt.testInterrupt50Percent(TestClientOperationInterrupt.java:149)


> Test Failure: TestClientOperationInterrupt.testInterrupt50Percent
> -----------------------------------------------------------------
>
>                 Key: HBASE-21952
>                 URL: https://issues.apache.org/jira/browse/HBASE-21952
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Xu Cang
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> -------------------------------------------------------------------------------
> 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: 53, 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)