[ https://issues.apache.org/jira/browse/FLINK-2648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stephan Ewen resolved FLINK-2648. --------------------------------- Resolution: Fixed Assignee: Stephan Ewen Fix Version/s: 0.10 Fixed via 361947d6c5490f0c6d04ffec709a353995aad373 > CombineTaskTest.testCancelCombineTaskSorting > -------------------------------------------- > > Key: FLINK-2648 > URL: https://issues.apache.org/jira/browse/FLINK-2648 > Project: Flink > Issue Type: Bug > Components: Tests > Reporter: Sachin Goel > Assignee: Stephan Ewen > Labels: test-stability > Fix For: 0.10 > > > I came across a build failure on this test with the exception: > {code} > testCancelCombineTaskSorting[0](org.apache.flink.runtime.operators.CombineTaskTest) > Time elapsed: 12.602 sec <<< FAILURE! > java.lang.AssertionError: Task did not cancel properly within in 5 seconds. > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertFalse(Assert.java:64) > at > org.apache.flink.runtime.operators.CombineTaskTest.testCancelCombineTaskSorting(CombineTaskTest.java:184) > testCancelCombineTaskSorting[0](org.apache.flink.runtime.operators.CombineTaskTest) > Time elapsed: 12.609 sec <<< FAILURE! > java.lang.AssertionError: Memory Manager managed memory was not completely > freed. > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at > org.apache.flink.runtime.operators.testutils.UnaryOperatorTestBase.shutdownAll(UnaryOperatorTestBase.java:377) > {code} > Here's the build log: > https://s3.amazonaws.com/archive.travis-ci.org/jobs/79484212/log.txt -- This message was sent by Atlassian JIRA (v6.3.4#6332)