[
https://issues.apache.org/jira/browse/HBASE-15360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15205426#comment-15205426
]
Ted Yu commented on HBASE-15360:
--------------------------------
>From
>https://builds.apache.org/job/HBase-1.4/40/jdk=latest1.7,label=yahoo-not-h2/consoleFull
> :
{code}
Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 13.031 sec <<<
FAILURE! - in org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler
testCoDelScheduling(org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler) Time
elapsed: 1.225 sec <<< FAILURE!
java.lang.AssertionError: None of these calls should have been discarded
expected:<0> but was:<2>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at
org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler.testCoDelScheduling(TestSimpleRpcScheduler.java:384)
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 14.167 sec <<<
FAILURE! - in org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler
testCoDelScheduling(org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler) Time
elapsed: 1.063 sec <<< FAILURE!
java.lang.AssertionError: None of these calls should have been discarded
expected:<0> but was:<1>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at
org.apache.hadoop.hbase.ipc.TestSimpleRpcScheduler.testCoDelScheduling(TestSimpleRpcScheduler.java:384)
{code}
> Fix flaky TestSimpleRpcScheduler
> --------------------------------
>
> Key: HBASE-15360
> URL: https://issues.apache.org/jira/browse/HBASE-15360
> Project: HBase
> Issue Type: Bug
> Components: test
> Affects Versions: 2.0.0, 1.3.0
> Reporter: Mikhail Antonov
> Assignee: Duo Zhang
> Priority: Critical
> Fix For: 2.0.0, 1.3.0, 1.4.0
>
> Attachments: HBASE-15360.patch
>
>
> There were several flaky tests added there as part of HBASE-15306 and likely
> HBASE-15136.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)