Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0BC14C254 for ; Sat, 14 Sep 2013 18:58:05 +0000 (UTC) Received: (qmail 27510 invoked by uid 500); 14 Sep 2013 18:58:01 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 27077 invoked by uid 500); 14 Sep 2013 18:57:53 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 27048 invoked by uid 99); 14 Sep 2013 18:57:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Sep 2013 18:57:51 +0000 Date: Sat, 14 Sep 2013 18:57:51 +0000 (UTC) From: "Ted Yu (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-9335) Zombie test detection should filter out non-HBase tests 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-9335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved HBASE-9335. --------------------------- Resolution: Later > Zombie test detection should filter out non-HBase tests > ------------------------------------------------------- > > Key: HBASE-9335 > URL: https://issues.apache.org/jira/browse/HBASE-9335 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > > Zombie test detection in test-patch.sh sometimes picks up tests from other TLP. > e.g. from https://builds.apache.org/job/PreCommit-HBASE-Build/6869/console: > {code} > "main" prio=10 tid=0x091b4800 nid=0x7634 waiting on condition [0xf69b1000] > java.lang.Thread.State: TIMED_WAITING (sleeping) > at java.lang.Thread.sleep(Native Method) > at org.apache.hadoop.hdfs.server.namenode.ha.TestFailoverWithBlockTokensEnabled.TestFailoverAfterAccessKeyUpdate(TestFailoverWithBlockTokensEnabled.java:159) > {code} > When the zombie test doesn't belong to org.apache.hadoop.hbase namespace, it shouldn't be listed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira