Hi Chesnay & Fabian,
Thanks for your replies.
I found it should be related to the CI runner. I moved to gitlab CI which runs
the script as root user by default, so it is always able to remove a write
protected file.
Best,
Paul Lam
> 在 2019年2月20日,17:08,Chesnay Schepler 写道:
>
> I ran into a s
I ran into a similar issue when i looked at other CI solutions; imo we
shouldn't rely on the result of setWritable but instead actually verify
whether the forbidden operation (i.e. creating/writing files) throws an
error.
Back then also created a JIRA:
https://issues.apache.org/jira/browse/FL
Hi Paul,
Which components (Flink, JDK, Docker base image, ...) are you upgrading and
which versions do you come from?
I think it would be good to check how (and with which options) the JVM in
the container is started.
Best, Fabian
Am Fr., 15. Feb. 2019 um 09:50 Uhr schrieb Paul Lam :
> Hi all,
Hi all,
Recently we migrate Flink build to a new docker image, after which the build
job always fails with test errors on local file system permissions.
For example: FileUtilsTest.testDeleteDirectory:129 this should fail with an
exception.
I notice the following statements in the javadoc of `