From yarn-issues-return-151971-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Fri Aug 24 12:48:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 78CB9180677 for ; Fri, 24 Aug 2018 12:48:03 +0200 (CEST) Received: (qmail 77282 invoked by uid 500); 24 Aug 2018 10:48:02 -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 77271 invoked by uid 99); 24 Aug 2018 10:48:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2018 10:48:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 1CE2BC0090 for ; Fri, 24 Aug 2018 10:48:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id t22dbZ_belEl for ; Fri, 24 Aug 2018 10:48:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 145395F242 for ; Fri, 24 Aug 2018 10:48:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8AD2CE0F39 for ; Fri, 24 Aug 2018 10:48:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1DACD26B59 for ; Fri, 24 Aug 2018 10:48:00 +0000 (UTC) Date: Fri, 24 Aug 2018 10:48:00 +0000 (UTC) From: "Rakesh Shah (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YARN-8708) TestDistributedShell test cases failing giving assertion error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Rakesh Shah created YARN-8708: --------------------------------- Summary: TestDistributedShell test cases failing giving assert= ion error Key: YARN-8708 URL: https://issues.apache.org/jira/browse/YARN-8708 Project: Hadoop YARN Issue Type: Bug Components: distributed-shell Affects Versions: 3.1.1 Reporter: Rakesh Shah There is no directory created as "DS_APP_ATTEMPT" so #Assert.assertTrue(outputDirForEntity.isDirectory()) returning false =C2=A0 =C2=A0 org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.t= estDSShellWithoutDomainV2=C2=A0 h3. Stacktrace java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.ju= nit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert= .java:52) at org.apache.hadoop.yarn.applications.distributedshell.TestDistr= ibutedShell.verifyEntityTypeFileExists(TestDistributedShell.java:628) =C2=A0 org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.t= estDSShellWithoutDomainV2CustomizedFlow Failing for the past 10 builds (Since=C2=A0#29 ) [=E8=BF=90=E8=A1=8C=E6=97=B6=E9=97=B4=EF=BC=9A1 =E5=88=86 20 =E7=A7=92|http= ://10.18.16.74:8080/view/Hadoop_3.1.0100/job/Hadoop3.1.0100_YARNUT/38/jdk= =3Djdk1.8.0_72,label=3DEuler2_hadoop_ut-100.114.196.155/testReport/org.apac= he.hadoop.yarn.applications.distributedshell/TestDistributedShell/testDSShe= llWithoutDomainV2CustomizedFlow/history] =C2=A0 h3. Stacktrace java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.ju= nit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert= .java:52) at org.apache.hadoop.yarn.applications.distributedshell.TestDistr= ibutedShell.verifyEntityTypeFileExists(TestDistributedShell.java:628) =C2=A0 org.apache.hadoop.yarn.applications.distributedshell.TestDistributedShell.t= estDSShellWithoutDomainV2DefaultFlow =C2=A0 =C2=A0 Stacktrace java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.ju= nit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert= .java:52) at org.apache.hadoop.yarn.applications.distributedshell.TestDistr= ibutedShell.verifyEntityTypeFileExists(TestDistributedShell.java:628) -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org