[ https://issues.apache.org/jira/browse/FLINK-8709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chesnay Schepler reopened FLINK-8709: ------------------------------------- Another instance on latest master: https://travis-ci.org/apache/flink/jobs/343910963 > 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)