Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-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 06B4F1102C for ; Sun, 21 Sep 2014 18:31:55 +0000 (UTC) Received: (qmail 40564 invoked by uid 500); 21 Sep 2014 18:31:55 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 40532 invoked by uid 500); 21 Sep 2014 18:31:54 -0000 Mailing-List: contact issues-help@flink.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.incubator.apache.org Delivered-To: mailing list issues@flink.incubator.apache.org Received: (qmail 40523 invoked by uid 99); 21 Sep 2014 18:31:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2014 18:31:54 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 21 Sep 2014 18:31:53 +0000 Received: (qmail 40477 invoked by uid 99); 21 Sep 2014 18:31:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2014 18:31:33 +0000 Date: Sun, 21 Sep 2014 18:31:33 +0000 (UTC) From: "Stephan Ewen (JIRA)" To: issues@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-1077) Flakey test CliFrontendPackageProgramTest MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FLINK-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14142554#comment-14142554 ] Stephan Ewen commented on FLINK-1077: ------------------------------------- I have not seen this error lately, so I assume it is not an issue any more. > Flakey test CliFrontendPackageProgramTest > ----------------------------------------- > > Key: FLINK-1077 > URL: https://issues.apache.org/jira/browse/FLINK-1077 > Project: Flink > Issue Type: Bug > Reporter: Stephan Ewen > Assignee: Timo Walther > > Test is error is CliFrontendPackageProgramTest # testPlanWithExternalClass() > The error occurs in my recent travis builds one in 10 times or so. > The following stack trace describes the error: > {code} > java.lang.AssertionError > 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.flink.client.CliFrontendPackageProgramTest$1.loadClass(CliFrontendPackageProgramTest.java:249) > {code} > Is it possible that race conditions cause the classloader to be used for different classes as well? In any case, the test should change the assertion to assertEquals, such that the expected name is part of the error message (helps debugging what went wrong). -- This message was sent by Atlassian JIRA (v6.3.4#6332)