Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 66D32173BC for ; Wed, 22 Apr 2015 19:46:10 +0000 (UTC) Received: (qmail 46326 invoked by uid 500); 22 Apr 2015 19:46:05 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 46018 invoked by uid 500); 22 Apr 2015 19:46:05 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 45969 invoked by uid 99); 22 Apr 2015 19:46:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 19:46:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.191.145.13 which is an MX secondary for yarn-dev@hadoop.apache.org) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 19:45:59 +0000 Received: from relayvx11a.securemail.intermedia.net (relayvx11a.securemail.intermedia.net [64.78.56.46]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 6CC1125109; Wed, 22 Apr 2015 19:45:39 +0000 (UTC) Received: from securemail.intermedia.net (localhost [127.0.0.1]) by emg-ca-1-1.localdomain (Postfix) with ESMTP id F2DF453E24; Wed, 22 Apr 2015 12:45:38 -0700 (PDT) Subject: Re: IMPORTANT: testing patches for branches MIME-Version: 1.0 x-echoworx-emg-received: Wed, 22 Apr 2015 12:45:38.964 -0700 x-echoworx-msg-id: 40e4e334-56d5-4cec-99e5-6eddf4b8a0b7 x-echoworx-action: delivered Received: from emg-ca-1-1.securemail.intermedia.net ([10.254.155.11]) by emg-ca-1-1 (JAMES SMTP Server 2.3.2) with SMTP ID 762; Wed, 22 Apr 2015 12:45:38 -0700 (PDT) Received: from MBX080-W4-CO-1.exch080.serverpod.net (unknown [10.224.117.101]) by emg-ca-1-1.localdomain (Postfix) with ESMTP id C391E53E24; Wed, 22 Apr 2015 12:45:38 -0700 (PDT) Received: from MBX080-W4-CO-2.exch080.serverpod.net (10.224.117.102) by MBX080-W4-CO-1.exch080.serverpod.net (10.224.117.101) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Wed, 22 Apr 2015 12:45:37 -0700 Received: from MBX080-W4-CO-2.exch080.serverpod.net ([10.224.117.102]) by mbx080-w4-co-2.exch080.serverpod.net ([10.224.117.102]) with mapi id 15.00.1044.021; Wed, 22 Apr 2015 12:45:37 -0700 From: Vinod Kumar Vavilapalli To: "hdfs-dev@hadoop.apache.org" CC: "common-dev@hadoop.apache.org" , "yarn-dev@hadoop.apache.org" , "mapreduce-dev@hadoop.apache.org" Thread-Topic: IMPORTANT: testing patches for branches Thread-Index: AQHQfTNv7+hAj5K+gkCWP2A+QqJOQZ1Z5L0A Date: Wed, 22 Apr 2015 19:45:36 +0000 Message-ID: <4146734C-9CB4-44B9-9094-3B943040A4AE@hortonworks.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [192.175.27.23] x-source-routing-agent: Processed Content-Type: text/plain; charset="Windows-1252" Content-ID: Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Does this mean HADOOP-7435 is no longer needed / closeable as dup? Thanks +Vinod On Apr 22, 2015, at 12:34 PM, Allen Wittenauer wrote: > =09 > Hey gang,=20 >=20 > =09Just so everyone is aware, if you are working on a patch for either a = feature branch or a major branch, if you name the patch with the branch nam= e following the spec in HowToContribute (and a few other ways=85 test-patch= tries to figure it out!), test-patch.sh *should* be switching the repo ove= r to that branch for testing.=20 >=20 > =09For example, naming a patch foo-branch-2.01.patch should get tested o= n branch-2. Naming a patch foo-HDFS-7285.00.patch should get tested on the= HDFS-7285 branch. >=20 > =09This hopefully means that there should really be no more =91blind=92 += 1=92s to patches that go to branches. The =93we only test against trunk=94= argument is no longer valid. :) >=20 >=20