From common-dev-return-72345-apmail-hadoop-common-dev-archive=hadoop.apache.org@hadoop.apache.org Wed Jul 22 06:11:35 2009 Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 90826 invoked from network); 22 Jul 2009 06:11:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 06:11:35 -0000 Received: (qmail 53065 invoked by uid 500); 22 Jul 2009 06:12:40 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 52802 invoked by uid 500); 22 Jul 2009 06:12:39 -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 52516 invoked by uid 99); 22 Jul 2009 06:12:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 06:12:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 06:12:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C9C63234C044 for ; Tue, 21 Jul 2009 23:12:14 -0700 (PDT) Message-ID: <735917608.1248243134811.JavaMail.jira@brutus> Date: Tue, 21 Jul 2009 23:12:14 -0700 (PDT) From: "Giridharan Kesavan (JIRA)" To: common-dev@hadoop.apache.org Subject: [jira] Resolved: (HADOOP-6164) Test-patch's method of checking for new tests is not correct In-Reply-To: <451223100.1248220514914.JavaMail.jira@brutus> 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-6164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Giridharan Kesavan resolved HADOOP-6164. ---------------------------------------- Resolution: Invalid Assignee: Giridharan Kesavan Im closing this resolved invalid. This is how hudson works and this has nothing to do with the test-patch script. > Test-patch's method of checking for new tests is not correct > ------------------------------------------------------------ > > Key: HADOOP-6164 > URL: https://issues.apache.org/jira/browse/HADOOP-6164 > Project: Hadoop Common > Issue Type: Bug > Components: test > Reporter: Jakob Homan > Assignee: Giridharan Kesavan > > As happened in HDFS-458, test-patch/hudson saw the previous patch(HDFS-492) add a new test, bringing the total number of tests to 49. Then it tested 458, which had no new tests as it was a change to the build file. 492 had not yet been committed yet, so there were still only 48 tests in trunk. But test-patch failed the patch, expecting 49 tests. test-patch should check the correct number of tests based on trunk, not on whatever number it last saw. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.