Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-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 8081AD7EB for ; Tue, 28 Aug 2012 12:50:13 +0000 (UTC) Received: (qmail 60917 invoked by uid 500); 28 Aug 2012 12:50:13 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 60892 invoked by uid 500); 28 Aug 2012 12:50:13 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 60882 invoked by uid 99); 28 Aug 2012 12:50:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2012 12:50:13 +0000 Date: Tue, 28 Aug 2012 23:50:13 +1100 (NCT) From: "Hudson (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: <1290331187.5888.1346158213441.JavaMail.jiratomcat@arcas> In-Reply-To: <270840118.31502.1345492898463.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (YARN-31) TestDelegationTokenRenewer fails on jdk7 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/YARN-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443124#comment-13443124 ] Hudson commented on YARN-31: ---------------------------- Integrated in Hadoop-Hdfs-trunk #1148 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1148/]) YARN-31. Fix TestDelegationTokenRenewer to not depend on test order so as to pass tests on jdk7. Contributed by Thomas Graves. (Revision 1377961) Result = FAILURE vinodkv : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1377961 Files : * /hadoop/common/trunk/hadoop-yarn-project/CHANGES.txt * /hadoop/common/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/security/TestDelegationTokenRenewer.java > TestDelegationTokenRenewer fails on jdk7 > ---------------------------------------- > > Key: YARN-31 > URL: https://issues.apache.org/jira/browse/YARN-31 > Project: Hadoop YARN > Issue Type: Bug > Affects Versions: 2.2.0-alpha, 0.23.3 > Reporter: Thomas Graves > Assignee: Thomas Graves > Labels: java7 > Fix For: 2.1.0-alpha, 0.23.3 > > Attachments: YARN-31.patch > > > TestDelegationTokenRenewer fails when run with jdk7. > With JDK7, test methods run in an undefined order. Here it is expecting that testDTRenewal runs first but it no longer is. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira