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 F0DDB1053F for ; Mon, 7 Oct 2013 23:24:42 +0000 (UTC) Received: (qmail 81444 invoked by uid 500); 7 Oct 2013 23:24:42 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 81413 invoked by uid 500); 7 Oct 2013 23:24:42 -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 81401 invoked by uid 99); 7 Oct 2013 23:24:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Oct 2013 23:24:42 +0000 Date: Mon, 7 Oct 2013 23:24:42 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9659) some integration tests can no longer be run using maven 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-9659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Shelukhin updated HBASE-9659: ------------------------------------ Status: Patch Available (was: Open) [~enis] do you want to take a look? > some integration tests can no longer be run using maven > ------------------------------------------------------- > > Key: HBASE-9659 > URL: https://issues.apache.org/jira/browse/HBASE-9659 > Project: HBase > Issue Type: Bug > Components: test > Affects Versions: 0.96.0 > Reporter: Sergey Shelukhin > Assignee: Sergey Shelukhin > Attachments: HBASE-9659-v0.patch > > > When I run mvn test (or verify) -Dtest=IntegrationTestIngest, the test fails instantly, seemingly because initialization doesn't run. I am assuming junit is not picking before-after methods from the superclass, could be some other issue. > Also, if it does run, it won't be very useful because it runs with calm monkey by default. > We need to detect being run locally rather than as AbstractHBaseTool (probably any time JUnit-annotated methods like Before are called), and set up a different chaos monkey, such as an old default one. > May also apply to other tests. -- This message was sent by Atlassian JIRA (v6.1#6144)