You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Robert Metzger (JIRA)" <ji...@apache.org> on 2015/09/21 19:47:04 UTC

[jira] [Reopened] (FLINK-2648) CombineTaskTest.testCancelCombineTaskSorting

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

Robert Metzger reopened FLINK-2648:
-----------------------------------

The test failed again:
{code}
CombineTaskTest.testCancelCombineTaskSorting:195 null
{code}
in https://s3.amazonaws.com/archive.travis-ci.org/jobs/81419670/log.txt


> 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)