You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by Sebastian Kunert <sk...@gmail.com> on 2014/07/30 13:35:02 UTC

Java 8 Tests

Hi,

I currently have a case where Java 8 and 7 produce a different plan for a
Test Case. Maven clean verify runs perfectly for java 7 but fails for java
8. The plans are equivalent, both correct and with the same costs. But
since the strategies are asserted in the test, the test fails on one of the
versions. Did anyone face similar issues already?

Greetings,

Sebastian

Re: Java 8 Tests

Posted by Sebastian Kunert <sk...@gmail.com>.
No problem.

DOPChangeTest.checkPropertyHandlingWithDecreasingDegreeOfParallelism

Java 7: http://pastebin.com/rpjVTEZt
Java 8: http://pastebin.com/WZkFXb1H


2014-07-30 14:03 GMT+02:00 Stephan Ewen <se...@apache.org>:

> Can you paste both plans?
>

Re: Java 8 Tests

Posted by Stephan Ewen <se...@apache.org>.
Can you paste both plans?