From notifications-return-31518-apmail-accumulo-notifications-archive=accumulo.apache.org@accumulo.apache.org Thu Jul 23 22:15:05 2015 Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D09F18C44 for ; Thu, 23 Jul 2015 22:15:05 +0000 (UTC) Received: (qmail 19104 invoked by uid 500); 23 Jul 2015 22:15:04 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 19063 invoked by uid 500); 23 Jul 2015 22:15:04 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 19046 invoked by uid 99); 23 Jul 2015 22:15:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jul 2015 22:15:04 +0000 Date: Thu, 23 Jul 2015 22:15:04 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-3942) PluginIT 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/ACCUMULO-3942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14639600#comment-14639600 ] Christopher Tubbs commented on ACCUMULO-3942: --------------------------------------------- Thought of two more solutions: * Move normal failsafe plugin to a profile, active by default, but easily disabled in the invoked project. * Override configuration using {{combine.self="override"}} > PluginIT fails > -------------- > > Key: ACCUMULO-3942 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3942 > Project: Accumulo > Issue Type: Bug > Reporter: Christopher Tubbs > Assignee: Christopher Tubbs > Fix For: 1.8.0 > > > PluginIT fails to run its junit tests under normal circumstances. > Can easily reproduce with: > {code} > mvn clean verify -Dtest=42 -Dit.test=42 -DfailIfNoTests=false \ > -Drat.skip -Dcheckstyle.skip -Dfindbugs.skip > {code} > The problem appears that surefire is not triggering inside the invoked project and the tests never create the files which the groovy script checks for to determine whether the plugin was successful. -- This message was sent by Atlassian JIRA (v6.3.4#6332)