Github user zentol commented on the issue:
https://github.com/apache/flink/pull/5351
yes I'll push them together.
---
Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/5351
Cool, do you want to commit both changes (this PR and the referenced
branch) together?
---
Github user zentol commented on the issue:
https://github.com/apache/flink/pull/5351
So the `FIleBaseUtilsTest` ran without a hitch 3000 times in a row, which
is _really_ nice.
---
Github user zentol commented on the issue:
https://github.com/apache/flink/pull/5351
Taking a look at the moment. I tried it with the `BlobCacheSuccessTest` and
get about 30-50% less failures, but this could also be due to some leak in the
BlobServer we haven't found yet.
I'l
Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/5351
@zentol I revived and rebased an old branch with an attempt to fix the
concurrency issue of file deletes on Windows:
https://github.com/StephanEwen/incubator-flink/commit/0504a66b82ca2afe9a404574
Github user zentol commented on the issue:
https://github.com/apache/flink/pull/5351
Note that the tests may still sporadically fail due to FLINK-5659.
---