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 E32F611531 for ; Tue, 15 Jul 2014 06:26:04 +0000 (UTC) Received: (qmail 7494 invoked by uid 500); 15 Jul 2014 06:26:04 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 7459 invoked by uid 500); 15 Jul 2014 06:26:04 -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 7448 invoked by uid 99); 15 Jul 2014 06:26:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jul 2014 06:26:04 +0000 Date: Tue, 15 Jul 2014 06:26:04 +0000 (UTC) From: "Akira AJISAKA (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-2270) TestFSDownload#testDownloadPublicWithStatCache 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-2270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira AJISAKA updated YARN-2270: -------------------------------- Attachment: YARN-2270.patch Attaching a patch to fix the test-case. > TestFSDownload#testDownloadPublicWithStatCache fails in trunk > ------------------------------------------------------------- > > Key: YARN-2270 > URL: https://issues.apache.org/jira/browse/YARN-2270 > Project: Hadoop YARN > Issue Type: Test > Reporter: Ted Yu > Assignee: Akira AJISAKA > Priority: Minor > Attachments: YARN-2270.patch > > > From https://builds.apache.org/job/Hadoop-yarn-trunk/608/console : > {code} > Running org.apache.hadoop.yarn.util.TestFSDownload > Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.955 sec <<< FAILURE! - in org.apache.hadoop.yarn.util.TestFSDownload > testDownloadPublicWithStatCache(org.apache.hadoop.yarn.util.TestFSDownload) Time elapsed: 0.137 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.util.TestFSDownload.testDownloadPublicWithStatCache(TestFSDownload.java:363) > {code} > Similar error can be seen here: https://builds.apache.org/job/PreCommit-YARN-Build/4243//testReport/org.apache.hadoop.yarn.util/TestFSDownload/testDownloadPublicWithStatCache/ > Looks like future.get() returned null. -- This message was sent by Atlassian JIRA (v6.2#6252)