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 D40C0E072 for ; Thu, 21 Feb 2013 16:39:27 +0000 (UTC) Received: (qmail 60485 invoked by uid 500); 21 Feb 2013 16:39:27 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 60175 invoked by uid 500); 21 Feb 2013 16:39:26 -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 60134 invoked by uid 99); 21 Feb 2013 16:39:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 16:39:26 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of suren.k.n@me.com designates 17.172.124.248 as permitted sender) Received: from [17.172.124.248] (HELO st11p06mm-asmtp003.mac.com) (17.172.124.248) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Feb 2013 16:39:20 +0000 Received: from [192.168.1.2] (r4-128-61-95-128.res.gatech.edu [128.61.95.128]) by st11p06mm-asmtp003.mac.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Jan 3 2012)) with ESMTPSA id <0MIK0002XWWY4370@st11p06mm-asmtp003.mac.com>; Thu, 21 Feb 2013 16:38:59 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327,1.0.431,0.0.0000 definitions=2013-02-21_06:2013-02-21,2013-02-21,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1212290000 definitions=main-1302210144 Content-type: text/plain; charset=windows-1252 MIME-version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: timeout is now requested to be on all tests From: Surenkumar Nihalani In-reply-to: Date: Thu, 21 Feb 2013 11:38:57 -0500 Cc: hdfs-dev@hadoop.apache.org, "yarn-dev@hadoop.apache.org" , "common-dev@hadoop.apache.org" Content-transfer-encoding: quoted-printable Message-id: <470A10E6-3DF7-4C4C-A417-FD9D196F8866@me.com> References: To: mapreduce-dev@hadoop.apache.org X-Mailer: Apple Mail (2.1499) X-Virus-Checked: Checked by ClamAV on apache.org Just wanted to give everyone a heads up. Due to this change, I have = introduced a bug.=20 It's returning opposite value of what it's supposed to.=20 So, +1 of all tests you change brings up a -1 overall and vice versa.=20 I have reopened HADOOP-9112 and uploaded the patch to reverse to reverse = to the correct return values. Once a committer goes ahead with, it will = be corrected. Sorry about the inconvenience.=20 Thanks, Surenkumar Nihalani. On Feb 21, 2013, at 5:28 AM, Steve Loughran = wrote: > thanks, just seen and commented on this. >=20 > IF we're going to have test timeouts, we need a good recommended = default > value for all tests except the extra slow ones. >=20 > Or > 1. we just use our own JUnit fork that sets up a better default value = than > 0. I don't know how Ken would react to that. > 2. we get maven sure to support a programmable (default) timeout for = every > test case. This is probably easier, and would work for all existing = tests > too. >=20 > Has anyone asked the Maven team about options here? >=20 > On 20 February 2013 16:46, Robert Evans wrote: >=20 >> Sorry about cross posting, but this will impact all developers and I >> wanted to give you all a heads-up. >>=20 >> HADOOP-9112 was = just >> checked it. This means that the pre commit build will now give a =961 = for >> any patch with junit tests that do not include a timeout option. See >> http://junit.sourceforge.net/javadoc/org/junit/Test.html for more = info on >> that. This is to avoid surefire timing out junit when it gets stuck = and >> not giving any real feedback on which test failed. >>=20 >> --Bobby >>=20