GitHub user hsaputra opened a pull request:

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

    [FLINK-1542] Test case at BlobUtilsTest should not assume user could not 
create new item in root directory

    [FLINK-1542] Test case at BlobUtilsTest should not assume user could not 
create new item in root directory
    
    Sometimes, user that run tests could have write access to root dir such as 
creating /cannot-create-this
    is possible, hence to exception thrown.
    
    Need to construct a Flink test directory under directory specified under 
"java.io.tmpdir" and change the permission to not allow create new
    directory.

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

    $ git pull https://github.com/hsaputra/flink FLINK-1542_fix_BlobUtilsTest

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

    https://github.com/apache/flink/pull/396.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 #396
    
----
commit c56044ef5cd072a3684dfe7b723f359e0642f04e
Author: Henry Saputra <henry.sapu...@gmail.com>
Date:   2015-02-13T21:44:29Z

    [FLINK-1542] Test case at BlobUtilsTest should not assume user could not 
create new item in root directory
    
    Sometimes, user that run tests could have write access to root dir such as 
creating /cannot-create-this
    is possible, hence to exception thrown.
    
    Need to construct a Flink test directory under directory specified under 
"java.io.tmpdir" and change the permission to not allow create new
    directory.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to