Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 73E709884 for ; Sun, 19 Feb 2012 12:54:56 +0000 (UTC) Received: (qmail 49821 invoked by uid 500); 19 Feb 2012 12:54:56 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 49765 invoked by uid 500); 19 Feb 2012 12:54:56 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 49757 invoked by uid 99); 19 Feb 2012 12:54:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Feb 2012 12:54:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Sun, 19 Feb 2012 12:54:55 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 079E8185618 for ; Sun, 19 Feb 2012 12:54:35 +0000 (UTC) Date: Sun, 19 Feb 2012 12:54:35 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <311166998.259.1329656075032.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <561501426.51383.1329500399888.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MAPREDUCE-3877) Add a test to formalise the current state transitions of the yarn lifecycle MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-3877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13211338#comment-13211338 ] Hudson commented on MAPREDUCE-3877: ----------------------------------- Integrated in Hadoop-Hdfs-0.23-Build #173 (See [https://builds.apache.org/job/Hadoop-Hdfs-0.23-Build/173/]) MAPREDUCE-3877 Add a test to formalise the current state transitions of the yarn lifecycle (Revision 1245914) MAPREDUCE-3877 Add a test to formalise the current state transitions of the yarn lifecycle (Revision 1245913) Result = SUCCESS stevel : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1245914 Files : * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/service * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/service/BreakableService.java * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/service/ServiceAssert.java * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/service/TestServiceLifecycle.java stevel : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1245913 Files : * /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt > Add a test to formalise the current state transitions of the yarn lifecycle > --------------------------------------------------------------------------- > > Key: MAPREDUCE-3877 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-3877 > Project: Hadoop Map/Reduce > Issue Type: Test > Components: mrv2 > Affects Versions: 0.24.0 > Reporter: Steve Loughran > Assignee: Steve Loughran > Priority: Minor > Fix For: 0.24.0, 0.23.2 > > Attachments: MAPREDUCE-3877.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > Add a test service that counts the number of times it's state methods are called; and can be set to raise an exception on any such entry. Use it to show what the current lifecycle state model is, so that unintentional regressions can be detected. > It will also act as a foundation for intentional changes to that lifecycle -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira