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

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

GitHub user wenlong88 opened a pull request:

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

    [FLINK-5817]Fix test concurrent execution failure by test dir conflicts.

    use TemporaryFold to create temp files and folds for UT

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

    $ git pull https://github.com/wenlong88/flink jira-5817-2

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

    https://github.com/apache/flink/pull/3341.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 #3341
    
----

----


> Fix test concurrent execution failure by test dir conflicts.
> ------------------------------------------------------------
>
>                 Key: FLINK-5817
>                 URL: https://issues.apache.org/jira/browse/FLINK-5817
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Wenlong Lyu
>            Assignee: Wenlong Lyu
>
> Currently when different users build flink on the same machine, failure may 
> happen because some test utilities create test file using the fixed name, 
> which will cause file access failing when different user processing the same 
> file at the same time.
> We have found errors from AbstractTestBase, IOManagerTest, FileCacheTest.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to