Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BAC9810FA4 for ; Sat, 4 Jan 2014 01:56:51 +0000 (UTC) Received: (qmail 8821 invoked by uid 500); 4 Jan 2014 01:56:51 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 8792 invoked by uid 500); 4 Jan 2014 01:56:51 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 8784 invoked by uid 99); 4 Jan 2014 01:56:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jan 2014 01:56:51 +0000 Date: Sat, 4 Jan 2014 01:56:51 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10279) TestStore.testDeleteExpiredStoreFiles is flaky MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-10279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13862141#comment-13862141 ] Andrew Purtell commented on HBASE-10279: ---------------------------------------- I assume you pinged me to pick this up for trunk [~lhofhansl], so that's what I will do. :-) > TestStore.testDeleteExpiredStoreFiles is flaky > ---------------------------------------------- > > Key: HBASE-10279 > URL: https://issues.apache.org/jira/browse/HBASE-10279 > Project: HBase > Issue Type: Bug > Reporter: Lars Hofhansl > Assignee: Lars Hofhansl > Attachments: 10279-0.94.txt > > > TestStore.testDeleteExpiredStoreFiles relies on wall clock time, if there is a blip on the machine running the test, first compaction might be delayed enough in order to compact away multiple of the files, and have the test fail. > The simplest fix is to just double the time given from 1s/file to 2s/file. -- This message was sent by Atlassian JIRA (v6.1.5#6160)