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 05FB4200BBE for ; Fri, 11 Nov 2016 15:02:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 02E87160AE4; Fri, 11 Nov 2016 14:02:01 +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 4BB38160AF5 for ; Fri, 11 Nov 2016 15:02:00 +0100 (CET) Received: (qmail 32584 invoked by uid 500); 11 Nov 2016 14:01:58 -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 32392 invoked by uid 99); 11 Nov 2016 14:01:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2016 14:01:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8D5F92C4C72 for ; Fri, 11 Nov 2016 14:01:58 +0000 (UTC) Date: Fri, 11 Nov 2016 14:01:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-5006) SystemProcessingTimeServiceTest.testTimerSorting fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 11 Nov 2016 14:02:01 -0000 [ https://issues.apache.org/jira/browse/FLINK-5006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15657138#comment-15657138 ] ASF GitHub Bot commented on FLINK-5006: --------------------------------------- Github user aljoscha commented on the issue: https://github.com/apache/flink/pull/2785 @StephanEwen It's used to drive the automatic watermark generation and the inactivity timer in the `BucketingSink`, but those are cases where the order doesn't matter. > SystemProcessingTimeServiceTest.testTimerSorting fails > ------------------------------------------------------ > > Key: FLINK-5006 > URL: https://issues.apache.org/jira/browse/FLINK-5006 > Project: Flink > Issue Type: Improvement > Components: Streaming > Reporter: Ufuk Celebi > Labels: test-stability > > {code} > testTimerSorting(org.apache.flink.streaming.runtime.tasks.SystemProcessingTimeServiceTest) Time elapsed: 0.023 sec <<< FAILURE! > java.lang.AssertionError: expected:<1478173518115> but was:<1478173518122> > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:834) > at org.junit.Assert.assertEquals(Assert.java:645) > at org.junit.Assert.assertEquals(Assert.java:631) > at org.apache.flink.streaming.runtime.tasks.SystemProcessingTimeServiceTest.testTimerSorting(SystemProcessingTimeServiceTest.java:298) > {code} > Failed in a private branch with unrelated changes (the test is very much self contained). > https://s3.amazonaws.com/archive.travis-ci.org/jobs/172910645/log.txt -- This message was sent by Atlassian JIRA (v6.3.4#6332)