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 2E6651824C for ; Thu, 29 Oct 2015 19:00:36 +0000 (UTC) Received: (qmail 88043 invoked by uid 500); 29 Oct 2015 19:00:31 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 87976 invoked by uid 500); 29 Oct 2015 19:00:31 -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 87905 invoked by uid 99); 29 Oct 2015 19:00:30 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Oct 2015 19:00:30 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CD0292C1F5A for ; Thu, 29 Oct 2015 19:00:30 +0000 (UTC) Date: Thu, 29 Oct 2015 19:00:30 +0000 (UTC) From: "Samir Ahmic (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-14718) Increase sleep time in TestRegionMover#testLoadWithoutAck 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-14718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samir Ahmic updated HBASE-14718: -------------------------------- Assignee: Abhishek Singh Chouhan (was: Samir Ahmic) > Increase sleep time in TestRegionMover#testLoadWithoutAck > --------------------------------------------------------- > > Key: HBASE-14718 > URL: https://issues.apache.org/jira/browse/HBASE-14718 > Project: HBase > Issue Type: Test > Components: test > Affects Versions: 2.0.0 > Reporter: Samir Ahmic > Assignee: Abhishek Singh Chouhan > Priority: Minor > Fix For: 2.0.0 > > Attachments: HBASE-14718.patch > > > I have notice this failed while working on [HBASE-14664| https://issues.apache.org/jira/browse/HBASE-14664]. Looks like test outcome depends on how fast is machine running this test. On my laptom threshold is 50ms when test start to fail. I assume on Apache Jenkins 100ms is very close to treshold based on exception: > {code} > java.lang.AssertionError: expected:<3> but was:<2> > 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.hadoop.hbase.util.TestRegionMover.testLoadWithoutAck(TestRegionMover.java:110) > {code} > So my suggestion is to increase this to 150ms. -- This message was sent by Atlassian JIRA (v6.3.4#6332)