Re: Driver Test Base issue

2015-08-25 Thread Stephan Ewen
Test for a fix is pending... On Tue, Aug 25, 2015 at 1:30 PM, Stephan Ewen wrote: > Looking into this. Seems like a wrong use of assertions in a parallel > thread, where errors are not propagated to the main JUNit thread. > > On Mon, Aug 24, 2015 at 6:53 PM, Sachin Goel > wrote: > >> Hi Max >>

Re: Driver Test Base issue

2015-08-25 Thread Stephan Ewen
Looking into this. Seems like a wrong use of assertions in a parallel thread, where errors are not propagated to the main JUNit thread. On Mon, Aug 24, 2015 at 6:53 PM, Sachin Goel wrote: > Hi Max > I have already created a Jira for this. > https://issues.apache.org/jira/browse/FLINK-2528 > The

Re: Driver Test Base issue

2015-08-24 Thread Sachin Goel
Hi Max I have already created a Jira for this. https://issues.apache.org/jira/browse/FLINK-2528 The failing test was testCancelMatchTaskWhileMatching(), but I think it has more to do with the failure in canceling in general. I'll point you to some build logs. It might take me some time to find them

Re: Driver Test Base issue

2015-08-24 Thread Maximilian Michels
Hi Sachin, Thanks for reporting. Which of the test cases failed in the MapTaskTest and the MatchTaskTest? Best, Max On Tue, Aug 18, 2015 at 5:35 PM, Sachin Goel wrote: > There appears to be some issue in DriverTestBase. I have observed two > failures recently, once in MatchTaskTest and MapTask

Driver Test Base issue

2015-08-18 Thread Sachin Goel
There appears to be some issue in DriverTestBase. I have observed two failures recently, once in MatchTaskTest and MapTaskTest, both with the following trace: Exception in thread "Thread-154" java.lang.AssertionError: Canceling task failed: java.lang.NullPointerException at org.apache.flink.runti