You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/17 11:24:18 UTC

[jira] [Commented] (FLINK-3425) DataSinkTaskTest.Failing[Sorting]DataSinkTask fails on Windows

    [ https://issues.apache.org/jira/browse/FLINK-3425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15150244#comment-15150244 ] 

ASF GitHub Bot commented on FLINK-3425:
---------------------------------------

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/1652

    [FLINK-3425] FileOutputFormat closes outStream in case of failure

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 3425_test_failure_3

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1652.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1652
    
----
commit 34a43a9f974b24d40b93257f374f5d90dc991526
Author: zentol <s....@web.de>
Date:   2016-02-17T10:24:11Z

    [FLINK-3425] FileOutputFormat closes outStream in case of failure

----


> DataSinkTaskTest.Failing[Sorting]DataSinkTask fails on Windows
> --------------------------------------------------------------
>
>                 Key: FLINK-3425
>                 URL: https://issues.apache.org/jira/browse/FLINK-3425
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 1.0.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>             Fix For: 1.0.0
>
>
> Tests run: 7, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 60.362 sec <<< FAILURE! - in org.apache.flink.runtime.operators.DataSinkTaskTest
> testFailingDataSinkTask(org.apache.flink.runtime.operators.DataSinkTaskTest)  Time elapsed: 4.314 sec  <<< FAILURE!
> java.lang.AssertionError: Temp output file has not been removed
>         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.DataSinkTaskTest.testFailingDataSinkTask(DataSinkTaskTest.java:322)
> testFailingSortingDataSinkTask(org.apache.flink.runtime.operators.DataSinkTaskTest)  Time elapsed: 1.769 sec  <<< FAILURE!
> java.lang.AssertionError: Temp output file has not been removed
>         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.DataSinkTaskTest.testFailingSortingDataSinkTask(DataSinkTaskTest.java:362)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)