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 53DA01740A for ; Wed, 7 Oct 2015 10:02:27 +0000 (UTC) Received: (qmail 51552 invoked by uid 500); 7 Oct 2015 10:02:27 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 51507 invoked by uid 500); 7 Oct 2015 10:02:27 -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 51496 invoked by uid 99); 7 Oct 2015 10:02:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2015 10:02:27 +0000 Date: Wed, 7 Oct 2015 10:02:27 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14571) Purge TestProcessBasedCluster; it does nothing and then fails 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-14571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946614#comment-14946614 ] Hudson commented on HBASE-14571: -------------------------------- FAILURE: Integrated in HBase-0.98 #1146 (See [https://builds.apache.org/job/HBase-0.98/1146/]) HBASE-14571 Purge TestProcessBasedCluster; it does nothing and then (stack: rev 87c62d4e41fd90602fd1d81f9bc945cf6ca707fa) * hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestProcessBasedCluster.java > Purge TestProcessBasedCluster; it does nothing and then fails > ------------------------------------------------------------- > > Key: HBASE-14571 > URL: https://issues.apache.org/jira/browse/HBASE-14571 > Project: HBase > Issue Type: Sub-task > Components: test > Reporter: stack > Assignee: stack > Fix For: 2.0.0, 1.2.0, 1.3.0, 1.0.3, 1.1.3, 0.98.16 > > Attachments: 14571.txt > > > Remove TestProcessBasedCluster. Its an old test... It does nothing currently. It was supposed to do this: > {code} > A basic unit test that spins up a local HBase cluster. > {code} > ... but main test got disabled: > // DISABLED BECAUSE FLAKEY @Test(timeout=300 * 1000) > public void testProcessBasedCluster() throws Exception { > ... now all that is left is this: > @Test > public void testHomePath() { > File pom = new File(HBaseHomePath.getHomePath(), "pom.xml"); > assertTrue(pom.getPath() + " does not exist", pom.exists()); > } > ... i.e. assert a pom is present. > It is flakey too... > Failed twice tonight. > Removing. -- This message was sent by Atlassian JIRA (v6.3.4#6332)