Sachin Goel created FLINK-2648:
----------------------------------
Summary: CombineTaskTest.testCancelCombineTaskSorting
Key: FLINK-2648
URL:
https://issues.apache.org/jira/browse/FLINK-2648 Project: Flink
Issue Type: Bug
Components: Tests
Reporter: Sachin Goel
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)