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 878A0200AC8 for ; Tue, 7 Jun 2016 22:29:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8605F160A4F; Tue, 7 Jun 2016 20:29:23 +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 CE4D3160968 for ; Tue, 7 Jun 2016 22:29:22 +0200 (CEST) Received: (qmail 12133 invoked by uid 500); 7 Jun 2016 20:29:21 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 12086 invoked by uid 99); 7 Jun 2016 20:29:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2016 20:29:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9A65C2C1F60 for ; Tue, 7 Jun 2016 20:29:21 +0000 (UTC) Date: Tue, 7 Jun 2016 20:29:21 +0000 (UTC) From: "Daniel Templeton (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-13243) TestRollingFileSystemSink.testSetInitialFlushTime() fails intermittently MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 07 Jun 2016 20:29:23 -0000 [ https://issues.apache.org/jira/browse/HADOOP-13243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15319322#comment-15319322 ] Daniel Templeton commented on HADOOP-13243: ------------------------------------------- I just ran it 4122 times without a failure. I think it's fixed. :) The unit test failure from Jenkins is unrelated. > TestRollingFileSystemSink.testSetInitialFlushTime() fails intermittently > ------------------------------------------------------------------------ > > Key: HADOOP-13243 > URL: https://issues.apache.org/jira/browse/HADOOP-13243 > Project: Hadoop Common > Issue Type: Bug > Components: test > Affects Versions: 2.9.0 > Reporter: Daniel Templeton > Assignee: Daniel Templeton > Priority: Minor > Attachments: HADOOP-13243.001.patch > > > Because of poor checking of boundary conditions, the test fails 1% of the time: > {noformat} > The initial flush time was calculated incorrectly: 0 > Stacktrace > java.lang.AssertionError: The initial flush time was calculated incorrectly: 0 > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.apache.hadoop.metrics2.sink.TestRollingFileSystemSink.testSetInitialFlushTime(TestRollingFileSystemSink.java:120) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org