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 Adrian,

  This bug is a known intermittent failure.

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

-Tom

Goerler, Adrian wrote:
Hi,

I can (sporadically) reproduce the issue
ComplexMultipleUnitOfWorkTest

Exception Description: The object [Address: 1450 Acme Cr., suite 4, Sudbury, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,538,350,262], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ.
But the same error occurred already on 02/09 so I am convinced that it hasn't been introduced by me.

-Adrian


Adrian Görler
SAP AG

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

-----Original Message-----
From: eclipselink-dev-bounces@xxxxxxxxxxx [mailto:eclipselink-dev-bounces@xxxxxxxxxxx] On Behalf Of eric.gwin@xxxxxxxxxx
Sent: Freitag, 18. Februar 2011 07:15
To: ejgwin@xxxxxxxxx; eclipselink-dev@xxxxxxxxxxx
Subject: [eclipselink-dev] BUILD STATUS:: trunk nightly build has test failures!

Build summary for 2.3.0.v20110218-r8989
-----------------------------------
Non-critical compilation issues (if any) reported in
the format [BUILDLOG_LINE#: NUMBER_OF_ERRORS]:
-----------------------------------
TEST-CORE
  Tests run:7853 Failures:0 Errors:2
TEST-JPA
  Tests run:2381 Failures:0 Errors:0
TEST-WDF
  Tests run:834 Failures:0 Errors:0
TEST-MOXY
  Tests run:28747 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_110218-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:
------------------------------------------------------------------------
r8989 | tware | 2011-02-17 15:40:36 -0500 (Thu, 17 Feb 2011)
Changed paths:
   M /trunk/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/weaving/MethodWeaver.java
------------------------------------------------------------------------
r8988 | gyorke | 2011-02-17 15:34:24 -0500 (Thu, 17 Feb 2011)
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/internal/databaseaccess/DatabasePlatform.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/identitymaps/AbstractIdentityMap.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/identitymaps/IdentityMap.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/identitymaps/IdentityMapManager.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/indirection/BasicIndirectionPolicy.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/indirection/ProtectedValueHolder.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/indirection/TransparentIndirectionPolicy.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/indirection/UnitOfWorkValueHolder.java
   A /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/indirection/WrappingValueHolder.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/queries/ContainerPolicy.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/queries/ListContainerPolicy.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/queries/MapContainerPolicy.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/queries/MappedKeyMapContainerPolicy.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/IdentityMapAccessor.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/AggregateCollectionMapping.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/AggregateObjectMapping.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/CollectionMapping.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/DirectCollectionMapping.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/DirectMapMapping.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/ObjectReferenceMapping.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/OneToManyMapping.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/OneToOneMapping.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/RelationTableMechanism.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/foundation/AbstractDirectMapping.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/mappings/foundation/MapKeyMapping.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/sessions/IdentityMapAccessor.java
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/sessions/interceptors/CacheInterceptor.java
   M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/xml/advanced/CacheAuditor.java
------------------------------------------------------------------------
r8986 | etang | 2011-02-17 15:29:40 -0500 (Thu, 17 Feb 2011)
Changed paths:
   M /trunk/jpa/eclipselink.jpa.test/websphere.xml
------------------------------------------------------------------------
r8981 | agoerler | 2011-02-17 12:49:41 -0500 (Thu, 17 Feb 2011)
Changed paths:
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/sessions/RepeatableWriteUnitOfWork.java
   M /trunk/jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java
   M /trunk/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java
------------------------------------------------------------------------
r8980 | agoerler | 2011-02-17 12:17:48 -0500 (Thu, 17 Feb 2011)
Changed paths:
   M /trunk/jpa/eclipselink.jpa.wdf.test/resource/eclipselink-wdf-jpa1-model/persistence.xml
   M /trunk/jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/framework/wdf/AbstractBaseTest.java
   M /trunk/jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/framework/wdf/JPAEnvironment.java
   A /trunk/jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestUpdateBatching.java
   M /trunk/jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java
   M /trunk/jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestDeleteQuery.java
------------------------------------------------------------------------
r8978 | tware | 2011-02-17 11:32:15 -0500 (Thu, 17 Feb 2011)
Changed paths:
   M /trunk/foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/indirection/WeavedObjectBasicIndirectionPolicy.java
   M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/inherited/BuildingBylaw.java
   M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/inherited/Bylaw.java
   A /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/inherited/CityNumberPair.java
   M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/models/jpa/inherited/InheritedTableManager.java
   M /trunk/jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/inherited/InheritedModelJunitTest.java
   M /trunk/jpa/org.eclipse.persistence.jpa/src/org/eclipse/persistence/internal/jpa/weaving/TransformerFactory.java
------------------------------------------------------------------------
_______________________________________________
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