[
https://issues.apache.org/jira/browse/FLINK-13483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17067259#comment-17067259
]
Lu Niu commented on FLINK-13483:
--------------------------------
[~liyu] thanks for the reply. I find the problem might be PrestoS3FileSystem
doesn't throw exception when fail to delete the file. I just come up with the
walkaround. [https://github.com/apache/flink/pull/11516] . Since it's an
intermittent error, it's hard to test such change. questions:
# Do I need to patch the diff you mentioned ( [private
commit|https://github.com/GJL/flink/commit/7b342269d8e26e61c1a050cc4b9663e4754a775c])
to run e2e test? I notice i can comment
"[@flinkbot|https://github.com/flinkbot] run travis" in the PR to run travis
# Is there a way to automatically run e2e test with this fix?
> PrestoS3FileSystemITCase.testDirectoryListing fails on Travis
> -------------------------------------------------------------
>
> Key: FLINK-13483
> URL: https://issues.apache.org/jira/browse/FLINK-13483
> Project: Flink
> Issue Type: Bug
> Components: FileSystems
> Affects Versions: 1.10.0
> Reporter: Tzu-Li (Gordon) Tai
> Assignee: Lu Niu
> Priority: Critical
> Labels: pull-request-available, test-stability
> Fix For: 1.11.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> https://api.travis-ci.org/v3/job/564894421/log.txt
> {code}
> PrestoS3FileSystemITCase>AbstractHadoopFileSystemITTest.testDirectoryListing:144->AbstractHadoopFileSystemITTest.checkPathExistence:61
> expected:<false> but was:<true>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)