Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D240E200BCA for ; Mon, 21 Nov 2016 21:28:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D0E5E160AEF; Mon, 21 Nov 2016 20:28:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2EC32160B19 for ; Mon, 21 Nov 2016 21:28:00 +0100 (CET) Received: (qmail 23327 invoked by uid 500); 21 Nov 2016 20:27:59 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 23185 invoked by uid 99); 21 Nov 2016 20:27:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2016 20:27:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1A78C2C4C7D for ; Mon, 21 Nov 2016 20:27:59 +0000 (UTC) Date: Mon, 21 Nov 2016 20:27:59 +0000 (UTC) From: "Varun Saxena (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-5362) TestRMRestart#testFinishedAppRemovalAfterRMRestart can fail MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 21 Nov 2016 20:28:01 -0000 [ https://issues.apache.org/jira/browse/YARN-5362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15684630#comment-15684630 ] Varun Saxena commented on YARN-5362: ------------------------------------ This will be fixed by YARN-5548 > TestRMRestart#testFinishedAppRemovalAfterRMRestart can fail > ----------------------------------------------------------- > > Key: YARN-5362 > URL: https://issues.apache.org/jira/browse/YARN-5362 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Jason Lowe > Assignee: sandflee > Fix For: 2.9.0, 3.0.0-alpha1 > > Attachments: YARN-5362.01.patch > > > Saw the following in a precommit build that only changed an unrelated unit test: > {noformat} > Tests run: 29, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 101.265 sec <<< FAILURE! - in org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart > testFinishedAppRemovalAfterRMRestart(org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart) Time elapsed: 0.411 sec <<< FAILURE! > java.lang.AssertionError: expected null, but was: > at org.junit.Assert.fail(Assert.java:88) > at org.junit.Assert.failNotNull(Assert.java:664) > at org.junit.Assert.assertNull(Assert.java:646) > at org.junit.Assert.assertNull(Assert.java:656) > at org.apache.hadoop.yarn.server.resourcemanager.TestRMRestart.testFinishedAppRemovalAfterRMRestart(TestRMRestart.java:1653) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org