Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27556808E for ; Mon, 5 Sep 2011 23:06:34 +0000 (UTC) Received: (qmail 95906 invoked by uid 500); 5 Sep 2011 23:06:33 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 95773 invoked by uid 500); 5 Sep 2011 23:06:33 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 95765 invoked by uid 99); 5 Sep 2011 23:06:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2011 23:06:33 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Sep 2011 23:06:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id CCD8B59A4C for ; Mon, 5 Sep 2011 23:06:09 +0000 (UTC) Date: Mon, 5 Sep 2011 23:06:09 +0000 (UTC) From: "Tom White (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1506398460.18403.1315263969835.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1021340432.18016.1315252692698.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-7612) Change test-patch to run tests for all nested modules MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-7612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-7612: ------------------------------ Attachment: HADOOP-7612.patch This patch makes a change to test top-level compilation, and run all tests under the base directory it is run from (or specified in --basedir). It also add a --run-tests option so developers can run tests using test-patch. > Change test-patch to run tests for all nested modules > ----------------------------------------------------- > > Key: HADOOP-7612 > URL: https://issues.apache.org/jira/browse/HADOOP-7612 > Project: Hadoop Common > Issue Type: Improvement > Components: build > Reporter: Tom White > Assignee: Tom White > Attachments: HADOOP-7612.patch > > > HADOOP-7561 changed the behaviour of test-patch to run tests for changed modules, however this was assuming a flat structure. Given the nested maven hierarchy we should always run all the common tests for any common change, all the HDFS tests for any HDFS change, and all the MapReduce tests for any MapReduce change. > In addition, we should do a top-level build to test compilation after any change. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira