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 D2FA1200D17 for ; Sat, 23 Sep 2017 12:58:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D16D21609B5; Sat, 23 Sep 2017 10:58:12 +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 232241609E6 for ; Sat, 23 Sep 2017 12:58:11 +0200 (CEST) Received: (qmail 69813 invoked by uid 500); 23 Sep 2017 10:58:11 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 69713 invoked by uid 99); 23 Sep 2017 10:58:11 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Sep 2017 10:58:11 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 98B1C18FE2F for ; Sat, 23 Sep 2017 10:58:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 1iFp9BLH3aqH for ; Sat, 23 Sep 2017 10:58:09 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 66B3F5F666 for ; Sat, 23 Sep 2017 10:58:09 +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 90939E0E4A for ; Sat, 23 Sep 2017 10:58:06 +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 5B44E24215 for ; Sat, 23 Sep 2017 10:58:03 +0000 (UTC) Date: Sat, 23 Sep 2017 10:58:03 +0000 (UTC) From: "Apache Spark (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SPARK-22093) UtilsSuite "resolveURIs with multiple paths" test always cancelled MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 23 Sep 2017 10:58:13 -0000 [ https://issues.apache.org/jira/browse/SPARK-22093?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16177722#comment-16177722 ] Apache Spark commented on SPARK-22093: -------------------------------------- User 'HyukjinKwon' has created a pull request for this issue: https://github.com/apache/spark/pull/19332 > UtilsSuite "resolveURIs with multiple paths" test always cancelled > ------------------------------------------------------------------ > > Key: SPARK-22093 > URL: https://issues.apache.org/jira/browse/SPARK-22093 > Project: Spark > Issue Type: Bug > Components: Tests > Affects Versions: 2.3.0 > Reporter: Marcelo Vanzin > Priority: Trivial > > There's a call to {{assume}} in that test that is triggering, and causing the test to print an exception and report itself as "cancelled". It only happens in the last unit test (so coverage is fine, I guess), but still, that seems wrong. > {noformat} > [info] - resolveURIs with multiple paths !!! CANCELED !!! (15 milliseconds) > [info] 1 was not greater than 1 (UtilsSuite.scala:491) > [info] org.scalatest.exceptions.TestCanceledException: > [info] at org.scalatest.Assertions$class.newTestCanceledException(Assertions.scala:531) > [info] at org.scalatest.FunSuite.newTestCanceledException(FunSuite.scala:1560) > [info] at org.scalatest.Assertions$AssertionsHelper.macroAssume(Assertions.scala:516) > [info] at org.apache.spark.util.UtilsSuite$$anonfun$6.assertResolves$2(UtilsSuite.scala:491) > [info] at org.apache.spark.util.UtilsSuite$$anonfun$6.apply$mcV$sp(UtilsSuite.scala:512) > [info] at org.apache.spark.util.UtilsSuite$$anonfun$6.apply(UtilsSuite.scala:489) > [info] at org.apache.spark.util.UtilsSuite$$anonfun$6.apply(UtilsSuite.scala:489) > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org