Till Rohrmann created FLINK-16346:
-------------------------------------
Summary: BlobsCleanupITCase.testBlobServerCleanupCancelledJob
fails on Travis
Key: FLINK-16346
URL: https://issues.apache.org/jira/browse/FLINK-16346
Project: Flink
Issue Type: Bug
Components: Runtime / Coordination
Affects Versions: 1.11.0
Reporter: Till Rohrmann
Fix For: 1.11.0
{{BlobsCleanupITCase.testBlobServerCleanupCancelledJob}} and
{{BlobsCleanupITCase.testBlobServerCleanupFinishedJob}} fails on Travis with
{code}
12:22:22.314 [ERROR]
testBlobServerCleanupCancelledJob(org.apache.flink.runtime.jobmanager.BlobsCleanupITCase)
Time elapsed: 30.037 s <<< FAILURE!
java.lang.AssertionError: Timeout while waiting for
/tmp/junit226171740428505862/junit6248655677631371057/blobStore-0eb47b50-41ae-4c3c-885e-4ee944b8ef38
to become empty. Current contents: [job_bf8d556f932a0d225c1dcc60f1665a26]
at
org.apache.flink.runtime.jobmanager.BlobsCleanupITCase.waitForEmptyBlobDir(BlobsCleanupITCase.java:276)
at
org.apache.flink.runtime.jobmanager.BlobsCleanupITCase.testBlobServerCleanup(BlobsCleanupITCase.java:233)
at
org.apache.flink.runtime.jobmanager.BlobsCleanupITCase.testBlobServerCleanupCancelledJob(BlobsCleanupITCase.java:141)
12:22:22.314 [ERROR]
testBlobServerCleanupFinishedJob(org.apache.flink.runtime.jobmanager.BlobsCleanupITCase)
Time elapsed: 30.098 s <<< FAILURE!
java.lang.AssertionError: Timeout while waiting for
/tmp/junit226171740428505862/junit6248655677631371057/blobStore-0eb47b50-41ae-4c3c-885e-4ee944b8ef38
to become empty. Current contents: [job_bf8d556f932a0d225c1dcc60f1665a26]
at
org.apache.flink.runtime.jobmanager.BlobsCleanupITCase.waitForEmptyBlobDir(BlobsCleanupITCase.java:276)
at
org.apache.flink.runtime.jobmanager.BlobsCleanupITCase.testBlobServerCleanup(BlobsCleanupITCase.java:233)
at
org.apache.flink.runtime.jobmanager.BlobsCleanupITCase.testBlobServerCleanupFinishedJob(BlobsCleanupITCase.java:133)
{code}
https://api.travis-ci.com/v3/job/292161105/log.txt
--
This message was sent by Atlassian Jira
(v8.3.4#803005)