Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C31DA200B7B for ; Thu, 25 Aug 2016 23:50:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7AA18160ACC; Thu, 25 Aug 2016 21:50:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C5A81160AA5 for ; Thu, 25 Aug 2016 23:50:21 +0200 (CEST) Received: (qmail 69212 invoked by uid 500); 25 Aug 2016 21:50:20 -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 69060 invoked by uid 99); 25 Aug 2016 21:50:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Aug 2016 21:50:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A4BD62C0151 for ; Thu, 25 Aug 2016 21:50:20 +0000 (UTC) Date: Thu, 25 Aug 2016 21:50:20 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4058) mvn test on ScannerContextIT will fail if test jar is not already built. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 25 Aug 2016 21:50:35 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15437763#comment-15437763 ] Josh Elser commented on ACCUMULO-4058: -------------------------------------- Reduced to minor since workaround. > mvn test on ScannerContextIT will fail if test jar is not already built. > ------------------------------------------------------------------------ > > Key: ACCUMULO-4058 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4058 > Project: Accumulo > Issue Type: Bug > Components: test > Reporter: Josh Elser > Priority: Minor > Labels: newbie > Fix For: 1.8.1 > > > https://github.com/apache/accumulo/blob/master/test/pom.xml#L230 > {code} > > org.apache.maven.plugins > maven-jar-plugin > > > > test-jar > > pre-integration-test > > TestIterators > > > org/apache/accumulo/test/functional/ValueReversingIterator.class > > > > > > {code} > Binding this to pre-integration-test instead of test-compile (or something else) will likely break the test that requires this special jar if the test is manually invoked. This is a common pattern among devs (although {{mvn verify -Dit.test}} is more correct). -- This message was sent by Atlassian JIRA (v6.3.4#6332)