Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: AW: [eclipselink-dev] BUILD STATUS:: trunk nightly build has test failures!

Hi Adrian,
Our nightly testing also met this issue (same as Eric's build issue) on Oracle DB, I even reran and got the same issue with this test (org.eclipse.persistence.testing.tests.wdf.jpa1.foreignkeys.TestForeignKeys.testInheritance) after drop schema:

Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.2.0.v20100612-r7598): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist Error Code: 942 Call: DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?) bind => [2] Query: DataModifyQuery(sql="DELETE FROM TMP_VEHICLE_PROFILE WHERE (VEHICLE_ID = ?)")

So this failure probably related to some changes.

Thanks,
Kevin

On 14/06/2010 10:28 AM, Goerler, Adrian wrote:
Hi Eric,

the 1 failing WDF test was due to a missing table. I reran the tests here -> OK. Maybe a timing issue with parallel runs?

-Adrian

Adrian Görler
SAP AG

Pflichtangaben/Mandatory Disclosure Statements: http://www.sap.com/company/legal/impressum.epx


-----Ursprüngliche Nachricht-----
Von: eclipselink-dev-bounces@xxxxxxxxxxx [mailto:eclipselink-dev-bounces@xxxxxxxxxxx] Im Auftrag von eric.gwin@xxxxxxxxxx
Gesendet: Samstag, 12. Juni 2010 08:02
An: ejgwin@xxxxxxxxx; eclipselink-dev@xxxxxxxxxxx
Betreff: [eclipselink-dev] BUILD STATUS:: trunk nightly build has test failures!

Build summary for 2.2.0.v20100612-r7598
-----------------------------------
Non-critical compilation issues (if any) repoted in
the format [BUILDLOG_LINE#: NUMBER_OF_ERRORS]:
-----------------------------------
TEST-CORE
  Tests run:7490 Failures:0 Errors:0
TEST-JPA
  Tests run:2521 Failures:0 Errors:0
TEST-WDF
  Tests run:816 Failures:0 Errors:1
TEST-MOXY
  Tests run:25841 Failures:0 Errors:0
TEST-SDO
  Tests run:4511 Failures:0 Errors:0
TEST-DBWS
  Tests run:17 Failures:0 Errors:0
TEST-DBWS-UTILS
  Tests run:28 Failures:0 Errors:0
-----------------------------------

Build log: (/shared/rt/eclipselink/logs/bsb-trunk_nightly_100612-0005.log)
Test logs can be found on the download server at:
    http://www.eclipse.org/eclipselink/downloads/nightly.php
Build logs can be found on the download server at:
    http://www.eclipse.org/eclipselink/downloads/build-failures.php
-----------------------------------

SVN Changes since Last Build:
------------------------------------------------------------------------
r7598 | tware | 2010-06-11 13:13:15 -0400 (Fri, 11 Jun 2010)
Changed paths:
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/descriptors/ClassDescriptor.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/descriptors/InheritancePolicy.java
   A /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/inheritance/SeniorEngineer.java
   M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/inheritance/EntityManagerJUnitTestCase.java
------------------------------------------------------------------------
r7597 | mmacivor | 2010-06-11 11:28:33 -0400 (Fri, 11 Jun 2010)
Changed paths:
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/exceptions/DescriptorException.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/exceptions/i18n/DescriptorExceptionResource.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/mappings/XMLCompositeDirectCollectionMapping.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/mappings/XMLDirectMapping.java
   M /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/direct/team-oxm.xml
   M /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/direct/vehicles-oxm.xml
   M /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/oxm/mappings/binarydatacollection/identifiedbyname/withgroupingelement/BinaryDataCollectionByteObjectArrayTestCases.java
------------------------------------------------------------------------
r7594 | egwin | 2010-06-11 02:14:16 -0400 (Fri, 11 Jun 2010)
Changed paths:
   M /trunk/eclipselink-src.zip
   M /trunk/eclipselink.jar
------------------------------------------------------------------------
_______________________________________________
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