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 20E1F11501 for ; Tue, 6 May 2014 10:21:33 +0000 (UTC) Received: (qmail 46616 invoked by uid 500); 6 May 2014 09:50:26 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 46532 invoked by uid 500); 6 May 2014 09:50:24 -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 46450 invoked by uid 99); 6 May 2014 09:50:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2014 09:50:18 +0000 Date: Tue, 6 May 2014 09:50:17 +0000 (UTC) From: "Tsuyoshi OZAWA (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-2023) TestClientRMService fails on trunk 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-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13990490#comment-13990490 ] Tsuyoshi OZAWA commented on YARN-2023: -------------------------------------- Thank you for taking this JIRA, [~zhiguohong]. This problem has been already reported on YARN-2018, and the patch is also available. Can you close this ticket as duplicated? Thanks. > TestClientRMService fails on trunk > ---------------------------------- > > Key: YARN-2023 > URL: https://issues.apache.org/jira/browse/YARN-2023 > Project: Hadoop YARN > Issue Type: Bug > Components: resourcemanager > Reporter: Hong Zhiguo > Assignee: Hong Zhiguo > Attachments: YARN-2023.patch > > > testTokenRenewalWrongUser(org.apache.hadoop.yarn.server.resourcemanager.TestClientRMService) Time elapsed: 0.015 sec <<< FAILURE! > java.lang.AssertionError: null > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertTrue(Assert.java:52) > at org.apache.hadoop.yarn.server.resourcemanager.TestClientRMService$4.run(TestClientRMService.java:481) > at org.apache.hadoop.yarn.server.resourcemanager.TestClientRMService$4.run(TestClientRMService.java:474) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:415) > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1606) > at org.apache.hadoop.yarn.server.resourcemanager.TestClientRMService.testTokenRenewalWrongUser(TestClientRMService.java:474) > Results : > Failed tests: > TestClientRMService.testTokenRenewalWrongUser:474 null -- This message was sent by Atlassian JIRA (v6.2#6252)