[
https://issues.apache.org/jira/browse/HBASE-15360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Duo Zhang updated HBASE-15360:
------------------------------
Attachment: HBASE-15360.patch
I think the problem is testSoftAndHardQueueLimits.
Add this can make it fail consistently
{code}
@Test
public void testSoftAndHardQueueLimits100() throws Exception {
for (int i = 0; i < 100; i++) {
testSoftAndHardQueueLimits();
}
}
{code}
The fix is that we should wait until the calls in queue have been consumed.
> 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: Mikhail Antonov
> Priority: Critical
> Fix For: 1.3.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)