Java 8 Tests

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Java 8 Tests

Sebastian Kunert
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
Reply | Threaded
Open this post in threaded view
|

Re: Java 8 Tests

Stephan Ewen
Can you paste both plans?
Reply | Threaded
Open this post in threaded view
|

Re: Java 8 Tests

Sebastian Kunert
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 <[hidden email]>:

> Can you paste both plans?
>