Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] Test failures with Java 1.7 when tests must be executed in declaration order

A likely cause for test failures with Java 1.7 is that the execution order of tests is no longer predictable.

I think that's e.g. what causes the p2 failures. This is hard to nail down or reproduce, since the order is basically random now.

To ensure a consistent order, a test suite needs to define the order. I just filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=369818 to add an OrderedTestSuite class that can be used to achieve this. This should become available in M6.

I suggest to live with the test failures in M5 if they only happen on 1.7 and are likely due to the random execution order.

Markus




From: Ian Bull <irbull@xxxxxxxxxxxxxxxxx>
To: "Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>,
Date: 2012-01-26 21:42
Subject: Re: [platform-releng-dev] [eclipse-build]Build I20120125-1300 (Timestamp: 201201251300):Build is complete. Test failures/errors occurred.





I'm looking at the p2 tests. However, nothing has changed here and each build it appears something different has failed. The only (somewhat) consistent thread I see is that packed things sometimes have trouble being processed.

Also, Kim just mentioned that we just started running with 1.7 on our windows machine. I don't know if this is the cause or not. I'll keep digging.

Cheers,
Ian

On Thu, Jan 26, 2012 at 8:56 AM, Michael Rennie <Michael_Rennie@xxxxxxxxxx> wrote:
> org.eclipse.ant.tests.ui_win32.win32.x86_7.0

The Ant test failures are intermittent and do not affect the quality of the build.

The failure is being tracked here:
https://bugs.eclipse.org/369837

Michael Rennie


_______________________________________________
platform-releng-dev mailing list

platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev




--
R. Ian Bull | EclipseSource Victoria | +1 250 477 7484

http://eclipsesource.com | http://twitter.com/eclipsesource_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev



Back to the top