[
https://issues.apache.org/jira/browse/HBASE-21952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16779806#comment-16779806
]
Hadoop QA commented on HBASE-21952:
-----------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} docker {color} | {color:red} 18m
47s{color} | {color:red} Docker failed to build yetus/hbase:61288f8. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HBASE-21952 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12960454/HBASE-21952.branch-1.001.patch
|
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/16164/console |
| Powered by | Apache Yetus 0.8.0 http://yetus.apache.org |
This message was automatically generated.
> Test Failure: TestClientOperationInterrupt.testInterrupt50Percent
> -----------------------------------------------------------------
>
> Key: HBASE-21952
> URL: https://issues.apache.org/jira/browse/HBASE-21952
> Project: HBase
> Issue Type: Improvement
> Reporter: Xu Cang
> Assignee: Xu Cang
> Priority: Minor
> Fix For: 1.5.0
>
> Attachments: 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)