Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Need stable build tonight for Milestone. WAS: BUILD STATUS:: trunk nightly build has test failures!

The failure from BatchCommitTransactionExceptionTest would appear to be related to James' changes to AbstractSession, namely (from line 569)

                // Ensure the transaction is rolledback on failure to commit.
                try {
                    accessor.rollbackTransaction(this);
                } catch (Exception ingore) {}

If I remove this change, the test passes on MySQL. That's the most details I have at this point, I have not dug any further. For now I will remove the test from the valid platform list to test against
and have entered the following bug to track:

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

Cheers,
Guy



On 28/01/2011 6:54 AM, Eric Gwin wrote:
Core failed last night with an failure in: BatchCommitTransactionExceptionTest
an the night before with a failure in: ComplexMultipleUnitOfWorkTest

There appeared to be no related transactions the the night before so the ComplexMultipleUnitOfWorkTest failure appeared intermittent.
Perhaps the same is true of the BatchCommitTransactionExceptionTest failure last night but there were changes to Core merged yesterday.

We need a stable build tonight so we can contribute a milestone to the Indigo train on Monday. Can these failures be looked into please?
If they are intermittent, please remove the test temporarily until it is fixed.

I'd also appreciate it if you held off on risky merges until after the milestone is announced.

Thanks.

-Eric

On 1/28/2011 1:00 AM, eric.gwin@xxxxxxxxxx wrote:
Build summary for 2.3.0.v20110128-r8892
-----------------------------------
Non-critical compilation issues (if any) reported in
the format [BUILDLOG_LINE#: NUMBER_OF_ERRORS]:
-----------------------------------
TEST-CORE
  Tests run:7853 Failures:0 Errors:1
TEST-JPA
  Tests run:2355 Failures:0 Errors:0
TEST-WDF
  Tests run:830 Failures:0 Errors:0
TEST-MOXY
  Tests run:28741 Failures:0 Errors:0
TEST-SDO
  Tests run:4531 Failures:0 Errors:0
TEST-DBWS
  Tests run:14 Failures:0 Errors:0
TEST-DBWS-BUILDER
  Tests run:33 Failures:0 Errors:0
-----------------------------------

Build log: (/shared/rt/eclipselink/logs/bsb-trunk_nightly_110128-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:
------------------------------------------------------------------------
r8892 | etang | 2011-01-27 16:05:53 -0500 (Thu, 27 Jan 2011)
Changed paths:
   M /trunk/jpa/eclipselink.jpa.osgi.test/build.xml
   M /trunk/jpa/eclipselink.jpa.osgi.test/resource/META-INF/MANIFEST.MF
   M /trunk/jpa/eclipselink.jpa.osgi.test/resource/config.ini
------------------------------------------------------------------------
r8891 | rbarkhous | 2011-01-27 13:10:28 -0500 (Thu, 27 Jan 2011)
Changed paths:
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/oxm/XMLContext.java
   M /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/dynamic/contextcreation-oxm.xml
   A /trunk/moxy/eclipselink.moxy.test/resource/org/eclipse/persistence/testing/jaxb/dynamic/contextcreation2.xsd
   M /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/dynamic/DynamicJAXBTestSuite.java
   A /trunk/moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/dynamic/DynamicJAXBUsingXMLNamesTestCases.java
   M /trunk/moxy/org.eclipse.persistence.moxy/src/org/eclipse/persistence/jaxb/JAXBContext.java
------------------------------------------------------------------------
r8888 | jsutherla | 2011-01-27 10:10:22 -0500 (Thu, 27 Jan 2011)
Changed paths:
   M /trunk/foundation/eclipselink.core.test/src/org/eclipse/persistence/testing/tests/performance/java/MethodTest.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/AbstractSession.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/platform/database/DerbyPlatform.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/tools/profiler/PerformanceMonitor.java
   M /trunk/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java
------------------------------------------------------------------------
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


--
-Eric

Oracle
Eric Gwin | Senior Software Developer
Phone: +613 288 4622 | | Fax: +613 2382818 | | Mobile: +613 8582347
Oracle Java Server Technologies
ORACLE Canada | 45 O'Connor St., Ottawa, Ontario | K1P 6L2

Green
              Oracle Oracle is committed to developing practices and products that help protect the environment

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

Back to the top