[ https://issues.apache.org/jira/browse/FLINK-16346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17412368#comment-17412368 ]
Chesnay Schepler commented on FLINK-16346: ------------------------------------------ We seem to be loosing 5 minutes for some reason. I'll just crank up the cleanup timeout to infinity. {code:java} 22:50:50,653 [flink-akka.actor.default-dispatcher-3] INFO ... 22:55:50,532 [flink-akka.actor.default-dispatcher-63] INFO ... {code} > 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, 1.12.5 > Reporter: Till Rohrmann > Assignee: Chesnay Schepler > Priority: Critical > Labels: pull-request-available, test-stability > Fix For: 1.9.4, 1.10.2, 1.11.0 > > Time Spent: 20m > Remaining Estimate: 0h > > {{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)