Skip to main content

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

Hi All,

The problem is the eclipselink generated stored function with "RETURN" doesn't work with MySQL 5.1.39(JDBC Driver is 5.1.10), MySQL needs "RETURNS" in stored function. I have entered bug 317603 about this.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=317603

Yiping

On 6/22/2010 10:25 AM, yiping zhao wrote:
It seems related to my changes in JUnitJPQLComplexTestSuite.java, I will take a look at it.

Yiping

On 6/22/2010 1:56 AM, eric.gwin@xxxxxxxxxx wrote:
Build summary for 2.2.0.v20100622-r7644
-----------------------------------
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:2537 Failures:0 Errors:1
TEST-WDF
  Tests run:816 Failures:0 Errors:1
TEST-MOXY
  Tests run:25842 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_100622-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:
------------------------------------------------------------------------
r7644 | gpelletie | 2010-06-21 12:00:15 -0400 (Mon, 21 Jun 2010)
Changed paths:
   M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/CompositePKTableCreator.java
   M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/CompositePKTableCreator.java
   M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/xml/merge/advanced/EntityMappingsMergeAdvancedJUnitTestCase.java
   M /trunk/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/EntityAccessor.java
------------------------------------------------------------------------
r7641 | yzhao | 2010-06-21 11:36:29 -0400 (Mon, 21 Jun 2010)
Changed paths:
   M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/jpql/JUnitJPQLComplexTestSuite.java
------------------------------------------------------------------------
r7638 | afischbach | 2010-06-21 10:15:47 -0400 (Mon, 21 Jun 2010)
Changed paths:
   M /trunk/jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/models/wdf/jpa1/employee/TravelProfile.java
   M /trunk/jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/tests/wdf/jpa1/generator/TestSequence.java
   M /trunk/jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/tests/wdf/jpa1/simple/TestBasicFieldTypes.java
   M /trunk/jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/tests/wdf/jpa1/simple/TestBasicPropertyTypes.java
------------------------------------------------------------------------
r7637 | egwin | 2010-06-19 01:54:14 -0400 (Sat, 19 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