Re: Flaky ScalaShellLocalStartupITCase

2015-10-14 Thread Till Rohrmann
Yeah I'm also struggling with the test case which has some wrong assumptions about the log output. I can also open the JIRA. Working on it today. Cheers, Till On Oct 14, 2015 11:32 AM, "Ufuk Celebi" wrote: > I know that Till observed issues with the ScalaShell tests as well. If I > remember cor

Re: Flaky ScalaShellLocalStartupITCase

2015-10-14 Thread Ufuk Celebi
I know that Till observed issues with the ScalaShell tests as well. If I remember correctly, the issues were caused by checking the log file for specific order of events, which is not necessarily the case. – Ufuk > On 13 Oct 2015, at 16:14, Sachin Goel wrote: > > Hi all > Over the past few da

Re: Flaky ScalaShellLocalStartupITCase

2015-10-13 Thread Sachin Goel
Will do that tomorrow. I'll need to find the build where the jvm ran out of heap space. Cheers! Sachin On Oct 13, 2015 10:45 PM, "Henry Saputra" wrote: > HI Sachin, > > Let's file ticket for it so we could try to address it. > These flaky tests could cause confusion for contributors. > > Thanks,

Re: Flaky ScalaShellLocalStartupITCase

2015-10-13 Thread Henry Saputra
HI Sachin, Let's file ticket for it so we could try to address it. These flaky tests could cause confusion for contributors. Thanks, - Henry On Tue, Oct 13, 2015 at 7:14 AM, Sachin Goel wrote: > Hi all > Over the past few days, I've observed multiple failures of this test case. > There is no

Flaky ScalaShellLocalStartupITCase

2015-10-13 Thread Sachin Goel
Hi all Over the past few days, I've observed multiple failures of this test case. There is no single reason. 1. The assertion to check the output fails [either the finished status or the actual job output]. https://travis-ci.org/apache/flink/jobs/84664370 2. JVM runs out of heap space [weirdly]. 3.