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 69F2017EA0 for ; Sat, 24 Jan 2015 10:11:40 +0000 (UTC) Received: (qmail 98455 invoked by uid 500); 24 Jan 2015 10:11:40 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 98382 invoked by uid 500); 24 Jan 2015 10:11:40 -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 98371 invoked by uid 99); 24 Jan 2015 10:11:40 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Jan 2015 10:11:40 +0000 Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id D60EE1A012A for ; Sat, 24 Jan 2015 10:11:39 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id gf13so1362408lab.8 for ; Sat, 24 Jan 2015 02:11:38 -0800 (PST) X-Received: by 10.112.172.167 with SMTP id bd7mr11882984lbc.14.1422094298512; Sat, 24 Jan 2015 02:11:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.153.5.36 with HTTP; Sat, 24 Jan 2015 02:11:18 -0800 (PST) In-Reply-To: References: From: Robert Metzger Date: Sat, 24 Jan 2015 11:11:18 +0100 Message-ID: Subject: Re: YARN ITCases fail, master broken? To: dev@flink.apache.org Content-Type: multipart/alternative; boundary=001a11c26986800709050d632196 --001a11c26986800709050d632196 Content-Type: text/plain; charset=UTF-8 Okay, the tests have finished on my local machine, and they passed. So it looks like an environment specific issue. Maybe the log helps me already to figure out whats the issue. We should make sure that our tests are passing on all platforms ;) On Sat, Jan 24, 2015 at 11:06 AM, Robert Metzger wrote: > Hi, > > the tests are passing on travis. Maybe its a issue with your environment. > I'm currently running the tests on my machine as well, just to make sure. > I haven't ran the tests on OS X, maybe that's causing the issues. > > Can you send me (privately) the full output of the tests? > > Best, > Robert > > > > On Sat, Jan 24, 2015 at 11:00 AM, Fabian Hueske wrote: > >> Hi Henry, >> >> running "mvn -DskipTests clean install" before "mvn clean install" did not >> fix the build for me. >> The failing tests are also integration tests (*ITCase) which are only >> executed in Maven's verify phase which is not triggered if you run "mvn >> clean test". >> If I run "mvn test" without "mvn install" it fails for me as well with the >> error you posted. >> >> So there seem to be at least two build issues with the current master. >> >> 2015-01-24 1:47 GMT+01:00 Henry Saputra : >> >> > Hmm, I think there could be some weird dependencies to get the Flink >> > YARN uber jar. >> > >> > If you do "mvn clean install -DskipTests" then call "mvn test" all the >> > tests passed. >> > >> > But if you directly call "mvn clean test" then you see the stack I >> > have seen before. >> > >> > - Henry >> > >> > >> > On Fri, Jan 23, 2015 at 3:35 PM, Henry Saputra > > >> > wrote: >> > > Did not see that trace but do see this: >> > > >> > > ------------------------------------------------------- >> > > >> > > T E S T S >> > > >> > > ------------------------------------------------------- >> > > >> > > Running org.apache.flink.yarn.UtilsTest >> > > >> > > log4j:WARN No such property [append] in >> org.apache.log4j.ConsoleAppender. >> > > >> > > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.476 >> > > sec <<< FAILURE! - in org.apache.flink.yarn.UtilsTest >> > > >> > > testUberjarLocator(org.apache.flink.yarn.UtilsTest) Time elapsed: >> > > 0.405 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:32) >> > > >> > > >> > > >> > > Results : >> > > >> > > >> > > Failed tests: >> > > >> > > UtilsTest.testUberjarLocator:32 null >> > > >> > > >> > > Tests run: 1, Failures: 1, Errors: 0, Skipped: 0 >> > > >> > > >> > > - Henry >> > > >> > > On Fri, Jan 23, 2015 at 2:16 PM, Fabian Hueske >> > wrote: >> > >> Hi all, >> > >> >> > >> I tried to build the current master (mvn clean install) and some >> tests >> > in >> > >> the flink-yarn-tests module fail: >> > >> >> > >> Failed tests: >> > >> >> > >> >> > >> >> > >> YARNSessionCapacitySchedulerITCase.testClientStartup:50->YarnTestBase.runWithArgs:314 >> > >> During the timeout period of 60 seconds the expected string did not >> > show up >> > >> >> > >> >> YARNSessionCapacitySchedulerITCase>YarnTestBase.checkClusterEmpty:146 >> > >> There is at least one application on the cluster is not finished >> > >> >> > >> >> > >> YARNSessionFIFOITCase.perJobYarnCluster:184->YarnTestBase.runWithArgs:314 >> > >> During the timeout period of 60 seconds the expected string did not >> > show up >> > >> >> > >> YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is >> at >> > >> least one application on the cluster is not finished >> > >> >> > >> YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is >> at >> > >> least one application on the cluster is not finished >> > >> >> > >> YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is >> at >> > >> least one application on the cluster is not finished >> > >> >> > >> YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is >> at >> > >> least one application on the cluster is not finished >> > >> >> > >> YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is >> at >> > >> least one application on the cluster is not finished >> > >> >> > >> YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is >> at >> > >> least one application on the cluster is not finished >> > >> >> > >> YARNSessionFIFOITCase>YarnTestBase.checkClusterEmpty:146 There is >> at >> > >> least one application on the cluster is not finished >> > >> >> > >> >> > >> Tests run: 10, Failures: 10, Errors: 0, Skipped: 0 >> > >> >> > >> Anybody else got this problem? >> > >> >> > >> Cheers, Fabian >> > >> > > --001a11c26986800709050d632196--