You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Sachin Goel (JIRA)" <ji...@apache.org> on 2015/06/12 09:31:00 UTC

[jira] [Commented] (FLINK-2198) BlobManager tests fail on Windows

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

Sachin Goel commented on FLINK-2198:
------------------------------------

The problem is that Windows has no concept of a Read-only directory in the obvious sense. It doesn't disallow creation of a new file even in a read-only directory. Weird. Apparently, there's an approach based on adding a desktop.ini file to mark the folder a system-folder. I'll try to figure out how that could work.

> BlobManager tests fail on Windows
> ---------------------------------
>
>                 Key: FLINK-2198
>                 URL: https://issues.apache.org/jira/browse/FLINK-2198
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System, Tests
>    Affects Versions: 0.9
>         Environment: Windows 8.1, Java 7, Maven 3.3.3
>            Reporter: Fabian Hueske
>
> Building Flink on Windows using {{mvn clean install}} fails with the following error:
> {code}
> BlobUtilsTest.before:45 null
>   BlobUtilsTest.before:45 null
>   BlobServerDeleteTest.testDeleteFails:291 null
>   BlobLibraryCacheManagerTest.testRegisterAndDownload:196 Could not
> remove write permissions from cache directory
>   BlobServerPutTest.testPutBufferFails:224 null
>   BlobServerPutTest.testPutNamedBufferFails:286 null
>   JobManagerStartupTest.before:55 null
>   JobManagerStartupTest.before:55 null
>   DataSinkTaskTest.testFailingDataSinkTask:317 Temp output file has
> not been removed
>   DataSinkTaskTest.testFailingSortingDataSinkTask:358 Temp output file
> has not been removed
>   TaskManagerTest.testSubmitAndExecuteTask**:123 assertion failed:
> timeout (19998080696 nanoseconds) during expectMsgClass waiting for
> class org.apache.flink.runtime.messages.RegistrationMessages$RegisterTaskManager
>   TaskManagerProcessReapingTest.testReapProcessOnFailure:133
> TaskManager process did not launch the TaskManager properly. Failed to
> look up akka.tcp://flink@127.0.0.1:50673/user/taskmanager
> {code}



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