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:47:18 UTC

[jira] [Commented] (FLINK-3424) FileStateBackendtest.testStateOutputStream fails on windows

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

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

GitHub user zentol opened a pull request:

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

    [FLINK-3424] Close InputStream in FileStateBackendTest#validateBytesI…

    …nStream

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

    $ git pull https://github.com/zentol/flink 3424_test_failure_4

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

    https://github.com/apache/flink/pull/1653.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 #1653
    
----
commit 5f7b3f60bb36fac53bb607939932b7871feb675c
Author: zentol <s....@web.de>
Date:   2016-02-17T10:46:30Z

    [FLINK-3424] Close InputStream in FileStateBackendTest#validateBytesInStream

----


> FileStateBackendtest.testStateOutputStream fails on windows
> -----------------------------------------------------------
>
>                 Key: FLINK-3424
>                 URL: https://issues.apache.org/jira/browse/FLINK-3424
>             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: 12, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.072 sec <<< FAILURE! - in org.apache.flink.runtime.state.FileStateBackendTest
> testStateOutputStream(org.apache.flink.runtime.state.FileStateBackendTest)  Time elapsed: 1.557 sec  <<< FAILURE!
> java.lang.AssertionError: file not properly deleted
>         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.state.FileStateBackendTest.ensureLocalFileDeleted(FileStateBackendTest.java:231)
>         at org.apache.flink.runtime.state.FileStateBackendTest.testStateOutputStream(FileStateBackendTest.java:202)



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