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 36A0A200BD0 for ; Wed, 30 Nov 2016 18:40:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 352F4160B13; Wed, 30 Nov 2016 17:40:01 +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 7F360160B06 for ; Wed, 30 Nov 2016 18:40:00 +0100 (CET) Received: (qmail 30258 invoked by uid 500); 30 Nov 2016 17:39:58 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 29821 invoked by uid 99); 30 Nov 2016 17:39:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2016 17:39:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6D6F62C2A69 for ; Wed, 30 Nov 2016 17:39:58 +0000 (UTC) Date: Wed, 30 Nov 2016 17:39:58 +0000 (UTC) From: "John Zhuge (JIRA)" To: common-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HADOOP-13851) hadoop-openstack should build tests without auth-keys.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 30 Nov 2016 17:40:01 -0000 John Zhuge created HADOOP-13851: ----------------------------------- Summary: hadoop-openstack should build tests without auth-keys.xml Key: HADOOP-13851 URL: https://issues.apache.org/jira/browse/HADOOP-13851 Project: Hadoop Common Issue Type: Improvement Components: fs/s3, fs/swift, test Reporter: John Zhuge Assignee: John Zhuge Priority: Blocker Both hadoop-aws and hadoop-openstack require the existence of file {{src/test/resources/auth-keys.xml}} to run the tests. With the design of the pom.xml, the non-existence of auth-keys.xml also prevents building the test code. Unfortunately this leads to delayed detection of build problems in test code, e.g., introduced by a mistake in backports. {code} tests-off src/test/resources/auth-keys.xml true tests-on src/test/resources/auth-keys.xml false {code} Section {{Skipping by Default}} in http://maven.apache.org/surefire/maven-surefire-plugin/examples/skipping-test.html proposes a solution. Any time you want to run tests, you must do 2 things instead of 1: * Copy auth-keys.xml to src/test/resources * Run {{mvn install}} with the extra {{-DskipTests=false}} Would like the community to weigh in on this. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-dev-help@hadoop.apache.org