Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CEB301879F for ; Fri, 19 Feb 2016 17:58:18 +0000 (UTC) Received: (qmail 98883 invoked by uid 500); 19 Feb 2016 17:58:18 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 98808 invoked by uid 500); 19 Feb 2016 17:58:18 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 98620 invoked by uid 99); 19 Feb 2016 17:58:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Feb 2016 17:58:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0D2912C14F2 for ; Fri, 19 Feb 2016 17:58:18 +0000 (UTC) Date: Fri, 19 Feb 2016 17:58:18 +0000 (UTC) From: "Greg Hogan (JIRA)" To: dev@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-3454) Add test dependencies on packaged jars MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Greg Hogan created FLINK-3454: --------------------------------- Summary: Add test dependencies on packaged jars Key: FLINK-3454 URL: https://issues.apache.org/jira/browse/FLINK-3454 Project: Flink Issue Type: Bug Components: Scala Shell, YARN Client Affects Versions: 1.0.0 Reporter: Greg Hogan Assignee: Greg Hogan Priority: Minor The following test from flink-scala-shell requires that the flink-ml jar be compiled. {noformat} Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 213.66 sec <<< FAILURE! - in org.apache.flink.api.scala.ScalaShellITCase testSubmissionOfExternalLibrary(org.apache.flink.api.scala.ScalaShellITCase) Time elapsed: 0.028 sec <<< FAILURE! java.lang.AssertionError: assertion failed at scala.Predef$.assert(Predef.scala:151) at org.apache.flink.api.scala.ScalaShellITCase.testSubmissionOfExternalLibrary(ScalaShellITCase.scala:169) {noformat} flink-yarn-tests depends on flink-dist: {noformat} Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.971 sec <<< FAILURE! - in org.apache.flink.yarn.UtilsTest testUberjarLocator(org.apache.flink.yarn.UtilsTest) Time elapsed: 0.803 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.assertNotNull(Assert.java:621) at org.junit.Assert.assertNotNull(Assert.java:631) at org.apache.flink.yarn.UtilsTest.testUberjarLocator(UtilsTest.java:42) {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)