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 00C99200C08 for ; Thu, 26 Jan 2017 17:07:36 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F38A8160B33; Thu, 26 Jan 2017 16:07:35 +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 4A194160B40 for ; Thu, 26 Jan 2017 17:07:35 +0100 (CET) Received: (qmail 37565 invoked by uid 500); 26 Jan 2017 16:07:34 -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 37556 invoked by uid 99); 26 Jan 2017 16:07:34 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jan 2017 16:07:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id E7DFBC1487 for ; Thu, 26 Jan 2017 16:07:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.998 X-Spam-Level: X-Spam-Status: No, score=-1.998 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id f_uvCNLOwvGz for ; Thu, 26 Jan 2017 16:07:29 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 9F9525FC80 for ; Thu, 26 Jan 2017 16:07:28 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 77A29E040C for ; Thu, 26 Jan 2017 16:07:25 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 888C52528D for ; Thu, 26 Jan 2017 16:07:24 +0000 (UTC) Date: Thu, 26 Jan 2017 16:07:24 +0000 (UTC) From: "Stephan Ewen (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2671) Instable Test StreamCheckpointNotifierITCase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 26 Jan 2017 16:07:36 -0000 [ https://issues.apache.org/jira/browse/FLINK-2671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15839918#comment-15839918 ] Stephan Ewen commented on FLINK-2671: ------------------------------------- [~Andrew Efimov] I have not seen this one fail in a while, to be honest. The logic looks fine. Curious coincidence, I just looked at it today in order to speed it up a bit. The commit is here (my repository) https://github.com/StephanEwen/incubator-flink/commit/0dd7ae693f30585283d334a1d65b3d8222b7ca5c If you want, some of the other tests could be adjusted in a similar way to save some time (some may actually even be redundant by now): {code} Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.193 sec - in org.apache.flink.test.checkpointing.StreamCheckpointingITCasee Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 119.063 sec - in org.apache.flink.test.checkpointing.UdfStreamOperatorCheckpointingITCase Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.525 sec - in org.apache.flink.test.checkpointing.PartitionedStateCheckpointingITCase Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.355 sec - in org.apache.flink.test.checkpointing.EventTimeAllWindowCheckpointingITCase Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 51.615 sec - in org.apache.flink.test.checkpointing.StateCheckpointedITCase {code} > Instable Test StreamCheckpointNotifierITCase > -------------------------------------------- > > Key: FLINK-2671 > URL: https://issues.apache.org/jira/browse/FLINK-2671 > Project: Flink > Issue Type: Bug > Components: Tests > Affects Versions: 0.10.0 > Reporter: Matthias J. Sax > Assignee: Stephan Ewen > Priority: Critical > Labels: test-stability > Fix For: 1.0.0 > > > {noformat} > Failed tests: > StreamCheckpointNotifierITCase>StreamFaultToleranceTestBase.runCheckpointedProgram:105->postSubmit:115 No checkpoint notification was received.{noformat} > https://travis-ci.org/apache/flink/jobs/80344489 -- This message was sent by Atlassian JIRA (v6.3.4#6332)