From yarn-issues-return-168920-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Fri Jun 14 16:38:02 2019 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 [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 77CC518067E for ; Fri, 14 Jun 2019 18:38:02 +0200 (CEST) Received: (qmail 6350 invoked by uid 500); 14 Jun 2019 16:38:01 -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 6314 invoked by uid 99); 14 Jun 2019 16:38:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2019 16:38:01 +0000 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 EE747E2D91 for ; Fri, 14 Jun 2019 16:38: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 6784F24643 for ; Fri, 14 Jun 2019 16:38:00 +0000 (UTC) Date: Fri, 14 Jun 2019 16:38:00 +0000 (UTC) From: "Prabhu Joseph (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-9621) FIX TestDSWithMultipleNodeManager.testDistributedShellWithPlacementConstraint on branch-3.1 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-9621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16864249#comment-16864249 ] Prabhu Joseph commented on YARN-9621: ------------------------------------- {{TestDSWithMultipleNodeManager}} testcases ran fine. {{TestDistributedShell}} is timing out, this is not related. But looks a known issue YARN-9231 fixed in 3.3.0. Have backported that fix as well in [^YARN-9621-branch-3.1.005.patch]. > FIX TestDSWithMultipleNodeManager.testDistributedShellWithPlacementConstraint on branch-3.1 > ------------------------------------------------------------------------------------------- > > Key: YARN-9621 > URL: https://issues.apache.org/jira/browse/YARN-9621 > Project: Hadoop YARN > Issue Type: Bug > Components: distributed-shell, test > Affects Versions: 3.1.2 > Reporter: Peter Bacsko > Assignee: Prabhu Joseph > Priority: Major > Attachments: YARN-9621-branch-3.1.001.patch, YARN-9621-branch-3.1.002.patch, YARN-9621-branch-3.1.003.patch, YARN-9621-branch-3.1.004.patch, YARN-9621-branch-3.1.005.patch > > > Testcase {{TestDSWithMultipleNodeManager.testDistributedShellWithPlacementConstraint}} seems to constantly fail on branch 3.1. I believe it was introduced by YARN-9253. > {noformat} > testDistributedShellWithPlacementConstraint(org.apache.hadoop.yarn.applications.distributedshell.TestDSWithMultipleNodeManager) Time elapsed: 24.636 s <<< FAILURE! > java.lang.AssertionError: expected:<1> but was:<2> > 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.junit.Assert.assertEquals(Assert.java:555) > at org.junit.Assert.assertEquals(Assert.java:542) > at org.apache.hadoop.yarn.applications.distributedshell.TestDSWithMultipleNodeManager.testDistributedShellWithPlacementConstraint(TestDSWithMultipleNodeManager.java:178) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) > at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) > {noformat} -- 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