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 2015/02/15 12:38:11 UTC

[jira] [Commented] (FLINK-1545) Spurious failure of AsynchronousFileIOChannelsTest.testExceptionForwardsToClose

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

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

GitHub user tillrohrmann opened a pull request:

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

    [FLINK-1545] Fixes AsynchronousFileIOChannelsTest.testExceptionForwardsToClose

    Fixes ```AsynchronousFileIOChannelsTest.testExceptionForwardsToClose``` by introducing an additional error check after the while loop in ```AsynchronousFileIOChannel.close``` method.

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

    $ git pull https://github.com/tillrohrmann/flink fixAsynchronousFileIOChannelsTest

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

    https://github.com/apache/flink/pull/399.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 #399
    
----
commit 08ae801d77887f356a3193ce11fc73c9f9eebe5e
Author: Till Rohrmann <tr...@apache.org>
Date:   2015-02-14T15:33:35Z

    [FLINK-1545] [runtime][tests] Fixes AsynchronousFileIOChannelsTest.testExceptionForwardsToClose by introducing additional error check in AsynchronousFileIOChannel.close method

----


> Spurious failure of AsynchronousFileIOChannelsTest.testExceptionForwardsToClose
> -------------------------------------------------------------------------------
>
>                 Key: FLINK-1545
>                 URL: https://issues.apache.org/jira/browse/FLINK-1545
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Till Rohrmann
>
> On Travis the test case {{AsynchronousFileIOChannelsTest.testExceptionForwardsToClose}} failed.
> {code}
> java.lang.AssertionError: did not forward exception
> 	at org.junit.Assert.fail(Assert.java:88)
> 	at org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannelsTest.testExceptionForwardsToClose(AsynchronousFileIOChannelsTest.java:130)
> 	at org.apache.flink.runtime.io.disk.iomanager.AsynchronousFileIOChannelsTest.testExceptionForwardsToClose(AsynchronousFileIOChannelsTest.java:94)
> {code}



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