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 A5A4111910 for ; Thu, 19 Jun 2014 15:12:25 +0000 (UTC) Received: (qmail 80604 invoked by uid 500); 19 Jun 2014 15:12:25 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 80564 invoked by uid 500); 19 Jun 2014 15:12:25 -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 80548 invoked by uid 99); 19 Jun 2014 15:12:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Jun 2014 15:12:25 +0000 Date: Thu, 19 Jun 2014 15:12:25 +0000 (UTC) From: "Mit Desai (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-2178) TestApplicationMasterService sometimes fails in 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-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14037399#comment-14037399 ] Mit Desai commented on YARN-2178: --------------------------------- Hi Ted, How did you reproduce this? I tried mvn clean test -Dtest=TestApplicationMasterService and I could not reproduce it even after running it couple of times. > TestApplicationMasterService sometimes fails in trunk > ----------------------------------------------------- > > Key: YARN-2178 > URL: https://issues.apache.org/jira/browse/YARN-2178 > Project: Hadoop YARN > Issue Type: Test > Reporter: Ted Yu > Priority: Minor > Labels: test > > From https://builds.apache.org/job/Hadoop-Yarn-trunk/587/ : > {code} > Running org.apache.hadoop.yarn.server.resourcemanager.TestApplicationMasterService > Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 55.763 sec <<< FAILURE! - in org.apache.hadoop.yarn.server.resourcemanager.TestApplicationMasterService > testInvalidContainerReleaseRequest(org.apache.hadoop.yarn.server.resourcemanager.TestApplicationMasterService) Time elapsed: 41.336 sec <<< FAILURE! > java.lang.AssertionError: AppAttempt state is not correct (timedout) expected: but was: > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotEquals(Assert.java:743) > at org.junit.Assert.assertEquals(Assert.java:118) > at org.apache.hadoop.yarn.server.resourcemanager.MockAM.waitForState(MockAM.java:82) > at org.apache.hadoop.yarn.server.resourcemanager.MockRM.sendAMLaunched(MockRM.java:401) > at org.apache.hadoop.yarn.server.resourcemanager.TestApplicationMasterService.testInvalidContainerReleaseRequest(TestApplicationMasterService.java:143) > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)