Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9D834200B5A for ; Wed, 20 Jul 2016 17:15:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9BB23160A5B; Wed, 20 Jul 2016 15:15:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1A1F0160A86 for ; Wed, 20 Jul 2016 17:15:21 +0200 (CEST) Received: (qmail 76074 invoked by uid 500); 20 Jul 2016 15:15:21 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 75953 invoked by uid 99); 20 Jul 2016 15:15:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2016 15:15:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F3E2A2C0D57 for ; Wed, 20 Jul 2016 15:15:20 +0000 (UTC) Date: Wed, 20 Jul 2016 15:15:20 +0000 (UTC) From: "Ufuk Celebi (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-4235) ClassLoaderITCase.testDisposeSavepointWithCustomKvState timed out on Travis MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 20 Jul 2016 15:15:22 -0000 [ https://issues.apache.org/jira/browse/FLINK-4235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15386011#comment-15386011 ] Ufuk Celebi commented on FLINK-4235: ------------------------------------ I saw the later issue (FLINK-4237) before this one and already have a fix. Waiting for my local Travis run though. It was not caused by a too aggressive timeout, but declined savepoints (if task not setup when triggering the savepoint) were not cancelled like checkpoints, which then leads to the timeout. > ClassLoaderITCase.testDisposeSavepointWithCustomKvState timed out on Travis > --------------------------------------------------------------------------- > > Key: FLINK-4235 > URL: https://issues.apache.org/jira/browse/FLINK-4235 > Project: Flink > Issue Type: Bug > Components: Tests > Affects Versions: 1.1.0 > Reporter: Till Rohrmann > Assignee: Ufuk Celebi > Labels: test-stability > > The {{ClasLoaderITCase.testDisposeSavepointWithCustomKvState}} timed out on Travis. A potential fix could be to increase the timeouts for this test. When fixing this issue, then we should let the {{ClassLoaderITCase}} extend the {{TestLogger}}. > https://s3.amazonaws.com/archive.travis-ci.org/jobs/145882668/log.txt -- This message was sent by Atlassian JIRA (v6.3.4#6332)