Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Test Failures on last night's 1.0.2 build...

In 1.1 we have some new tests that add a CMP3_DEALER and a CMP3_CUSTOMER table. Those tables have foreign key constraints to CMP3_EMPLOYEE. Because those tables do not exist in 1.0.2 they are not dropped by the 1.0.2 test framework. This means CMP3_EMPLOYEE cannot be dropped either.

We likely need to figure out how to do a better automated clean of the DB prior to a run.

-Tom

EDWIN.TANG@xxxxxxxxxx wrote:
Hi Eric,

For EclipseLink 1.0.2, we also switched to build on JDK 1.6(target=1.5)?

Thanks,
Edwin

-----Original Message-----
From: Eric Gwin Sent: October 22, 2008 11:25 AM
To: Dev mailing list for Eclipse Persistence Services
Subject: Re: [eclipselink-dev] Test Failures on last night's 1.0.2
build...


Okay.

Looks like the JPA failures may be due to 1.1.0 table changes - verifying, and looking at using a different db for each branch. Moxy OXM seems to be the result of the JDK switch. A bug will be filed once the issue is confirmed.

-Eric

Eric Gwin wrote:
There are 29 JPA test failures, and 150 JPA errors.
http://download.eclipse.org/rt/eclipselink/nightly/1.0.2/20081022/eclipselink-jpa-lrg-20081022.html

and

9 Moxy OXM failures
http://download.eclipse.org/rt/eclipselink/nightly/1.0.2/20081022/eclipselink-oxm-lrg-20081022.html

These should at least be looked at before I begin a milestone build.

-Eric
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top