Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 1799C17C80 for ; Tue, 16 Jun 2015 03:05:57 +0000 (UTC) Received: (qmail 32101 invoked by uid 500); 16 Jun 2015 03:05:57 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 32057 invoked by uid 500); 16 Jun 2015 03:05:56 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 32043 invoked by uid 99); 16 Jun 2015 03:05:56 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2015 03:05:56 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3518E1A5656 for ; Tue, 16 Jun 2015 03:05:56 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id B4SbWFba1UqE for ; Tue, 16 Jun 2015 03:05:55 +0000 (UTC) Received: from mail-qk0-f170.google.com (mail-qk0-f170.google.com [209.85.220.170]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id CF3F9254C6 for ; Tue, 16 Jun 2015 03:05:54 +0000 (UTC) Received: by qkfe185 with SMTP id e185so2289405qkf.3 for ; Mon, 15 Jun 2015 20:05:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=JfWUdeF5lAV9UCZgJuJf8kswhAZ+5KCgvNfc6o3ZxbU=; b=D6QjqIF06NYGDsmH6q/vy/w3vugIxftaeAymd+flHOSwTGAIErfe6bi4GYfbzfTySK 2y9jlrkYIsg1z1wKZ+VUxwFQlcptwXoVV9q3OAfIl3H6F6tEhilrT/TUymYIWFrpdDjH 4Z1ZQd6Wds5bkeqO61L5mrr0N9vJzV/uObX1vGbBG9PgGMOh+zK6BYpCMK+xmJIbmAxN fCfYdIaDHZePmb4Mp0ZxobNmXt3FOAFMG0ae2GT/V+61vA5DpLgBQRgfXRGyDCYGk/q/ dp+qN4dYJD3nLUnkcW4PpoAFmUXjn7vQvBbCIAp84zHx4YMDn106YGranKLOSh0aZFLZ OkRg== X-Received: by 10.140.237.67 with SMTP id i64mr40762881qhc.86.1434423948616; Mon, 15 Jun 2015 20:05:48 -0700 (PDT) Received: from hw10447.local (pool-68-134-10-53.bltmmd.fios.verizon.net. [68.134.10.53]) by mx.google.com with ESMTPSA id r88sm7352203qkh.12.2015.06.15.20.05.47 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jun 2015 20:05:47 -0700 (PDT) Message-ID: <557F928A.70305@gmail.com> Date: Mon, 15 Jun 2015 23:05:46 -0400 From: Josh Elser User-Agent: Postbox 3.0.11 (Macintosh/20140602) MIME-Version: 1.0 To: dev Subject: Can no longer run ITs on command line like before Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Trying to look into a failing test for Eric, and I see that the following no longer runs the test: `mvn clean package -Dtest=CyclicReplicationIT -DfailIfNoTests=false` Looks like this is because the maven-surefire-plugin configuration doesn't have the same testSourcesDirectory configuration that failsafe does. While I understand that it's not "the most correct way to invoke ITs", I think this is an impediment for devs (especially with all of the other cruft tied into the verify lifecycle phase). Is there a reason this doesn't wasn't done?