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 AFA9A18DE7 for ; Sun, 24 May 2015 02:50:17 +0000 (UTC) Received: (qmail 1158 invoked by uid 500); 24 May 2015 02:50:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 1097 invoked by uid 500); 24 May 2015 02:50:17 -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 1083 invoked by uid 99); 24 May 2015 02:50:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 May 2015 02:50:17 +0000 Date: Sun, 24 May 2015 02:50:17 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13757) TestMultiParallel (and others) failing on 0.98 since HBASE-13712 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-13757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14557612#comment-14557612 ] Hudson commented on HBASE-13757: -------------------------------- FAILURE: Integrated in HBase-0.98 #1001 (See [https://builds.apache.org/job/HBase-0.98/1001/]) HBASE-13757 TestMultiParallel (and others) failing on 0.98 since HBASE-13712 (apurtell: rev a4ce4db45b2b5b01df514c395fe7e946dbaf8851) * hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java * hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java > TestMultiParallel (and others) failing on 0.98 since HBASE-13712 > ---------------------------------------------------------------- > > Key: HBASE-13757 > URL: https://issues.apache.org/jira/browse/HBASE-13757 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.13 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Fix For: 0.98.13 > > Attachments: HBASE-13757-0.98.patch > > > I recently backported a bunch of changes to the Canary to 0.98, and as a standalone daemon it tested out ok. On HBASE-13712 the reviewer and I mistook precommit failures for an ASF Jenkins botch but several test failures were legitimate because HBaseTestingUtility calls the static method Canary#sniff, and this use stopped working correctly. Fixing the test failures here. -- This message was sent by Atlassian JIRA (v6.3.4#6332)