> 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
These are all caused by the setWritable problem, and will be worked around by https://github.com/apache/flink/pull/919 > DataSinkTaskTest.testFailingDataSinkTask:317 Temp output file has > not been removed > DataSinkTaskTest.testFailingSortingDataSinkTask:358 Temp output file > has not been removed This is this issue: https://issues.apache.org/jira/browse/FLINK-2369 > 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 These do not seem to appear on my machine. If they still appears on yours, then you should probably open jiras for them. I have submitted a PR for 4. [1], and opened jiras for 3. [2], 5. and 6. [3] Best regards, Gabor [1] https://github.com/apache/flink/pull/920 [2] https://issues.apache.org/jira/browse/FLINK-2377 [3] https://issues.apache.org/jira/browse/FLINK-2378