You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2018/02/20 10:18:02 UTC

[jira] [Resolved] (FLINK-8709) Flaky test: SlotPoolRpcTest.testCancelSlotAllocationWithoutResourceManager

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

Till Rohrmann resolved FLINK-8709.
----------------------------------
    Resolution: Fixed

Fixed via d87531294d4bd2823cbf9cec40bb5563ce38a70a

> Flaky test: SlotPoolRpcTest.testCancelSlotAllocationWithoutResourceManager
> --------------------------------------------------------------------------
>
>                 Key: FLINK-8709
>                 URL: https://issues.apache.org/jira/browse/FLINK-8709
>             Project: Flink
>          Issue Type: Bug
>    Affects Versions: 1.5.0
>            Reporter: Bowen Li
>            Assignee: Till Rohrmann
>            Priority: Blocker
>             Fix For: 1.5.0
>
>
> In both [https://travis-ci.org/apache/flink/jobs/343258724] and [https://travis-ci.org/apache/flink/jobs/343527405] 
> {code:java}
> Running org.apache.flink.runtime.jobmaster.slotpool.SlotPoolRpcTest
> Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.77 sec <<< FAILURE! - in org.apache.flink.runtime.jobmaster.slotpool.SlotPoolRpcTest
> testCancelSlotAllocationWithoutResourceManager(org.apache.flink.runtime.jobmaster.slotpool.SlotPoolRpcTest)  Time elapsed: 0.622 sec  <<< FAILURE!
> java.lang.AssertionError: 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.junit.Assert.assertEquals(Assert.java:631)
> 	at org.apache.flink.runtime.jobmaster.slotpool.SlotPoolRpcTest.testCancelSlotAllocationWithoutResourceManager(SlotPoolRpcTest.java:171)
> {code}



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