Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Re: What is the expected result for the junit tests?

Title: Unit Test Results
Mitesh,
    Hi, Here attached are the nightly JPA and Core SRG/LRG results from 2009-02-13.
    These are run on Oracle 11 on an x86 based JVM - they may not show the same results as the published results running on MySQL and the PPC based JVM.

    Core srg 295,0(fail),2(errors) and lrg 4671,0,3
    JPA srg 156,1,0 and 1185,2,2

    We may want to setup an additional script to copy these alternate results for users that have access to this type of setup.
    It looks like you get the same 2 errors, you fixed 2 of the failures mentioned below, but you are getting 8 new failures - they may be DB differences.
    If your before/after results agree at 8,2 which is a small # of failures - then you should be ok with these numbers.

    thank you
    /michael

Mitesh Meswani wrote:
With the attachment this time :)

Mitesh Meswani wrote:
Attached are my results of running "ant test-jpa" against MySQL on a clean workspace  There are 8 failures and 2 errors.  Is it the expected result against current workspace?

We also seem to have an issue while running the JPA tests against nightly build.  The recent runs have failed with error "Forked Java VM exited abnormally. Please note the time in the report does not reflect the time until the VM exit". Some old runs show 230+ failures. It would be nice to have a clean nightly run to compare against.

Thanks,
Mitesh




Unit Test Results


Designed for use with JUnit and Ant.

Summary

Tests Failures Errors Success rate Time
1093 8 2 99.09% 422.911
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Name Tests Errors Failures Time(s) Time Stamp Host
org.eclipse.persistence.testing.tests.jpa 1093 2 8 422.911 2009-02-14T00:04:17 mitesh-linux

Package org.eclipse.persistence.testing.tests.jpa

Name Tests Errors Failures Time(s) Time Stamp Host
FullRegressionTestSuite 1093 2 8 422.911 2009-02-14T00:04:17 mitesh-linux
Back to top

TestCase FullRegressionTestSuite

Name Status Type Time(s)
testDeadLockOnReadLock Error Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'cmp.cmp3_department_seq' doesn't exist Error Code: 1146 Call: UPDATE CMP3_DEPARTMENT_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? bind => [50, DEPT_SEQ] Query: DataModifyQuery(sql="UPDATE CMP3_DEPARTMENT_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?")

Local Exception Stack:
Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.20090213-SNAPSHOT): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'cmp.cmp3_department_seq' doesn't exist
Error Code: 1146
Call: UPDATE CMP3_DEPARTMENT_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
bind => [50, DEPT_SEQ]
Query: DataModifyQuery(sql="UPDATE CMP3_DEPARTMENT_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?")
at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:313)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:767)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:833)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:558)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:501)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:876)
at org.eclipse.persistence.internal.sessions.IsolatedClientSession.executeCall(IsolatedClientSession.java:132)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:205)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:191)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:234)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:214)
at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:85)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:2247)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1143)
at org.eclipse.persistence.sequencing.QuerySequence.update(QuerySequence.java:330)
at org.eclipse.persistence.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:269)
at org.eclipse.persistence.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:71)
at org.eclipse.persistence.sequencing.Sequence.getGeneratedVector(Sequence.java:246)
at org.eclipse.persistence.internal.sequencing.SequencingManager$Preallocation_Transaction_NoAccessor_State.getNextValue(SequencingManager.java:463)
at org.eclipse.persistence.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:905)
at org.eclipse.persistence.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:70)
at org.eclipse.persistence.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:277)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.assignSequenceNumber(UnitOfWorkImpl.java:402)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:3991)
at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:359)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3938)
at org.eclipse.persistence.internal.jpa.EntityManagerImpl.persist(EntityManagerImpl.java:282)
at org.eclipse.persistence.testing.tests.jpa.advanced.concurrency.ConcurrencyTest.testDeadLockOnReadLock(ConcurrencyTest.java:50)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'cmp.cmp3_department_seq' doesn't exist
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
at com.mysql.jdbc.Util.getInstance(Util.java:381)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1030)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1734)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2019)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1937)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1922)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:758)
7.172
testSetup Success
4.518
testNamedNativeQuery Success
0.004
testSetup Success
3.411
testContains Success
0.625
testEvictClassObject Success
0.049
testEvictClass Success
0.013
testEvictAll Success
0.019
testSetup Success
3.750
testPersistThenRemoveCalls Success
0.014
testRemoveUnmanagedNewEntity Success
0.004
testPersistOnRegisteredObject Success
0.008
testPreUpdateEvent_UpdateAltered Success
0.015
testPreUpdateEvent_UpdateReverted Success
0.020
testMergeCascadeTriggersPrePersist Success
0.006
testSetup Success
3.457
testWeaving Success
0.001
testClearEntityManagerWithoutPersistenceContext Success
0.000
testUpdateAllProjects Success
0.074
testUpdateUsingTempStorage Success
0.118
testSequenceObjectDefinition Success
0.000
testFindDeleteAllPersist Success
0.082
testExtendedPersistenceContext Failure empNew is in the db after the third transaction rolled back

junit.framework.AssertionFailedError: empNew is in the db after the third transaction rolled back
at org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testExtendedPersistenceContext(EntityManagerJUnitTestSuite.java:2944)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
0.111
testRemoveFlushFind Success
0.029
testRemoveFlushPersistContains Success
0.028
testTransactionRequired Success
0.003
testSubString Success
0.019
testFlushModeOnUpdateQuery Success
0.047
testAnnotationDefaultLockModeNONEOnUpdateQuery Success
0.041
testContainsRemoved Success
0.014
testRefreshRemoved Success
0.021
testRefreshNotManaged Success
0.000
testDoubleMerge Success
0.007
testDescriptorNamedQueryForMultipleQueries Success
0.007
testDescriptorNamedQuery Failure null

junit.framework.AssertionFailedError: null
at org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testDescriptorNamedQuery(EntityManagerJUnitTestSuite.java:6357)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
0.008
testClearEntityManagerWithoutPersistenceContextSimulateJTA Success
0.002
testMultipleEntityManagerFactories Success
6.611
testOneToManyDefaultJoinTableName Success
0.032
testClosedEmShouldThrowException Success
0.001
testRollbackOnlyOnException Success
0.000
testUpdateAllProjectsWithNullTeamLeader Success
0.099
testUpdateAllLargeProjectsWithNullTeamLeader Success
0.094
testUpdateAllSmallProjectsWithNullTeamLeader Success
0.054
testUpdateAllProjectsWithName Success
0.041
testUpdateAllLargeProjectsWithName Success
0.052
testUpdateAllSmallProjectsWithName Success
0.071
testUpdateAllLargeProjects Success
0.034
testUpdateAllSmallProjects Success
0.030
testUpdateUsingTempStorageWithParameter Success
0.132
testDeleteAllLargeProjectsWithNullTeamLeader Success
0.060
testDeleteAllSmallProjectsWithNullTeamLeader Success
0.018
testDeleteAllProjectsWithNullTeamLeader Success
0.067
testDeleteAllPhonesWithNullOwner Success
0.004
testSetFieldForPropertyAccessWithNewEM Success
0.065
testSetFieldForPropertyAccessWithRefresh Success
0.066
testSetFieldForPropertyAccess Success
0.054
testInitializeFieldForPropertyAccess Success
0.026
testCascadePersistToNonEntitySubclass Success
0.008
testCascadeMergeManaged Success
0.031
testCascadeMergeDetached Success
0.023
testPrimaryKeyUpdatePKFK Success
0.025
testPrimaryKeyUpdateSameValue Success
0.004
testPrimaryKeyUpdate Success
0.006
testRemoveNull Success
0.000
testClearNull Success
0.000
testContainsNull Success
0.000
testPersistNull Success
0.000
testMergeNull Success
0.000
testMergeRemovedObject Success
0.014
testClearRemovedObject Success
0.014
testMergeDetachedObject Success
0.008
testSerializedLazy Success
0.045
testCloneable Success
0.030
testLeftJoinOneToOneQuery Success
0.006
testNullifyAddressIn Success
0.010
testQueryOnClosedEM Success
0.001
testIncorrectBatchQueryHint Success
0.002
testFetchQueryHint Success
0.069
testBatchQueryHint Success
0.072
testQueryHints Success
0.004
testParallelMultipleFactories Success
0.001
testMultipleFactories Success
2.854
testPersistenceProperties Success
0.000
testGetProperties Success
0.000
testBeginTransactionCloseCommitTransaction Success
0.057
testBeginTransactionClose Success
0.001
testClose Success
0.000
testPersistOnNonEntity Success
0.000
testClearNonEntity Success
0.001
testWRITELock Success
0.027
testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh_Flush Success
0.088
testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh Success
0.043
testReadTransactionIsolation_OriginalInCache_UpdateAll_Flush Success
0.037
testReadTransactionIsolation_OriginalInCache_UpdateAll Success
0.038
testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh_Flush Success
0.039
testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh Success
0.039
testReadTransactionIsolation_OriginalInCache_CustomUpdate_Flush Success
0.029
testReadTransactionIsolation_OriginalInCache_CustomUpdate Success
0.027
testReadTransactionIsolation_UpdateAll_Refresh_Flush Success
0.040
testReadTransactionIsolation_UpdateAll_Refresh Success
0.047
testReadTransactionIsolation_UpdateAll_Flush Success
0.035
testReadTransactionIsolation_UpdateAll Success
0.053
testReadTransactionIsolation_CustomUpdate_Refresh_Flush Success
0.032
testReadTransactionIsolation_CustomUpdate_Refresh Success
0.046
testReadTransactionIsolation_CustomUpdate_Flush Success
0.029
testReadTransactionIsolation_CustomUpdate Success
0.029
testClearInTransaction Success
0.014
testClearWithFlush Success
0.021
testClear Success
0.004
testEMFClose Success
0.000
testCheckVersionOnMerge Success
0.007
testFindWithNullPk Success
0.000
testFindWithWrongTypePk Success
0.000
testPersistManagedNoException Success
0.010
testPersistManagedException Success
0.004
testClearManagedObject Success
0.010
testClearNonManagedObject Success
0.001
testPersistRemoved Failure i=10: Transaction secondFlush RolledBack employeeReadFromCache == null; employeeReadFromDB == null; i=16: firstFlush secondFlush thirdFlush RolledBack employeeReadFromDB != null; i=20: firstFlush thirdFlush RolledBack employeeReadFromDB != null; i=22: firstFlush RolledBack employeeReadFromDB != null; i=24: secondFlush thirdFlush RolledBack employeeReadFromDB != null; i=28: thirdFlush RolledBack employeeReadFromDB != null;

junit.framework.AssertionFailedError: i=10: Transaction secondFlush RolledBack employeeReadFromCache == null; employeeReadFromDB == null; i=16: firstFlush secondFlush thirdFlush RolledBack employeeReadFromDB != null; i=20: firstFlush thirdFlush RolledBack employeeReadFromDB != null; i=22: firstFlush RolledBack employeeReadFromDB != null; i=24: secondFlush thirdFlush RolledBack employeeReadFromDB != null; i=28: thirdFlush RolledBack employeeReadFromDB != null;
at org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testPersistRemoved(EntityManagerJUnitTestSuite.java:1748)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
0.459
testIgnoreRemovedObjectsOnDatabaseSync Success
0.050
testIdentityOutsideTransaction Success
0.005
testIdentityInsideTransaction Success
0.002
testDatabaseSyncNewObject Success
0.001
testSetRollbackOnly Success
0.026
testFlushModeEmCommitQueryAuto Success
0.015
testFlushModeEmCommit Success
0.009
testFlushModeEmCommitQueryCommit Success
0.009
testFlushModeEmAutoQueryAuto Success
0.012
testFlushModeEmAuto Success
0.013
testFlushModeEmAutoQueryCommit Success
0.010
testCacheUsage Success
0.025
testSequencePreallocationUsingCallbackTest Success
0.012
testForceSQLExceptionFor219097 Success
0.004
testRefreshInvalidateDeletedObject Success
0.008
testClearWithFlush2 Success
0.170
testEMFWrapValidationException Success
0.177
testEMDefaultTxType Success
0.001
testMergeNewObject Success
0.001
testMergeNewObject2 Success
0.005
testMergeNewObject3_UseSequencing Success
0.001
testMergeNewObject3_DontUseSequencing Success
0.013
testCreateEntityManagerFactory Success
0.001
testCreateEntityManagerFactory2 Success
0.027
testPessimisticLockHintStartsTransaction Success
0.005
testManyToOnePersistCascadeOnFlush Success
0.006
testDiscoverNewReferencedObject Success
0.031
testBulkDeleteThenMerge Success
0.030
testNativeSequences Success
0.001
testGetReference Success
0.009
testGetLockModeType Success
0.022
testGetEntityManagerFactory Success
0.004
testGetReferenceUpdate Success
0.022
testGetReferenceUsedInUpdate Success
0.019
testBadGetReference Success
0.003
testClassInstanceConverter Success
0.024
test210280EntityManagerFromPUwithSpaceInNameButNotInPath Success
0.098
test210280EntityManagerFromPUwithSpaceInPathButNotInName Success
0.215
test210280EntityManagerFromPUwithSpaceInNameAndPath Success
0.111
testNewObjectNotCascadePersist Success
0.000
testConnectionPolicy Success
0.002
testConverterIn Success
0.004
testExceptionForPersistNonEntitySubclass Success
0.001
testEnabledPersistNonEntitySubclass Success
0.000
testCloneEmbeddable Success
0.000
testCloseOnCommit Success
0.028
testPersistOnCommit Success
0.044
testFlushMode Success
0.004
testEmbeddedNPE Success
0.101
testCollectionAddNewObjectUpdate Success
0.035
testUnWrapClass Success
0.002
testEMCloseAndOpen Success
60.559
testEMFactoryCloseAndOpen Success
5.456
testInheritanceNoDiscriminatorColumn Success
0.011
testComplicateResultWithInheritance Success
0.027
testRefresh Success
0.045
testBindParameters Success
0.005
testBindParametersWithPostitional Success
0.004
testSimpleInheritance Success
0.013
testPessimisticLocking Success
0.006
testComplicateResults Success
0.006
testSetup Success
3.567
testProjectJoinTeamMembers Success
0.180
testProjectJoinTeamLeaderJoinAddressWhereTeamLeaderNotNull Success
0.040
testProjectJoinTeamMembersJoinAddress Success
0.125
testProjectOuterJoinTeamMembersJoinAddress Success
0.117
testProjectOuterJoinTeamMembersOuterJoinAddress Success
0.120
testProjectJoinTeamMembersOuterJoinAddress Success
0.143
testProblemReporterProjectJoinTeamMembersJoinAddress Success
0.027
testEmployeeJoinProjects Success
0.094
testEmployeeJoinProjectsOnUOW Success
0.063
testEmployeeJoinProjectsJoinTeamLeaderJoinAddressWhereManagerIsNull Success
0.028
testProjectOuterJoinTeamLeaderAddressTeamMembersAddressPhonesWhereProjectName Success
0.050
testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhones Success
0.266
testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhonesOnUOW Success
0.259
testEmployeeJoinManagerAddressOuterJoinManagerAddress Success
0.050
testTwoUnrelatedResultWithOneToManyJoins Success
3.616
testMultipleUnrelatedResultWithOneToManyJoins Success
3.808
testTwoUnrelatedResultWithOneToOneJoins Success
3.892
testTwoUnrelatedResultWithOneToOneJoinsWithExtraItem Success
3.838
testSimpleReturnDirectToField Success
0.002
testSimpleReturnObject Success
0.007
testReturnObjectAndDirectToField Success
0.007
testReturnUnrelatedObjectAndDirectToField Success
0.031
testInheritanceMultiTableException Success
0.003
testReturnRootObject Success
0.009
testSetup Success
3.798
testPhoneCountGroupByOwner Success
0.243
testPhoneCountGroupByOwnersAddress Success
0.437
testProjectCountGroupByTeamMembers Success
0.247
testProjectCountGroupByTeamMemberAddress Success
0.270
testProjectCountGroupByTeamMemberPhone Success
0.284
testSetup Success
3.921
testExtendedPersistenceContext Success
0.008
testSetup Success
3.939
testSimpleConstructorExpression Success
0.004
testSimpleConstructorExpressionWithNamedQuery Success
0.007
testMultipleTypeConstructorExpression Success
0.006
testNonExistantConstructorConstructorExpression Success
0.001
testPrimitiveConstructorExpression Success
0.005
testConstructorEJBQLWithInheritance Success
0.002
testConstructorExpressionWithOtherAttributes Success
0.004
testSetup Success
3.742
testCreateProjects Success
0.007
testCreateEmployeeWithFlush Success
0.017
testVersionUpdateWithCorrectValue Success
0.007
testVersionUpdateWithIncorrectValue Success
0.006
testVersionUpdateWithNullValue Success
0.005
testSetup Success
4.094
testExistenceCheckingSetting Success
0.000
testJoinFetchAnnotation Success
0.000
testVerifyEmployeeCacheSettings Success
0.001
testVerifyEmployeeCustomizerSettings Success
0.000
testUpdateEmployee Success
0.022
testVerifyUpdatedEmployee Success
0.005
testCreateNewBuyer Success
0.013
testVerifyNewBuyer Success
0.008
testBuyerOptimisticLocking Success
0.013
testGiveFredASexChange Success
0.008
testUpdatePenelopesPhoneNumberStatus Success
0.033
testRemoveJillWithPrivateOwnedPhoneNumbers Success
0.032
testCreateNewEquipment Success
0.009
testAddNewEquipmentToDepartment Success
0.008
testRemoveDepartmentWithPrivateOwnedEquipment Success
0.017
testUpdateReadOnlyEquipmentCode Success
0.003
testNamedStoredProcedureQuery Success
0.032
testNamedStoredProcedureQueryInOut Success
0.007
testNamedStoredProcedureQueryWithRawData Success
0.007
testModifyNamedStoredProcedureQueryWithRawData Success
0.008
testNamedStoredProcedureQueryWithResultSetMapping Success
0.008
testNamedStoredProcedureQueryWithResultSetFieldMapping Success
0.008
testMethodBasedTransformationMapping Success
0.014
testClassBasedTransformationMapping Success
0.014
testProperty Success
0.001
testBackpointerOnMerge Success
0.006
testUnidirectionalPersist Success
0.069
testUnidirectionalUpdate Success
0.067
testUnidirectionalFetchJoin Success
0.051
testUnidirectionalTargetLocking_AddRemoveTarget Success
0.067
testUnidirectionalTargetLocking_DeleteSource Success
0.163
testSetup Success
3.863
testGF1818 Success
0.005
testEL254937 Success
0.012
testGF1894 Success
0.010
testGF894 Success
0.007
testManAndWoman Success
0.015
testStringArrayField Success
0.007
testSetup Success
3.734
testCreateDepartment Success
0.008
testCreateScientists Success
0.031
testReadDepartment Success
0.001
testReadJuniorScientist Success
0.002
testAnyAndAll Success
0.026
testDepartmentAdmin Success
0.013
testSetup Success
3.342
testNamedNativeQuery Success
0.001
testSetup Success
3.464
testPersistThenRemoveCalls Success
0.008
testRemoveUnmanagedNewEntity Success
0.004
testPersistOnRegisteredObject Success
0.004
testPreUpdateEvent_UpdateAltered Success
0.011
testPreUpdateEvent_UpdateReverted Success
0.011
testSetup Success
3.185
testWeaving Success
0.000
testClearEntityManagerWithoutPersistenceContext Success
0.000
testUpdateAllProjects Success
0.045
testUpdateUsingTempStorage Success
0.140
testSequenceObjectDefinition Success
0.009
testFindDeleteAllPersist Success
0.091
testExtendedPersistenceContext Failure empNew is in the db after the third transaction rolled back

junit.framework.AssertionFailedError: empNew is in the db after the third transaction rolled back
at org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerJUnitTestSuite.testExtendedPersistenceContext(EntityManagerJUnitTestSuite.java:1609)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
0.077
testRemoveFlushFind Success
0.023
testRemoveFlushPersistContains Success
0.026
testTransactionRequired Success
0.000
testSubString Success
0.017
testFlushModeOnUpdateQuery Success
0.037
testContainsRemoved Success
0.010
testRefreshRemoved Success
0.016
testRefreshNotManaged Success
0.000
testDoubleMerge Success
0.008
testDescriptorNamedQueryForMultipleQueries Success
0.007
testDescriptorNamedQuery Failure null

junit.framework.AssertionFailedError: null
at org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerJUnitTestSuite.testDescriptorNamedQuery(EntityManagerJUnitTestSuite.java:4235)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
0.006
testClearEntityManagerWithoutPersistenceContextSimulateJTA Success
0.001
testMultipleEntityManagerFactories Success
1.256
testOneToManyDefaultJoinTableName Success
0.008
testClosedEmShouldThrowException Success
0.000
testRollbackOnlyOnException Success
0.001
testUpdateAllProjectsWithNullTeamLeader Success
0.079
testUpdateAllLargeProjectsWithNullTeamLeader Success
0.062
testUpdateAllSmallProjectsWithNullTeamLeader Success
0.042
testUpdateAllProjectsWithName Success
0.036
testUpdateAllLargeProjectsWithName Success
0.041
testUpdateAllSmallProjectsWithName Success
0.035
testUpdateAllLargeProjects Success
0.036
testUpdateAllSmallProjects Success
0.040
testUpdateUsingTempStorageWithParameter Success
0.051
testDeleteAllLargeProjectsWithNullTeamLeader Success
0.028
testDeleteAllSmallProjectsWithNullTeamLeader Success
0.015
testDeleteAllProjectsWithNullTeamLeader Success
0.025
testDeleteAllPhonesWithNullOwner Success
0.003
testSetFieldForPropertyAccessWithNewEM Success
0.026
testSetFieldForPropertyAccessWithRefresh Success
0.029
testSetFieldForPropertyAccess Success
0.023
testInitializeFieldForPropertyAccess Success
0.016
testCascadePersistToNonEntitySubclass Success
0.006
testCascadeMergeManaged Success
0.014
testCascadeMergeDetached Success
0.012
testPrimaryKeyUpdatePKFK Success
0.009
testPrimaryKeyUpdateSameValue Success
0.003
testPrimaryKeyUpdate Success
0.004
testRemoveNull Success
0.000
testContainsNull Success
0.000
testPersistNull Success
0.000
testMergeNull Success
0.000
testMergeRemovedObject Success
0.009
testMergeDetachedObject Error Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.20090213-SNAPSHOT): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '51' for key 1 Error Code: 1062 Call: INSERT INTO CMP3_FA_DEPT (ID, NAME) VALUES (?, ?) bind => [51, ] Query: WriteObjectQuery(org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Department@175e9db)

javax.persistence.RollbackException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.20090213-SNAPSHOT): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '51' for key 1
Error Code: 1062
Call: INSERT INTO CMP3_FA_DEPT (ID, NAME) VALUES (?, ?)
bind => [51, ]
Query: WriteObjectQuery(org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Department@175e9db)
at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:102)
at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.commitTransaction(JUnitTestCase.java:211)
at org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerJUnitTestSuite.testMergeDetachedObject(EntityManagerJUnitTestSuite.java:2795)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.20090213-SNAPSHOT): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '51' for key 1
Error Code: 1062
Call: INSERT INTO CMP3_FA_DEPT (ID, NAME) VALUES (?, ?)
bind => [51, ]
Query: WriteObjectQuery(org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Department@175e9db)
at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:313)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:767)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:833)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:558)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:501)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:876)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:205)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:191)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:330)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:162)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:177)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:461)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.performUserDefinedWrite(DatabaseQueryMechanism.java:547)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.performUserDefinedInsert(DatabaseQueryMechanism.java:515)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:392)
at org.eclipse.persistence.queries.WriteObjectQuery.executeCommitWithChangeSet(WriteObjectQuery.java:121)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:286)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1129)
at org.eclipse.persistence.mappings.ObjectReferenceMapping.insert(ObjectReferenceMapping.java:879)
at org.eclipse.persistence.mappings.ObjectReferenceMapping.preInsert(ObjectReferenceMapping.java:493)
at org.eclipse.persistence.descriptors.DescriptorQueryManager.preInsert(DescriptorQueryManager.java:997)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:415)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:286)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1129)
at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:195)
at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:103)
at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:3179)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1271)
at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:468)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1366)
at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:160)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1032)
at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:84)
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry '51' for key 1
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
at com.mysql.jdbc.Util.getInstance(Util.java:381)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1015)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3491)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3423)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1936)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2060)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2542)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1734)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2019)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1937)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1922)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:758)
0.015
testSerializedLazy Success
0.042
testCloneable Success
0.014
testLeftJoinOneToOneQuery Success
0.003
testNullifyAddressIn Success
0.007
testQueryOnClosedEM Success
0.001
testIncorrectBatchQueryHint Success
0.001
testFetchQueryHint Success
0.059
testBatchQueryHint Success
0.043
testQueryHints Success
0.001
testParallelMultipleFactories Success
0.026
testMultipleFactories Success
0.000
testPersistenceProperties Success
0.000
testBeginTransactionCloseCommitTransaction Success
0.027
testBeginTransactionClose Success
0.000
testClose Success
0.000
testPersistOnNonEntity Success
0.000
testWRITELock Success
0.015
testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh_Flush Success
0.036
testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh Success
0.041
testReadTransactionIsolation_OriginalInCache_UpdateAll_Flush Success
0.032
testReadTransactionIsolation_OriginalInCache_UpdateAll Success
0.029
testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh_Flush Success
0.028
testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh Success
0.029
testReadTransactionIsolation_OriginalInCache_CustomUpdate_Flush Success
0.025
testReadTransactionIsolation_OriginalInCache_CustomUpdate Success
0.024
testReadTransactionIsolation_UpdateAll_Refresh_Flush Success
0.033
testReadTransactionIsolation_UpdateAll_Refresh Success
0.060
testReadTransactionIsolation_UpdateAll_Flush Success
0.034
testReadTransactionIsolation_UpdateAll Success
0.032
testReadTransactionIsolation_CustomUpdate_Refresh_Flush Success
0.041
testReadTransactionIsolation_CustomUpdate_Refresh Success
0.042
testReadTransactionIsolation_CustomUpdate_Flush Success
0.026
testReadTransactionIsolation_CustomUpdate Success
0.025
testClearInTransaction Success
0.010
testClearWithFlush Success
0.015
testClear Success
0.003
testCheckVersionOnMerge Success
0.006
testFindWithNullPk Success
0.000
testFindWithWrongTypePk Success
0.000
testPersistManagedNoException Success
0.013
testPersistManagedException Success
0.005
testPersistRemoved Failure i=10: Transaction secondFlush RolledBack employeeReadFromCache == null; employeeReadFromDB == null; i=16: firstFlush secondFlush thirdFlush RolledBack employeeReadFromDB != null; i=20: firstFlush thirdFlush RolledBack employeeReadFromDB != null; i=22: firstFlush RolledBack employeeReadFromDB != null; i=24: secondFlush thirdFlush RolledBack employeeReadFromDB != null; i=28: thirdFlush RolledBack employeeReadFromDB != null;

junit.framework.AssertionFailedError: i=10: Transaction secondFlush RolledBack employeeReadFromCache == null; employeeReadFromDB == null; i=16: firstFlush secondFlush thirdFlush RolledBack employeeReadFromDB != null; i=20: firstFlush thirdFlush RolledBack employeeReadFromDB != null; i=22: firstFlush RolledBack employeeReadFromDB != null; i=24: secondFlush thirdFlush RolledBack employeeReadFromDB != null; i=28: thirdFlush RolledBack employeeReadFromDB != null;
at org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerJUnitTestSuite.testPersistRemoved(EntityManagerJUnitTestSuite.java:982)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
0.346
testREADLock Success
0.013
testIgnoreRemovedObjectsOnDatabaseSync Success
0.042
testIdentityOutsideTransaction Success
0.004
testIdentityInsideTransaction Success
0.001
testDatabaseSyncNewObject Success
0.001
testSetRollbackOnly Success
0.021
testFlushModeEmCommitQueryAuto Success
0.015
testFlushModeEmCommit Success
0.011
testFlushModeEmCommitQueryCommit Success
0.010
testFlushModeEmAutoQueryAuto Success
0.013
testFlushModeEmAuto Success
0.014
testFlushModeEmAutoQueryCommit Success
0.011
testCacheUsage Success
0.018
testSuperclassFieldInSubclass Success
0.013
testCopyingAddress Success
0.001
testSequencePreallocationUsingCallbackTest Success
1.344
testInheritanceNoDiscriminatorColumn Success
0.007
testComplicateResultWithInheritance Success
0.026
testRefresh Success
0.048
testBindParameters Success
0.007
testBindParametersWithPostitional Success
0.007
testSimpleInheritance Success
0.016
testPessimisticLocking Success
0.006
testComplicateResults Success
0.005
testSetup Success
3.394
testProjectJoinTeamMembers Success
0.101
testProjectJoinTeamLeaderJoinAddressWhereTeamLeaderNotNull Success
0.047
testProjectJoinTeamMembersJoinAddress Success
0.135
testProjectOuterJoinTeamMembersJoinAddress Success
0.120
testProjectOuterJoinTeamMembersOuterJoinAddress Success
0.135
testProjectJoinTeamMembersOuterJoinAddress Success
0.103
testProblemReporterProjectJoinTeamMembersJoinAddress Success
0.037
testEmployeeJoinProjects Success
0.091
testEmployeeJoinProjectsJoinTeamLeaderJoinAddressWhereManagerIsNull Success
0.020
testProjectOuterJoinTeamLeaderAddressTeamMembersAddressPhonesWhereProjectName Success
0.043
testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhones Success
0.249
testEmployeeJoinManagerAddressOuterJoinManagerAddress Success
0.043
testTwoUnrelatedResultWithOneToManyJoins Success
3.331
testMultipleUnrelatedResultWithOneToManyJoins Success
3.387
testTwoUnrelatedResultWithOneToOneJoins Success
3.379
testTwoUnrelatedResultWithOneToOneJoinsWithExtraItem Success
3.570
testSimpleReturnDirectToField Success
0.002
testSimpleReturnObject Success
0.015
testReturnObjectAndDirectToField Success
0.010
testReturnUnrelatedObjectAndDirectToField Success
0.017
testInheritanceMultiTableException Success
0.002
testReturnRootObject Success
0.012
testSetup Success
3.578
testExtendedPersistenceContext Success
0.016
testSetup Success
3.661
testSimpleConstructorExpression Success
0.003
testSimpleConstructorExpressionWithNamedQuery Success
0.003
testMultipleTypeConstructorExpression Success
0.004
testNonExistantConstructorConstructorExpression Success
0.000
testPrimitiveConstructorExpression Success
0.003
testConstructorEJBQLWithInheritance Success
0.001
testConstructorExpressionWithOtherAttributes Success
0.003
testSetup Success
3.546
testCreateProjects Success
0.007
testCreateEmployeeWithFlush Success
0.014
testVersionUpdateWithCorrectValue Success
0.004
testVersionUpdateWithIncorrectValue Success
0.006
testVersionUpdateWithNullValue Success
0.005
testSetup Success
3.264
testJoinFetchAnnotation Success
0.000
testVerifyEmployeeCustomizerSettings Success
0.000
testUpdateEmployee Success
0.029
testVerifyUpdatedEmployee Success
0.012
testCreateNewBuyer Success
0.014
testVerifyNewBuyer Success
0.006
testBuyerOptimisticLocking Success
0.017
testGiveFredASexChange Success
0.020
testUpdatePenelopesPhoneNumberStatus Success
0.034
testRemoveJillWithPrivateOwnedPhoneNumbers Success
0.016
testCreateNewEquipment Success
0.008
testAddNewEquipmentToDepartment Success
0.006
testRemoveDepartmentWithPrivateOwnedEquipment Success
0.012
testUpdateReadOnlyEquipmentCode Success
0.002
testNamedStoredProcedureQuery Success
0.008
testNamedStoredProcedureQueryInOut Success
0.006
testNamedStoredProcedureQueryWithRawData Success
0.006
testSetup Success
2.668
testGF1818 Success
0.004
testGF1894 Success
0.007
testGF894 Success
0.006
testManAndWoman Success
0.011
testStringArrayField Success
0.004
testBUG241388 Success
0.013
testZeroId Success
0.020
testSetup Success
0.467
selfReferencingManyToManyTest Success
0.010
testManyToManyClearDelete Success
0.009
testLeftTrimWithTrimChar Success
0.702
testLeftTrimWithoutTrimChar Success
0.654
testRightTrimWithTrimChar Success
0.672
testRightTrimWithoutTrimChar Success
0.796
testTrimWithTrimChar Success
0.726
testTrimWithoutTrimChar Success
0.657
testLocateWithSingleArgument Success
0.829
testLocateWithDoubleArgument Success
0.785
testSetup Success
0.184
testInsertVirtualAttribute Success
0.010
testReadVirtualAttribute Success
0.000
testUpdateVirtualAttribute Success
0.004
testDeleteVirtualAttribute Success
0.007
testSetup Success
0.749
testMarshal Success
0.124
testSetup Success
2.519
testPrePersistBusOverrideAndAbstractInheritAndDefault Success
0.010
testPostPersistBusInheritAndDefault Success
0.010
testPostLoadBusInheritAndDefault Success
0.000
testPrePersistSportsCarInheritAndExcludeDefault Success
0.007
testPostPersistSportsCarInheritAndExcludeDefault Success
0.005
testPrePersistSportsCarOverride Success
0.005
testSetup Success
3.038
test_null Success
0.221
test_nullNonDeferred Success
0.193
test_ownerTOP Success
0.463
test_fuelTypePetrol Success
0.288
test_schoolBusNullDriver Success
0.103
test_ownerOwnsNonFueledVehicle Success
0.281
testSetup Success
3.007
testPersistPolymorphicRelationship Success
0.014
testAssociationWithEmbeddedIdSubclassEntityInJoinedStrategy Success
0.017
testUpateTireInfo Success
0.009
testSetup Success
3.031
testCreateNewMudTire Success
0.011
testCreateNewRockTire Success
0.004
testReadNewMudTire Success
0.002
testReadNewRockTire Success
0.002
testSetup Success
2.782
testVehicleJoinCompany Success
0.088
testVehicleJoinCompanyWherePassengerCapacity Success
0.081
testCompanyJoinVehicles Success
0.074
testCompanyJoinVehiclesWhereNameTOP Success
0.046
testSetup Success
3.664
testCreateAssassinWithGun Success
0.010
testValidateAssassinWithGun Success
0.012
testValidateGunToAssassin Success
0.005
testAddDirectElimination Success
0.010
testValidateDirectElimination Success
0.009
testAddIndirectElimination Success
0.013
testValidateIndirectElimination Success
0.015
testValidateAssassinWithBombAndEliminations Success
0.012
testNamedQueryFindAllWeapons Success
0.018
testNamedQueryFindAllWeaponsWhereDescriptionContainsSniper Success
0.009
testCreateNewSocialClubsWithMembers Success
0.028
testValidateSocialClub1Members Success
0.017
testValidateSocialClub2Members Success
0.013
testValidateSocialClub3Members Success
0.006
testAssassinOptimisticLocking Success
0.016
testSpecialAssassinOptimisticLocking Success
0.007
testAssassinOptimisticLockingUsingEntityManagerAPI Success
0.011
testGunOptimisticLocking Success
0.008
testUpdateAllQuery Success
0.018
testSetup Success
1.843
testInitialize Success
0.037
test1 Success
0.038
testInitialize Success
0.018
test2 Success
0.031
testInitialize Success
0.018
test3 Success
0.033
testInitialize Success
0.027
test1 Success
0.041
testInitialize Success
0.018
test2 Success
0.029
testInitialize Success
0.020
test3 Success
0.036
testSetup Success
2.596
testCreateBlue Success
0.007
testReadBlue Success
0.002
testCreateBeerConsumer Success
0.006
testCreateNoviceBeerConsumer Success
0.018
testCreateExpertBeerConsumer Success
0.023
testReadNoviceBeerConsumer Success
0.008
testReadExpertBeerConsumer Success
0.011
testUpdateBeerConsumer Success
0.014
testInheritedClone Success
0.031
testCascadeRemove Success
0.008
testSetup Success
2.589
testPreAndPostPersistAlpine Success
0.006
testPrePersistAlpineOnMerge Success
0.005
testPrePersistAlpineAndSerialNumberOnBeerConsumerMerge Success
0.008
testPreAndPostPersistBeerConsumer Success
0.003
testPostLoadOnFind Success
0.001
testPostLoadOnRefresh Success
0.004
testPreAndPostUpdate Success
0.002
testPreAndPostRemove Success
0.008
testSetup Success
2.586
testExistenceCheckingSetting Success
0.001
testCreateBeerConsumer Success
0.005
testCreateAlpine Success
0.023
testCreateCanadian Success
0.013
testCreateCertifications Success
0.010
testCreateTelephoneNumbers Success
0.020
testReadBeerConsumer Success
0.004
testReadAlpine Success
0.003
testReadCanadian Success
0.003
testInsertNewAlpine Success
0.033
testInsertNewAlpineAndModifyOrderOfExistingAlpines Success
0.038
testUpdateAlpine Success
0.011
testUpdateAlpineThroughBeerConsumer Success
0.017
testUpdateBeerConsumer Success
0.008
testUpdateCanadian Success
0.011
testUpdateCanadianThroughBeerConsumer Success
0.012
testUpdateCertifications Success
0.019
testUpdateTelephoneNumberThroughBeerConsumer Success
0.009
testShuffleTelephoneNumbersOnBeerConsumers Success
0.015
testDeleteAlpine Success
0.009
testDeleteCanadian Success
0.005
testDeleteBeerConsumer Success
0.017
testOptimisticLockingTest Success
0.025
testgetReference Success
1.260
testcreateNativeQuery Success
1.647
testcreateNativeQueryWithSelectSQL Success
1.730
testNativeNamedQuery Success
1.589
testSetParameterUsingNull Success
1.513
testExcludingUnneccesaryJoin Success
1.855
testRemoveUnneccesaryDistinctFromJoin Success
1.586
testLeftTrimWithTrimChar Success
1.578
testLeftTrimWithoutTrimChar Success
1.573
testRightTrimWithTrimChar Success
1.576
testRightTrimWithoutTrimChar Success
1.601
testTrimWithTrimChar Success
1.545
testTrimWithoutTrimChar Success
1.481
testLocateWithSingleArgument Success
1.518
testLocateWithDoubleArgument Success
1.486
testSetup Success
0.254
testInsertVirtualAttribute Success
0.010
testReadVirtualAttribute Success
0.000
testUpdateVirtualAttribute Success
0.004
testDeleteVirtualAttribute Success
0.009
testCacheIsolation_PropertiesDefault_Config Success
0.090
testCacheIsolation_XMLDefault_Config Success
0.117
testJTADatasource_Config_Override Success
0.003
testNonJTADatasource_Config_Override Success
0.006
testPKClassTypeValidation Success
0.001
testParameterNameValidation Success
0.001
testParameterPositionValidation Success
0.001
testParameterPositionValidation2 Success
0.001
selfReferencingManyToManyCreateTest Success
1.503
testManyToManyClearDelete Success
1.916
testSetup Success
1.872
testCreateItem Success
0.011
testModifyItem Success
0.007
testVerifyItem Success
0.001
testInstantiationCopyPolicy Success
0.000
testCopyPolicy Success
0.000
testCloneCopyPolicy Success
0.000
testCollectionImplementation Success
0.003
testSetup Success
3.698
testSelectPhoneNumberAreaCode Success
0.005
testSelectPhoneNumberAreaCodeWithEmployee Success
0.014
testSelectPhoneNumberNumberWithEmployeeWithExplicitJoin Success
0.009
testSelectPhoneNumberNumberWithEmployeeWithFirstNameFirst Success
0.009
testSelectEmployeeWithSameParameterUsedMultipleTimes Success
0.009
testOuterJoinOnOneToOne Success
0.016
testOuterJoinPolymorphic Success
0.013
testFirstResultOnNamedQuery Success
0.005
testInvertedSelectionCriteriaNullPK Success
0.006
testInvertedSelectionCriteriaInvalidQueryKey Success
0.013
testMaxAndFirstResultsOnDataQuery Success
0.003
testMaxAndFirstResultsOnDataQueryWithGroupBy Success
0.003
testMaxAndFirstResultsOnObjectQueryOnInheritanceRoot Success
0.002
testDistinctSelectForEmployeeWithNullAddress Success
0.008
testSetup Success
3.849
simpleJoinFetchTest Success
0.468
simpleJoinFetchTest2 Success
0.556
baseTestCase Success
0.303
simpleABSTest Success
0.032
simpleBetweenAndTest Success
0.106
simpleBetweenTest Success
0.136
simpleConcatTest Success
0.021
simpleConcatTestWithParameters Success
0.021
simpleConcatTestWithConstants1 Success
0.062
simpleDistinctTest Success
0.015
simpleDistinctNullTest Success
0.015
simpleDistinctMultipleResultTest Success
0.015
simpleDoubleOrTest Success
0.067
simpleEqualsBracketsTest Success
0.020
simpleEqualsTest Success
0.021
simpleEqualsTestWithJoin Success
0.047
simpleEqualsWithAs Success
0.020
collectionMemberIdentifierEqualsTest Success
0.027
abstractSchemaIdentifierEqualsTest Success
0.037
abstractSchemaIdentifierNotEqualsTest Success
0.351
simpleInOneDotTest Success
0.050
simpleInTest Success
0.028
simpleLengthTest Success
0.028
simpleLikeTest Success
0.052
simpleLikeTestWithParameter Success
0.082
simpleLikeEscapeTestWithParameter Success
0.006
simpleNotBetweenTest Success
0.366
simpleNotEqualsVariablesInteger Success
0.583
simpleNotInTest Success
0.241
simpleNotLikeTest Success
0.222
simpleOrFollowedByAndTest Success
0.034
simpleOrFollowedByAndTestWithStaticNames Success
0.052
simpleOrTest Success
0.035
simpleParameterTest Success
0.026
simpleParameterTestChangingParameters Success
0.062
simpleReverseAbsTest Success
0.020
simpleReverseConcatTest Success
0.021
simpleReverseEqualsTest Success
0.022
simpleReverseLengthTest Success
0.021
simpleReverseParameterTest Success
0.044
simpleReverseSqrtTest Success
0.021
simpleReverseSubstringTest Success
0.029
simpleSqrtTest Success
0.018
simpleSubstringTest Success
0.021
simpleNullTest Success
0.021
simpleNotNullTest Success
0.261
distinctTest Success
0.054
conformResultsInUnitOfWorkTest Success
0.073
simpleModTest Success
0.260
simpleIsEmptyTest Success
0.018
simpleIsNotEmptyTest Success
0.248
simpleApostrohpeTest Success
0.007
simpleEscapeUnderscoreTest Success
0.005
simpleEnumTest Success
0.003
smallProjectMemberOfProjectsTest Success
0.095
smallProjectNOTMemberOfProjectsTest Success
0.150
selectCountOneToOneTest Success
0.007
selectOneToOneTest Success
0.007
selectPhonenumberDeclaredInINClauseTest Success
0.118
selectPhoneUsingALLTest Success
0.074
selectSimpleMemberOfWithParameterTest Success
0.021
selectSimpleNotMemberOfWithParameterTest Success
0.243
selectSimpleBetweenWithParameterTest Success
0.098
selectSimpleInWithParameterTest Success
0.037
selectAverageQueryForByteColumnTest Success
0.003
selectUsingLockModeQueryHintTest Success
0.007
multipleExecutionOfNamedQueryTest Success
0.010
selectNamedNativeQueryWithPositionalParameterTest Success
0.005
selectNativeQueryWithPositionalParameterTest Success
0.006
testOneEqualsOne Success
0.017
testSetup Success
4.371
complexABSTest Success
0.043
complexABSWithParameterTest Success
0.008
compexInTest Success
0.168
complexLengthTest Success
0.023
complexLikeTest Success
0.030
complexNotInTest Success
0.270
complexNotLikeTest Success
0.276
complexParameterTest Success
0.031
complexReverseAbsTest Success
0.048
complexReverseLengthTest Success
0.043
complexReverseParameterTest Success
0.038
complexReverseSqrtTest Success
0.036
complexSqrtTest Success
0.058
complexStringInTest Success
0.069
complexStringNotInTest Success
0.257
complexSubstringTest Success
0.018
complexLocateTest Success
0.011
complexNestedOneToManyUsingInClause Success
0.038
complexUnusedVariableTest Success
0.240
complexJoinTest Success
0.018
complexMultipleJoinOfSameRelationship Success
0.005
complexMultipleLeftOuterJoinOfSameRelationship Success
0.005
complexFetchJoinTest Success
0.232
complexOneToOneFetchJoinTest Success
0.008
complexSelectRelationshipTest Success
0.010
complexConstructorTest Success
0.007
complexConstructorVariableTest Success
0.009
complexConstructorRelationshipTest Success
0.011
complexConstructorAggregatesTest Success
0.009
complexConstructorCountOnJoinedVariableTest Success
0.029
complexResultPropertiesTest Success
0.019
complexInSubqueryTest Success
0.006
complexExistsTest Success
0.040
complexNotExistsTest Success
0.036
complexMemberOfTest Success
0.085
complexNotMemberOfTest Success
0.139
complexNavigatingEmbedded Success
0.003
complexNavigatingTwoLevelOfEmbeddeds Success
0.002
complexNamedQueryResultPropertiesTest Success
0.031
complexOuterJoinQuery Success
0.009
testSetup Success
8.602
testStraightReadSuperClass Success
0.021
testStraightReadSubClass Success
0.009
testJoinSuperClass Success
0.030
testJoinSubClass Success
0.018
testJoinFetchSuperClass Success
0.027
testJoinFetchSubClass Success
0.015
testJoinedInheritance Success
0.004
testJoinedInheritanceWithLeftOuterJoin1 Success
0.003
testJoinedInheritanceWithLeftOuterJoin2 Success
0.011
testJoinedInheritanceWithLeftOuterJoin3 Success
0.003
testSetup Success
4.213
generalExceptionTest Success
0.006
recognitionExceptionTest Success
0.001
missingSelectExceptionTest Success
0.000
malformedJPQLExceptionTest1 Success
0.000
malformedJPQLExceptionTest2 Success
0.000
malformedJPQLExceptionTest3 Success
0.001
malformedJPQLExceptionTest4 Success
0.000
malformedJPQLExceptionTest5 Success
0.002
malformedJPQLExceptionTest6 Success
0.003
malformedJPQLExceptionTest7 Success
0.000
malformedJPQLExceptionTest8 Success
0.001
noAliasWithWHEREAndParameterExceptionTest Success
0.001
multipleDeclarationOfIdentificationVariable Success
0.000
aliasResolutionException Success
0.001
illegalArgumentExceptionTest Success
0.001
createNamedQueryThrowsIllegalArgumentExceptionTest Success
0.000
flushTxExceptionTest Success
0.000
testExecuteUpdateTxException Success
0.000
noResultExceptionTest Success
0.002
testGetSingleResultOnUpdate Success
0.001
testGetSingleResultOnDelete Success
0.000
testExecuteUpdateOnSelect Success
0.001
flushOptimisticLockExceptionTest Success
0.021
commitOptimisticLockExceptionTest Success
0.015
JTAOptimisticLockExceptionTest Success
0.014
testParameterNameValidation Success
0.000
testModArgumentValidation Success
0.000
testInExpressionValidation Success
0.000
testOrderableTypeInOrderByItem Success
0.001
testInvalidNavigation Success
0.001
testInvalidCollectionNavigation Success
0.001
testUnknownAttribute Success
0.001
testUnknownEnumConstant Success
0.001
testCommitRollbackException Success
0.006
testParameterPositionValidation Success
0.000
testParameterPositionValidation2 Success
0.000
testParameterTypeValidation Success
0.001
testEjbqlCaseSensitivity Success
0.006
testEjbqlUnsupportJoinArgument Success
0.001
testInvalidSetClause Success
0.000
testUnsupportedCountDistinctOnOuterJoinedCompositePK Success
0.001
testInvalidHint Success
0.001
testSetup Success
5.976
complexAVGTest Success
0.004
complexCountDistinctWithGroupByAndHavingTest Success
0.007
complexCountDistinctWithGroupByTest Success
0.007
complexCountDistinctWithGroupByTest2 Success
0.006
complexHavingWithAggregate Success
0.014
complexCountTest Success
0.003
complexCountWithGroupByTest Success
0.005
complexDistinctCountTest Success
0.005
complexMaxTest Success
0.004
complexMinTest Success
0.003
complexSumTest Success
0.003
complexCountDistinctOnBaseQueryClass Success
0.007
complexCountOnJoinedVariableSimplePK Success
0.005
complexCountOnJoinedVariableCompositePK Success
0.009
complexCountOnJoinedVariableOverManyToManySelfRefRelationship Success
0.003
complexCountOnJoinedCompositePK Success
0.012
testSetup Success
0.145
testSqlDate Success
0.003
testSqlDateToTS Success
0.001
testTime Success
0.002
testTimeToTS Success
0.003
testTimestamp Success
0.002
testTimestampToDate Success
0.001
testTimestampToTime Success
0.001
testUtilDate Success
0.002
testCalenderWithUtilDate Success
0.003
testSqlDateWithCal Success
0.001
testTimeWithCal Success
0.001
testTimestampWithCal Success
0.001
testCalendar Success
0.001
testTimestampGreaterThan Success
0.002
testTimestampLessThan Success
0.002
testTimestampIn Success
0.002
testTimestampBetween Success
0.002
testSetup Success
3.538
multipleParameterTest Success
0.021
updateEnumParameter Success
0.024
testSetup Success
5.052
findAllOrders Success
0.004
findEmployeesInOntario Success
0.088
findAllProvinceWithEmployees Success
0.005
findAllEmployeesWithPhoneNumbers Success
0.148
findAllEmployeesWithOutPhoneNumbers Success
0.013
findAllEmployeesWithCellPhones Success
0.062
findOrdersWithDifferentBilledCustomer Success
0.005
findEmployeeWithWorkPhone2258812 Success
0.082
parameterTest Success
0.085
getOrderLargerThan Success
0.005
getSalesPersonForOrders Success
0.005
getOrderForCustomer Success
0.010
testOuterJoin Success
0.049
testExistsExpression Success
0.006
testAllExpressions Success
0.008
testCountInSubQuery Success
0.003
testGroupByHavingExpression Success
0.012
testGroupByHavingCount Success
0.006
testConstructorQuery Success
0.003
testSumExpression Success
0.005
testAvgExpression Success
0.013
testOrderByExpression Success
0.038
testCountInSubQuery Success
0.003
testOrderByExpressionWithSelect Success
0.007
testDeleteExpression Success
0.027
testComplexDeleteExpression Failure Complex Delete _expression_ test failed: customer to delete not found expected:<1> but was:<0>

junit.framework.AssertionFailedError: Complex Delete _expression_ test failed: customer to delete not found expected:<1> but was:<0>
at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLExamplesTestSuite.testComplexDeleteExpression(JUnitJPQLExamplesTestSuite.java:720)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
0.038
updateAllTest Success
0.038
namedQueryCloneTest Failure Named query clone test failed: the first result should be 4 expected:<3> but was:<4>

junit.framework.AssertionFailedError: Named query clone test failed: the first result should be 4 expected:<3> but was:<4>
at org.eclipse.persistence.testing.tests.jpa.jpql.JUnitJPQLExamplesTestSuite.namedQueryCloneTest(JUnitJPQLExamplesTestSuite.java:812)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
0.007
aggregateParameterTest Success
0.050
testEJBQLQueryString Success
0.012
updateEmbeddedFieldTest Success
0.021
testSetup Success
3.757
simpleUpdate Success
3.876
updateWithSubquery Success
4.016
updateEmbedded Success
3.765
updateEmbeddedFieldTest Success
3.633
updateUnqualifiedAttributeInSet Success
3.508
updateUnqualifiedAttributeInWhere Success
4.151
updateDateTimeFields Success
4.131
simpleDelete Success
3.968
testSetup Success
4.156
simpleUpdate Success
4.647
updateWithSubquery Success
3.090
updateEmbedded Success
2.965
updateEmbeddedFieldTest Success
4.374
updateUnqualifiedAttributeInSet Success
4.896
updateUnqualifiedAttributeInWhere Success
3.655
updateDateTimeFields Success
3.854
simpleDelete Success
3.726
testSetup Success
3.703
testQueryCacheFirstCacheHits Success
0.011
testQueryCacheOnlyCacheHits Success
0.006
testQueryCacheOnlyCacheHitsOnSession Success
0.007
testQueryPrimaryKeyCacheHits Success
0.007
testQueryExactPrimaryKeyCacheHits Success
0.006
testQueryTypeCacheHits Success
0.006
testQueryCache Success
0.008
testObjectResultType Success
0.029
testNativeResultType Success
0.016
testCursors Success
0.032
testFetchGroups Success
0.033
testMultipleNamedJoinFetchs Success
0.013
testSetup Success
1.733
testCreateEmployee Success
0.012
testReadEmployee Success
0.001
testNamedNativeQueryOnAddress Success
0.007
testNamedQueryOnEmployee Success
0.003
testUpdateEmployee Success
0.005
testRefreshNotManagedEmployee Success
0.001
testRefreshRemovedEmployee Success
0.029
testDeleteEmployee Success
0.011
testUnidirectionalPersist Success
0.071
testUnidirectionalUpdate Success
0.053
testUnidirectionalFetchJoin Success
0.051
testUnidirectionalTargetLocking_AddRemoveTarget Success
0.044
testUnidirectionalTargetLocking_DeleteSource Success
0.052
testSetup Success
0.501
testCreateCustomer Success
0.005
testCreateItem Success
0.004
testCreateOrder Success
0.004
testReadCustomer Success
0.000
testReadItem Success
0.000
testReadOrder Success
0.001
testNamedQueryOnCustomer Success
0.001
testNamedQueryOnItem Success
0.002
testNamedQueryOnOrder Success
0.002
testUpdateCustomer Success
0.003
testUpdateItem Success
0.005
testUpdateOrder Success
0.005
testDeleteOrder Success
0.004
testDeleteCustomer Success
0.005
testDeleteItem Success
0.005
testSetup Success
0.938
testUnidirectionalOneToOneCreate Success
0.013
testUnidirectionalOneToOneRead Success
0.001
testUnidirectionalOneToOneDeleteNonowning Success
0.008
testUnidirectionalOneToOneDeleteOwning Success
0.003
testUnidirectionalOneToManyCreate Success
0.012
testUnidirectionalOneToManyRead Success
0.001
testUnidirectionalOneToManyDeleteNonowning Success
0.004
testUnidirectionalOneToManyDeleteOwning Success
0.007
testUnidirectionalManyToOneCreate Success
0.010
testUnidirectionalManyToOneRead Success
0.002
testUnidirectionalManyToOneDeleteNonowning Success
0.008
testUnidirectionalManyToOneDeleteOwning Success
0.008
testUnidirectionalManyToManyCreate Success
0.008
testUnidirectionalManyToManyRead Success
0.002
testUnidirectionalManyToManyDeleteNonowning Success
0.004
testUnidirectionalManyToManyDeleteOwning Success
0.005
testSetup Success
1.053
testCreateFueledVehicle Success
0.010
testCreateBusFueledVehicle Success
0.008
testCreateNonFueledVehicle Success
0.016
testReadFueledVehicle Success
0.001
testReadNonFueledVehicle Success
0.001
testNamedNativeQueryOnSportsCar Success
0.001
testUpdateBusFueledVehicle Success
0.006
testUpdateFueledVehicle Success
0.004
testUpdateNonFueledVehicle Success
0.004
testDeleteBusFueledVehicle Success
0.006
testDeleteFueledVehicle Success
0.007
testDeleteNonFueledVehicle Success
0.005
testSetup Success
1.788
testOneToManyRelationships Success
0.008
testVerifyOneToManyRelationships Success
0.003
testCreateBeerConsumer Success
0.014
testReadBeerConsumer Success
0.001
testCreateNoviceBeerConsumer Success
0.014
testReadNoviceBeerConsumer Success
0.001
testCreateExpertBeerConsumer Success
0.020
testReadExpertBeerConsumer Success
0.004
testNamedNativeQueryBeerConsumers Success
0.002
testNamedNativeQueryCertifications Success
0.002
testUpdateBeerConsumer Success
0.002
testDeleteBeerConsumer Success
0.014
testInheritanceDiscriminatorFieldValue Success
0.000
testMappingsTypes Success
0.000
testSetup Success
0.532
testCustomerOrdersMapping Success
0.000
testOrderCustomerMapping Success
0.000
testItemNameMapping Success
0.000
testCreateCustomer Success
0.003
testCreateItem Success
0.009
testCreateOrder Success
0.004
testReadCustomer Success
0.000
testReadItem Success
0.000
testReadOrder Success
0.000
testNamedQueryOnCustomer Success
0.001
testNamedQueryOnItem Success
0.001
testNamedQueryOnOrder Success
0.001
testUpdateCustomer Success
0.003
testUpdateItem Success
0.010
testUpdateOrder Success
0.008
testDeleteOrder Success
0.005
testDeleteCustomer Success
0.004
testDeleteItem Success
0.004
testSetup Success
0.560
testCreateCustomer Success
0.003
testCreateItem Success
0.007
testCreateOrder Success
0.004
testReadCustomer Success
0.000
testReadItem Success
0.000
testReadOrder Success
0.000
testUpdateCustomer Success
0.003
testUpdateItem Success
0.010
testUpdateOrder Success
0.008
testDeleteOrder Success
0.006
testDeleteCustomer Success
0.005
testDeleteItem Success
0.006
testSetup Success
0.806
testCreateEmployee Success
0.021
testReadEmployee Success
0.000
testUpdateEmployee Success
0.005
testDeleteEmployee Success
0.010
testSetup Success
1.912
testOneToManyRelationships Success
0.010
testVerifyOneToManyRelationships Success
0.003
testCreateBeerConsumer Success
0.018
testReadBeerConsumer Success
0.000
testNamedNativeQueryBeerConsumers Success
0.003
testNamedNativeQueryCertifications Success
0.003
testMappedSuperclassTransientField Success
0.007
testTransientField Success
0.004
testUpdateBeerConsumer Success
0.003
testDeleteBeerConsumer Success
0.014
testBeerLifeCycleMethodAnnotationIgnored Success
0.004
testMappedSuperclassEntityListener Success
0.004
testMappedSuperclassEmbeddedXMLElement Success
0.000
testSetup Success
2.780
testCreateDepartment Success
0.006
testCreateScientists Success
0.025
testReadDepartment Success
0.001
testReadJuniorScientist Success
0.003
testAnyAndAll Success
0.021
testDepartmentAdmin Success
0.014
testSetup Success
3.096
testEL254937 Success
0.010
testGF1894 Success
0.007
testManAndWoman Success
0.012
testSetup Success
0.000
testDDLPkConstraintErrorIncludingRelationTableColumnName Success
0.006
testDDLUniqueKeysAsJoinColumns Success
0.007
testDDLUniqueConstraintsByAnnotations Success
0.015
testDDLUniqueConstraintsByXML Success
0.018
testDDLSubclassEmbeddedIdPkColumnsInJoinedStrategy Success
0.006
testBug241308 Success
0.004
testDDLUnidirectionalOneToMany Success
0.014
testCascadeMergeOnManagedEntityWithOrderedList Success
0.018
testSetup Success
0.584
testSessionXMLProperty Success
0.034
testSessionEventListenerProperty Success
0.005
testExceptionHandlerProperty Success
0.002
testNativeSQLProperty Success
0.001
testCacheStatementsAndItsSizeProperty Success
0.000
testBatchwritingProperty Success
0.000
testCopyDescriptorNamedQueryToSessionProperty Success
0.000
testLoggingTyperProperty Success
0.001
testProfilerTyperProperty Success
0.174
testSetup Success
0.293
testCreateWrapperTypes Success
0.007
testNullifyBigDecimal Success
0.004
testNullifyBigInteger Success
0.003
testNullifyBoolean Success
0.003
testNullifyByte Success
0.003
testNullifyCharacter Success
0.004
testNullifyShort Success
0.004
testNullifyInteger Success
0.004
testNullifyLong Success
0.004
testNullifyFloat Success
0.003
testNullifyDouble Success
0.004
testNullifyString Success
0.004
testCreateByteArrayType Success
0.007
testCreatePrimitiveByteArrayType Success
0.007
testCreateCharacterArrayType Success
0.007
testCreateCharArrayType Success
0.008
testPrimitiveByteArrayPK Success
0.000
testSetup Success
0.142
testCreateDateTime Success
0.004
testNullifySqlDate Success
0.005
testNullifyTime Success
0.003
testNullifyTimestamp Success
0.003
testNullifyUtilDate Success
0.003
testNullifyCalendar Success
0.003
testSetup Success
0.160
testCreate Success
0.010
testRead Success
0.006
testUpdate Success
0.005
testDelete Success
0.005
Back to top

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

Title: Unit Test Results

Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
46710399.94%593.195
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)Time StampHost
org.eclipse.persistence.testing.tests467130593.1952009-02-13T06:38:19stame10

Package org.eclipse.persistence.testing.tests

NameTestsErrorsFailuresTime(s)Time StampHost
TestRunModel467130593.1952009-02-13T06:38:19stame10
Back to top


TestCase TestRunModel

NameStatusTypeTime(s)
AggregateTestModelError Internal Exception: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013205309) violated Error Code: 1 Call: INSERT INTO BUILDER_SELLING_POINT (BUILDER_ID, LOCATION, AREA, DESCRIPTION, SQUARE_FEET, TYPE) VALUES (?, ?, ?, ?, ?, ?) bind => [1, 435 Carling Ave., back yard, Large open space with beautiful lawn., 0, R] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.aggregate.RoomSellingPoint@1184d1d)

Local Exception Stack:
Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.20090213-SNAPSHOT): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013205309) violated

Error Code: 1
Call: INSERT INTO BUILDER_SELLING_POINT (BUILDER_ID, LOCATION, AREA, DESCRIPTION, SQUARE_FEET, TYPE) VALUES (?, ?, ?, ?, ?, ?)
bind => [1, 435 Carling Ave., back yard, Large open space with beautiful lawn., 0, R]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.aggregate.RoomSellingPoint@1184d1d)
at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:313)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:767)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:833)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:558)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:501)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:876)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:205)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:191)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:330)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:162)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:177)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:461)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWrite(DatabaseQueryMechanism.java:239)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.mappings.AggregateCollectionMapping.postInsert(AggregateCollectionMapping.java:1426)
at org.eclipse.persistence.descriptors.DescriptorQueryManager.postInsert(DescriptorQueryManager.java:904)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:470)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWrite(DatabaseQueryMechanism.java:239)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.mappings.AggregateCollectionMapping.postInsert(AggregateCollectionMapping.java:1426)
at org.eclipse.persistence.descriptors.DescriptorQueryManager.postInsert(DescriptorQueryManager.java:904)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:470)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:286)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1129)
at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:195)
at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsForClassWithChangeSet(CommitManager.java:164)
at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:116)
at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:3179)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1271)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1366)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:1202)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:980)
at org.eclipse.persistence.testing.models.aggregate.AggregateSystem.populate(AggregateSystem.java:214)
at org.eclipse.persistence.testing.framework.TestSystem.run(TestSystem.java:170)
at org.eclipse.persistence.testing.framework.TestExecutor.forceConfigureSystem(TestExecutor.java:275)
at org.eclipse.persistence.testing.framework.TestModel.configure(TestModel.java:188)
at org.eclipse.persistence.testing.framework.TestModel.setupEntity(TestModel.java:413)
at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:200)
at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:313)
at org.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:247)
at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:208)
at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:313)
Caused by: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013205309) violated

at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:74)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:204)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3468)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:758)
0.002
ReadObjectTest(Employee: Bob Smith)Success0.279
ReadObjectTest(Employee: John Way)Success0.046
ReadObjectTest(Employee: Charles Chanley)Success0.010
ReadObjectTest(Employee: Emanual Smith)Success0.008
ReadObjectTest(Employee: Sarah Way)Success0.009
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.032
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.021
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.021
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.010
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
WriteObjectTest(Employee: Bob Smith)Success0.059
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.074
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.019
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.014
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.041
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.008
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.004
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.004
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.003
InsertObjectTest(Employee: Bob Smith)Success0.012
InsertObjectTest(Employee: John Way)Success0.015
InsertObjectTest(Employee: Charles Chanley)Success0.012
InsertObjectTest(Employee: Emanual Smith)Success0.015
InsertObjectTest(Employee: Sarah Way)Success0.014
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.004
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.003
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.003
DeleteObjectTest(Employee: Bob Smith)Success0.142
DeleteObjectTest(Employee: John Way)Success0.029
DeleteObjectTest(Employee: Charles Chanley)Success0.025
DeleteObjectTest(Employee: Emanual Smith)Success0.023
DeleteObjectTest(Employee: Sarah Way)Success0.025
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.016
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.007
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.014
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
AddDescriptorsTestSuccess0.004
CacheExpiryAPITestSuccess0.055
TIME_TO_LIVE_EXPIRY(0s) - ExpireSuccess0.004
TIME_TO_LIVE_EXPIRY(100s) - LiveSuccess0.003
TIME_TO_LIVE_EXPIRY(-100s) - ExpireSuccess0.003
DAILY - ExpireSuccess0.208
DAILY_EXPIRY - ExpireSuccess0.208
DAILY_EXPIRY - LiveSuccess0.002
NO_EXPIRY - LiveSuccess0.003
Daily Expiry (+ One Day)Success0.007
Daily Expiry (- One Day)Success0.005
Daily Expiry (- 3 Days)Success0.005
Daily Expiry (+ 3 Days)Success0.005
NoExpiryInvalidationTestSuccess0.008
ReadObjectQuery (query object) Expiry TestSuccess0.006
ReadObjectQuery No Expiry TestSuccess0.001
ReadObjectQuery (no criteria) No Expiry TestSuccess0.004
ReadObjectQuery (exact primary key) No Expiry TestSuccess0.002
ReadObjectQuery (in-exact primary key) No Expiry TestSuccess0.020
ReadAllQuery Expiry TestSuccess0.010
ReadAllQuery No Expiry TestSuccess0.006
ReadAllQueryCheckCacheOnlyExpiryTestSuccess0.042
ReadObjectCheckCacheOnlyExpiryTestSuccess0.007
RefreshQueryCacheExpiryTestSuccess0.010
RefreshIfNewerVersionTestSuccess0.109
Update - do not update expiry test.Success0.122
Update - update expiry test.Success0.109
ReadAllQueryConformExpiryTestSuccess0.015
ReadObjectQueryConformExpiryTestSuccess0.009
CacheExpiryValueholderTestSuccess0.034
UnitOfWorkExpiredObjectTestSuccess0.007
CacheExpiryUnitOfWorkReadTestSuccess0.005
UnitOfWorkCreateObjectReadTimeTestSuccess0.007
SessionCreateObjectReadTimeTestSuccess0.004
InvalidateClassRecurseOptionTest(true)Success0.019
InvalidateClassRecurseOptionTest(false)Success0.003
InvalidateAllTestSuccess0.007
PrimaryKeyQueryInUOWTestSuccess15.033
InsertOverflowTestSuccess0.008
InsertTestSuccess0.001
CustomDeleteTestSuccess0.001
ConcurrentAccessTestSuccess0.148
ConcurrentReadBigBadObjectTestSuccess0.374
CollectionReadObjectTest(Chez Abuse)Success0.090
CollectionReadObjectTest(Pedro's)Success0.014
WriteObjectTest(Restaurant: Chez Abuse)Success0.039
UnitOfWorkBasicUpdateObjectTest(Restaurant: Chez Abuse)Success0.039
UnitOfWorkBasicUpdateObjectTest(Restaurant: Pedro's)Success0.026
DeleteObjectTest(Restaurant: Chez Abuse)Success0.069
DeleteObjectTest(Restaurant: Pedro's)Success0.028
OTMPrivateOwnedDeleteObjectTestSuccess0.045
InsertObjectTest(Restaurant: ToGos)Success0.008
CollectionInsertDetectionTestSuccess0.023
UnitOfWorkTest(Restaurant: Chez Abuse)Success0.067
UnitOfWorkTest(Restaurant: Pedro's)Success0.027
OTMHashtableObjectUpdateTestSuccess0.024
PerformDeletesFirstCollectionObjectRemovalTestSuccess0.025
PerformDeletesFirstCollectionObjectRemovalTestSuccess0.011
CompareKeyWithBackupTestSuccess0.008
TreeSetComparatorTestSuccess0.048
NoIdentityUpdateTest(org.eclipse.persistence.testing.models.ownership.ObjectA@116fafe)Success0.037
UpdateToNullTestfalsefalse(Employee: Bob Smith)falsefalseSuccess0.095
UpdateChangeValueTestfalsefalse(Employee: Bob Smith)falsefalseSuccess0.057
UpdateChangeNothingTestfalsefalse(Employee: Bob Smith)falsefalseSuccess0.033
UpdateChangeObjectTestfalsefalse(Employee: Bob Smith)falsefalseSuccess0.055
UpdateDeepOwnershipTest(org.eclipse.persistence.testing.models.ownership.ObjectA@116fafe)falsefalseSuccess0.058
BidirectionalInsertWithPartialRegisterationTest(with UOW)Success0.038
MergeCloneWithReferencesWithNullTestSuccess0.015
MergeCloneWithReferencesTransparentIndirectionTestSuccess0.115
UnitOfWorkRevertAndResumeWithNewTestSuccess0.051
UnitOfWorkRevertWithNewObjectTestSuccess0.003
UnitOfWorkNullPrimaryKeyTestSuccess0.146
MergeUnitOfWorkTest(Employee: Bob Smith)Success0.019
RegisterationUnitOfWorkTest(Employee: Bob Smith)Success0.033
RefreshDeletedObjectTestSuccess0.010
UnregisterUnitOfWorkTestSuccess0.016
CloneAttributeIfMutableTestSuccess0.006
UpdateToNullTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.021
UpdateChangeValueTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.037
UpdateChangeNothingTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.018
UpdateChangeObjectTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.039
UpdateDeepOwnershipTest(org.eclipse.persistence.testing.models.ownership.ObjectA@116fafe)truefalseSuccess0.017
BidirectionalInsertTest(with UOW)Success0.036
NestedUnitOfWorkTest(Employee: Bob Smith)Success0.070
NestedUnitOfWorkMultipleCommitTest(Employee: Bob Smith)Success0.028
DeepNestedUnitOfWorkTest(Employee: Bob Smith)Success0.045
MultipleUnitOfWorkTest(Employee: Bob Smith)Success0.044
InsertNewObjectTestSuccess0.014
ComplexMultipleUnitOfWorkTestSuccess0.158
FaultyUnitOfWorkTestSuccess0.089
LockFailureUnitOfWorkTestSuccess0.024
UnitOfWorkResumeTest(Employee: Bob Smith)Success0.038
UnitOfWorkResumeOnFailureTest(Employee: Bob Smith)Success0.045
DeletingFromParentSessionTestSuccess0.020
EqualObjectUnitOfWorkTestSuccess0.016
NoIMWithValueHolderTestSuccess0.008
UnitOfWorkRevertTest(Employee: Bob Smith)Success0.031
DeepMergeCloneSerializedTestSuccess0.057
DeepMergeCloneIndirectionTestSuccess0.021
RegisterNewObjectTestSuccess0.054
NoIdentityMapUnitOfWorkTestSuccess0.015
RefreshObjectNoIdentityMapUnitOfWorkTestSuccess0.006
RelationshipTreeInsertTestSuccess0.014
UnitOfWorkComplexRefreshTestSuccess0.026
ViolateObjectSpaceTestSuccess0.022
NoValidationWithInitIdentityMapsSuccess0.039
NoIdentityTestSuccess0.206
NoIdentityMergeCloneTestSuccess0.065
BiDirectionInsertOrderTestSuccess0.028
UnitOfWorkCommitResumeOnFailureNoFailureTest(Employee: Bob Smith)Success0.040
UnitOfWorkCommitAndResume(Employee: Bob Smith)Success0.120
NestedUnitOfWorkQuerySuccess0.011
DeleteAndConformSuccess0.009
NullAggregateTestSuccess0.010
UOWHasOnlyDeletesTestSuccess0.004
RegisterNewObjectInIdentityMapNoSeqTestSuccess0.004
NestedUnitOfWorkDeleteNewObjectTestSuccess0.003
NestedUnitOfWorkDeleteNestedNewObjectTestSuccess0.003
NestedUnitOfWorkDeleteConformedNestedNewObjectTestSuccess0.004
DoubleNestedUnitOfWorkDeleteConformedNestedNewObjectTestSuccess0.003
NestedUnitOfWorkNewObjectWithIndirectionTestSuccess0.002
UnitOfWorkDeleteNoValidationTestSuccess0.007
GetIdentityMapFromUOWForREADONLYClassTestSuccess0.005
UnitOfWorkCommitToDatabaseTestSuccess0.021
UnitOfWorkInitializeAllIdentityMapsTestSuccess0.011
WasTransactionBegunPrematurelyRollbackTestSuccess0.019
CanChangeReadOnlySetTestSuccess0.004
GetFromNewObjectWithConformTestSuccess0.001
UOWCommitAndResumeWithPreCalcChangeSetSuccess0.016
PerformDeletesFirstTestSuccess0.007
PerformDeletesFirstIgnoreUpdateTestSuccess0.012
PerformDeletesFirstIgnoreUpdateTest2Success0.014
CreateDeleteCreateTestSuccess0.007
WorkingCloneCopyPolicyTestSuccess0.007
UnregisteredNewObjectOptimisticLockTestSuccess0.014
DoubleNestedUnitOfWorkRegisterNewObjectTestSuccess0.003
GetObjectFromIdentityMapTestSuccess0.003
MergeDeadIndirectionTestSuccess0.101
CommitAfterExecuteModifyQueryDuringTransTestSuccess0.029
AllChangeSetsTestSuccess0.021
CurrentChangeSetTestSuccess0.006
ErrorOnInsertTestSuccess0.027
CollectionMappingMergeObjectTestSuccess0.012
ExceptionsRaisedUnitOfWorkTestSuccess0.011
NestedUOWWithNewObjectRegisteredTwiceTestSuccess0.011
PostAcquireUnitOfWorkTestSuccess0.002
PreCommitUnitOfWorkTestSuccess0.002
PrepareUnitOfWorkTestSuccess0.007
PostCommitUnitOfWorkTestSuccess0.003
PreReleaseUnitOfWorkTestSuccess0.002
PostReleaseUnitOfWorkTestSuccess0.002
PostResumeUnitOfWorkTestSuccess0.003
CommitUnitOfWorkAgainTestSuccess0.007
CommitUnitOfWorkForcingSQLExceptionTestSuccess0.009
ReadObjectTest(ConversionDataObject(a))Success0.032
ReadObjectTest(ConversionDataObject(b))Success0.003
ReadObjectTest(ConversionDataObject(c))Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.conversion.ConversionDataObject)Success0.007
DeleteObjectTest(ConversionDataObject(a))Success0.009
DeleteObjectTest(ConversionDataObject(b))Success0.005
DeleteObjectTest(ConversionDataObject(c))Success0.006
InsertObjectTest(ConversionDataObject(a))Success0.005
InsertObjectTest(ConversionDataObject(b))Success0.005
InsertObjectTest(ConversionDataObject(c))Success0.006
WriteObjectTest(ConversionDataObject(a))Success0.010
UnitOfWorkBasicUpdateObjectTest(ConversionDataObject(a))Success0.010
UnitOfWorkBasicUpdateObjectTest(ConversionDataObject(b))Success0.006
UnitOfWorkBasicUpdateObjectTest(ConversionDataObject(c))Success0.007
ConvertObjectTestSuccess0.002
ConvertObjectTestSuccess0.001
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.001
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.001
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.002
ConvertObjectTestSuccess0.001
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.183
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.001
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.001
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.002
ConvertObjectTestSuccess0.005
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.009
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.001
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.001
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.001
ConvertObjectTestSuccess0.001
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertObjectTestSuccess0.000
ConvertByteCharArrayToStringTestSuccess0.003
ConvertClassTypeTestSuccess0.001
ConvertClassTypeTestSuccess0.000
ConvertClassTypeTestSuccess0.000
ConvertClassTypeTestSuccess0.000
ConvertClassTypeTestSuccess0.000
ConvertClassTypeTestSuccess0.000
ConvertClassTypeTestSuccess0.000
ConvertClassTypeTestSuccess0.000
ConvertClassTypeTestSuccess0.000
ConvertClassTypeTestSuccess0.000
ConvertClassTypeTestSuccess0.000
ConvertClassTypeTestSuccess0.000
ConvertClassTypeTestSuccess0.000
ConvertClassTypeTestSuccess0.000
ClassLoaderTestSuccess0.001
ReadObjectTest(ConversionDataObject(a))Success0.009
ReadObjectTest(ConversionDataObject(b))Success0.002
ReadObjectTest(ConversionDataObject(c))Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.conversion.ConversionDataObject)Success0.008
DeleteObjectTest(ConversionDataObject(a))Success0.010
DeleteObjectTest(ConversionDataObject(b))Success0.005
DeleteObjectTest(ConversionDataObject(c))Success0.005
InsertObjectTest(ConversionDataObject(a))Success0.005
InsertObjectTest(ConversionDataObject(b))Success0.005
InsertObjectTest(ConversionDataObject(c))Success0.005
WriteObjectTest(ConversionDataObject(a))Success0.010
UnitOfWorkBasicUpdateObjectTest(ConversionDataObject(a))Success0.008
UnitOfWorkBasicUpdateObjectTest(ConversionDataObject(b))Success0.007
UnitOfWorkBasicUpdateObjectTest(ConversionDataObject(c))Success0.007
ReadObjectTest(Employee: Bob Smith)Success0.076
ReadObjectTest(Employee: Emanual Smith)Success0.008
CacheHitTest(Employee: Charles Chanley)Success0.005
CustomSQLCursoredStreamReadTestSuccess0.025
ReadObjectQueryTestSuccess0.024
WriteObjectTest(Employee: Bob Smith)Success0.281
WriteObjectTest(Employee: Sarah Way)Success0.016
WriteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
SetCustomSQLQueryTest(UPDATE EMPLOYEE SET F_NAME = 'Fatima?' WHERE L_NAME = 'Smith')Success0.005
SetCustomSQLQueryTest(UPDATE EMPLOYEE SET F_NAME = 'Fatima' WHERE L_NAME = #L_NAME)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.012
CustomSQLSubQueryTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.035
InsertObjectTest(Employee: Emanual Smith)Success0.017
InsertObjectTest(Employee: Sarah Way)Success0.016
DeleteObjectTest(Employee: Bob Smith)Success0.064
DeleteObjectTest(Employee: John Way)Success0.021
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.017
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
DataReadQueryTestSuccess0.002
StoredProcWithOutputParamsAndResultSetTest storedProc don'tBindSuccess0.002
StoredProcWithOutputParamsAndResultSetTest storedProc BindSuccess0.000
StoredProcWithOutputParamsAndResultSetTest customSQL don'tBindSuccess0.000
StoredProcWithOutputParamsAndResultSetTest customSQL BindSuccess0.001
OutputParameterEventTestSuccess0.001
CacheHitTest(Employee: Charles Chanley)Success0.002
StoredProcedureTest bind = trueSuccess0.013
StoredProcedureTest bind = falseSuccess0.001
StoredProcedureTimestampTest bind = trueSuccess0.007
StoredProcedureTimestampTest bind = falseSuccess0.002
StoredProcedureTest_Inout_Out_In proc custom don'tBindSuccess0.013
StoredProcedureTest_Inout_Out_In proc custom BindSuccess0.003
StoredProcedureTest_Inout_Out_In proc storedProc don'tBindSuccess0.002
StoredProcedureTest_Inout_Out_In proc storedProc BindSuccess0.000
StoredProcedureTest_Inout_Out_In proc storedProc named don'tBindSuccess0.003
StoredProcedureTest_Inout_Out_In proc storedProc named BindSuccess0.004
StoredProcedureTest_Inout_Out_In func custom don'tBindSuccess0.003
StoredProcedureTest_Inout_Out_In func custom BindSuccess0.003
StoredProcedureTest_Inout_Out_In func storedFunc don'tBindSuccess0.003
StoredProcedureTest_Inout_Out_In func storedFunc BindSuccess0.001
StoredProcedureTest_Inout_Out_In func storedFunc named don'tBindSuccess0.003
StoredProcedureTest_Inout_Out_In func storedFunc named BindSuccess0.004
StoredProcedureARRAYTestSuccess0.046
StoredProcedureNullInOutTest bind = trueSuccess0.006
StoredProcedureNullInOutTest bind = falseSuccess0.003
StoredProcedureResultSetAndOutputTest bind = trueSuccess0.002
StoredProcedureResultSetAndOutputTest bind = falseSuccess0.000
StoredProcedureNoParametersTestSuccess0.001
StoredProcedureObjectRelationalParameters useCustomSQL = falseSuccess0.079
StoredProcedureObjectRelationalParameters useCustomSQL = trueSuccess0.018
StoredProcedureVARRAYParametersTest useCustomSQL = falseSuccess0.059
StoredProcedureVARRAYParametersTest useCustomSQL = trueSuccess0.025
StoredProcedureORParametersClientSessionTestSuccess0.321
MergeChangeSetWithDirectMapMappingTestSuccess0.031
MergeChangeSetWithIndirectDirectMapMappingTestSuccess0.035
DirectMapUnitOfWorkTestSuccess0.011
DirectMapMappingDeleteTestSuccess0.016
DirectMapMappingBatchReadTestSuccess0.028
DirectMapMappingIndirectionTestSuccess0.010
DirectMapMappingsSerializedConverterTestCaseSuccess0.016
DirectMapMappingHashMapTestSuccess0.013
ManyToManyMergeTestSuccess12.083
OneToManyMergeTestSuccess11.674
DirectCollectionMergeTestSuccess11.713
DirectMapMergeTestSuccess11.725
OrderedListMergeTestSuccess11.727
OrderedListMergeTest2Success11.688
OrderedListMergeTest3Success11.690
ReadObjectTest(Employee: Bob Smith)Success0.060
ReadObjectTest(Employee: John Way)Success0.023
ReadObjectTest(Employee: Charles Chanley)Success0.010
ReadObjectTest(Employee: Emanual Smith)Success0.036
ReadObjectTest(Employee: Sarah Way)Success0.010
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.021
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.019
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.002
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
WriteObjectTest(Employee: Bob Smith)Success0.020
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.019
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.014
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.018
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.004
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
InsertObjectTest(Employee: Bob Smith)Success0.010
InsertObjectTest(Employee: John Way)Success0.015
InsertObjectTest(Employee: Charles Chanley)Success0.013
InsertObjectTest(Employee: Emanual Smith)Success0.015
InsertObjectTest(Employee: Sarah Way)Success0.014
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.002
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.004
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.003
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.003
DeleteObjectTest(Employee: Bob Smith)Success0.072
DeleteObjectTest(Employee: John Way)Success0.025
DeleteObjectTest(Employee: Charles Chanley)Success0.025
DeleteObjectTest(Employee: Emanual Smith)Success0.024
DeleteObjectTest(Employee: Sarah Way)Success0.025
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.015
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.010
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
AddDescriptorsTestSuccess0.002
ReadObjectTest(Employee: Bob Smith)Success0.059
ReadObjectTest(Employee: John Way)Success0.022
ReadObjectTest(Employee: Charles Chanley)Success0.010
ReadObjectTest(Employee: Emanual Smith)Success0.007
ReadObjectTest(Employee: Sarah Way)Success0.010
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.021
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.019
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.006
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.002
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.002
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.002
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
WriteObjectTest(Employee: Bob Smith)Success0.021
WriteObjectTest(Employee: John Way)Success0.021
WriteObjectTest(Employee: Charles Chanley)Success0.019
WriteObjectTest(Employee: Emanual Smith)Success0.014
WriteObjectTest(Employee: Sarah Way)Success0.018
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
WriteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
WriteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.005
WriteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
InsertObjectTest(Employee: Bob Smith)Success0.014
InsertObjectTest(Employee: John Way)Success0.018
InsertObjectTest(Employee: Charles Chanley)Success0.015
InsertObjectTest(Employee: Emanual Smith)Success0.017
InsertObjectTest(Employee: Sarah Way)Success0.017
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.004
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
DeleteObjectTest(Employee: Bob Smith)Success0.071
DeleteObjectTest(Employee: John Way)Success0.026
DeleteObjectTest(Employee: Charles Chanley)Success0.025
DeleteObjectTest(Employee: Emanual Smith)Success0.025
DeleteObjectTest(Employee: Sarah Way)Success0.025
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.016
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.014
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.007
UpdateToNullTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.028
UpdateChangeValueTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.037
UpdateChangeNothingTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.019
UpdateChangeObjectTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.039
NestedUnitOfWorkTest(Employee: Bob Smith)Success0.050
NestedUnitOfWorkMultipleCommitTest(Employee: Bob Smith)Success0.028
DeepNestedUnitOfWorkTest(Employee: Bob Smith)Success0.040
MultipleUnitOfWorkTest(Employee: Bob Smith)Success0.053
UnitOfWorkResumeTest(Employee: Bob Smith)Success0.035
UnitOfWorkResumeOnFailureTest(Employee: Bob Smith)Success0.038
UnitOfWorkCommitResumeOnFailureNoFailureTest(Employee: Bob Smith)Success0.035
UnitOfWorkCommitAndResume(Employee: Bob Smith)Success0.025
UnitOfWorkRevertTest(Employee: Bob Smith)Success0.029
ChangeFlagTestSuccess0.012
ChangeEventTestSuccess0.013
DeepMergeCloneSerializedTestSuccess0.029
DeepMergeCloneSerializedObjectReferenceChangesTestSuccess0.018
ReadObjectTest(Employee: Bob Smith)Success0.059
ReadObjectTest(Employee: John Way)Success0.022
ReadObjectTest(Employee: Charles Chanley)Success0.010
ReadObjectTest(Employee: Emanual Smith)Success0.007
ReadObjectTest(Employee: Sarah Way)Success0.009
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.021
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.021
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.002
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
WriteObjectTest(Employee: Bob Smith)Success0.020
WriteObjectTest(Employee: John Way)Success0.021
WriteObjectTest(Employee: Charles Chanley)Success0.019
WriteObjectTest(Employee: Emanual Smith)Success0.014
WriteObjectTest(Employee: Sarah Way)Success0.019
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
WriteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.004
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
WriteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.005
WriteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.005
InsertObjectTest(Employee: Bob Smith)Success0.014
InsertObjectTest(Employee: John Way)Success0.016
InsertObjectTest(Employee: Charles Chanley)Success0.014
InsertObjectTest(Employee: Emanual Smith)Success0.016
InsertObjectTest(Employee: Sarah Way)Success0.018
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.005
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.005
DeleteObjectTest(Employee: Bob Smith)Success0.070
DeleteObjectTest(Employee: John Way)Success0.025
DeleteObjectTest(Employee: Charles Chanley)Success0.025
DeleteObjectTest(Employee: Emanual Smith)Success0.022
DeleteObjectTest(Employee: Sarah Way)Success0.025
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.015
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.007
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.014
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.007
UpdateToNullTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.029
UpdateChangeValueTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.032
UpdateChangeNothingTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.025
UpdateChangeObjectTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.045
MultipleUnitOfWorkTest(Employee: Bob Smith)Success0.033
UnitOfWorkResumeTest(Employee: Bob Smith)Success0.037
UnitOfWorkResumeOnFailureTest(Employee: Bob Smith)Success0.046
UnitOfWorkCommitResumeOnFailureNoFailureTest(Employee: Bob Smith)Success0.036
UnitOfWorkRevertTest(Employee: Bob Smith)Success0.035
ChangeFlagTestSuccess0.007
NestedUOWWithAttributeChangeTrackingTestSuccess0.004
WrongPropertyNameTestSuccess0.002
DeepMergeCloneSerializedTestSuccess0.028
DeepMergeCloneSerializedObjectReferenceChangesTestSuccess0.012
TransparentMapTestSuccess0.103
AggregateAttributeChangeTrackingTestSuccess0.007
ChangeTrackedWeakReferenceTestSuccess0.049
DeferredChangeWeakReferenceTestSuccess0.011
ForceWeakReferenceTestSuccess8.466
HardReferenceTestSuccess0.437
WeakReferenceTestSuccess2.388
ReadObjectTest(Employee: Bob Smith)Success0.060
ReadObjectTest(Employee: John Way)Success0.023
ReadObjectTest(Employee: Charles Chanley)Success0.010
ReadObjectTest(Employee: Emanual Smith)Success0.009
ReadObjectTest(Employee: Sarah Way)Success0.009
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.022
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.023
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.004
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.002
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
WriteObjectTest(Employee: Bob Smith)Success0.024
WriteObjectTest(Employee: John Way)Success0.021
WriteObjectTest(Employee: Charles Chanley)Success0.018
WriteObjectTest(Employee: Emanual Smith)Success0.014
WriteObjectTest(Employee: Sarah Way)Success0.018
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.006
WriteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.008
WriteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
WriteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.005
InsertObjectTest(Employee: Bob Smith)Success0.014
InsertObjectTest(Employee: John Way)Success0.017
InsertObjectTest(Employee: Charles Chanley)Success0.015
InsertObjectTest(Employee: Emanual Smith)Success0.017
InsertObjectTest(Employee: Sarah Way)Success0.017
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.004
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.005
DeleteObjectTest(Employee: Bob Smith)Success0.073
DeleteObjectTest(Employee: John Way)Success0.026
DeleteObjectTest(Employee: Charles Chanley)Success0.024
DeleteObjectTest(Employee: Emanual Smith)Success0.022
DeleteObjectTest(Employee: Sarah Way)Success0.025
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.016
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.007
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.014
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
UpdateToNullTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.023
UpdateChangeValueTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.029
UpdateChangeNothingTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.022
UpdateChangeObjectTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.043
MultipleUnitOfWorkTest(Employee: Bob Smith)Success0.035
UnitOfWorkResumeTest(Employee: Bob Smith)Success0.035
UnitOfWorkResumeOnFailureTest(Employee: Bob Smith)Success0.039
UnitOfWorkCommitResumeOnFailureNoFailureTest(Employee: Bob Smith)Success0.035
UnitOfWorkRevertTest(Employee: Bob Smith)Success0.032
ChangeFlagTestSuccess0.007
NestedUOWWithAttributeChangeTrackingTestSuccess0.002
DeepMergeCloneSerializedTestSuccess0.074
DeepMergeCloneSerializedObjectReferenceChangesTestSuccess0.015
TransparentIndirectionTestSuccess0.043
TransparentIndirectionAddOverflowBehaviourTestSuccess0.013
TransparentIndirectionAddRemoveTestSuccess0.024
TransparentIndirectionResumeAddTestSuccess0.008
ReadObjectTest(Employee: Bob Smith)Success0.059
ReadObjectTest(Employee: John Way)Success0.023
ReadObjectTest(Employee: Charles Chanley)Success0.009
ReadObjectTest(Employee: Emanual Smith)Success0.006
ReadObjectTest(Employee: Sarah Way)Success0.009
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.019
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.021
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.006
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.002
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.002
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
WriteObjectTest(Employee: Bob Smith)Success0.020
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.012
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.017
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.008
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.003
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
InsertObjectTest(Employee: Bob Smith)Success0.011
InsertObjectTest(Employee: John Way)Success0.015
InsertObjectTest(Employee: Charles Chanley)Success0.013
InsertObjectTest(Employee: Emanual Smith)Success0.014
InsertObjectTest(Employee: Sarah Way)Success0.013
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.004
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
DeleteObjectTest(Employee: Bob Smith)Success0.071
DeleteObjectTest(Employee: John Way)Success0.025
DeleteObjectTest(Employee: Charles Chanley)Success0.026
DeleteObjectTest(Employee: Emanual Smith)Success0.022
DeleteObjectTest(Employee: Sarah Way)Success0.025
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.016
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.007
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.001
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
AddDescriptorsTestSuccess0.002
ReadObjectTest(Employee: Bob Smith)Success0.102
ReadObjectTest(Employee: John Way)Success0.013
ReadObjectTest(Employee: Charles Chanley)Success0.010
ReadObjectTest(Employee: Emanual Smith)Success0.009
ReadObjectTest(Employee: Sarah Way)Success0.018
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.116
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.054
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.029
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.017
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.002
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.013
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.077
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.014
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
ReadObjectTest(Employee: Bob Smith)Success0.059
ReadObjectTest(Employee: John Way)Success0.022
ReadObjectTest(Employee: Charles Chanley)Success0.010
ReadObjectTest(Employee: Emanual Smith)Success0.007
ReadObjectTest(Employee: Sarah Way)Success0.009
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.021
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.021
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.006
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.002
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.002
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
WriteObjectTest(Employee: Bob Smith)Success0.020
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.013
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.017
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.004
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.004
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
InsertObjectTest(Employee: Bob Smith)Success0.011
InsertObjectTest(Employee: John Way)Success0.014
InsertObjectTest(Employee: Charles Chanley)Success0.012
InsertObjectTest(Employee: Emanual Smith)Success0.014
InsertObjectTest(Employee: Sarah Way)Success0.013
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.002
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.002
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.003
DeleteObjectTest(Employee: Bob Smith)Success0.072
DeleteObjectTest(Employee: John Way)Success0.025
DeleteObjectTest(Employee: Charles Chanley)Success0.027
DeleteObjectTest(Employee: Emanual Smith)Success0.022
DeleteObjectTest(Employee: Sarah Way)Success0.024
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.016
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
AddDescriptorsTestSuccess0.001
ReadObjectTest(Employee: Bob Smith)Success0.056
ReadObjectTest(Employee: John Way)Success0.022
ReadObjectTest(Employee: Charles Chanley)Success0.009
ReadObjectTest(Employee: Emanual Smith)Success0.006
ReadObjectTest(Employee: Sarah Way)Success0.009
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.002
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
WriteObjectTest(Employee: Bob Smith)Success0.019
WriteObjectTest(Employee: John Way)Success0.019
WriteObjectTest(Employee: Charles Chanley)Success0.017
WriteObjectTest(Employee: Emanual Smith)Success0.012
WriteObjectTest(Employee: Sarah Way)Success0.017
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
WriteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.005
WriteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
WriteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.005
WriteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
InsertObjectTest(Employee: Bob Smith)Success0.011
InsertObjectTest(Employee: John Way)Success0.013
InsertObjectTest(Employee: Charles Chanley)Success0.011
InsertObjectTest(Employee: Emanual Smith)Success0.015
InsertObjectTest(Employee: Sarah Way)Success0.012
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.002
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.003
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
DeleteObjectTest(Employee: Bob Smith)Success0.067
DeleteObjectTest(Employee: John Way)Success0.024
DeleteObjectTest(Employee: Charles Chanley)Success0.024
DeleteObjectTest(Employee: Emanual Smith)Success0.021
DeleteObjectTest(Employee: Sarah Way)Success0.023
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.017
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.008
FUVLTimestampLockInCacheTest(Test1)Success0.038
FUVLTimestampLockInCacheTest(Test2)Success0.016
FUVLTimestampLockInCacheTest(Test3)Success0.029
FUVLTimestampLockInCacheTest(Test4)Success0.015
FUVLTimestampLockInObjectTest(Test1)Success0.036
FUVLTimestampLockInObjectTest(Test2)Success0.016
FUVLTimestampLockInObjectTest(Test3)Success0.029
FUVLTimestampLockInObjectTest(Test4)Success0.015
FUVLVersionLockInCacheTest(Test1)Success0.021
FUVLVersionLockInCacheTest(Test2)Success0.006
FUVLVersionLockInCacheTest(Test3)Success0.009
FUVLVersionLockInCacheTest(Test4)Success0.005
FUVLVersionLockInObjectTest(Test1)Success0.022
FUVLVersionLockInObjectTest(Test2)Success0.006
FUVLVersionLockInObjectTest(Test3)Success0.009
FUVLVersionLockInObjectTest(Test4)Success0.005
FUVLNopTimestampLockInCacheTest(Test1)Success0.015
FUVLNopTimestampLockInCacheTest(Test2)Success0.011
FUVLNopTimestampLockInCacheTest(Test3)Success0.010
FUVLNopTimestampLockInCacheTest(Test4)Success0.010
FUVLNopTimestampLockInObjectTest(Test1)Success0.014
FUVLNopTimestampLockInObjectTest(Test2)Success0.011
FUVLNopTimestampLockInObjectTest(Test3)Success0.010
FUVLNopTimestampLockInObjectTest(Test4)Success0.010
FUVLNopVersionLockInCacheTest(Test1)Success0.010
FUVLNopVersionLockInCacheTest(Test2)Success0.006
FUVLNopVersionLockInCacheTest(Test3)Success0.005
FUVLNopVersionLockInCacheTest(Test4)Success0.005
FUVLNopVersionLockInObjectTest(Test1)Success0.009
FUVLNopVersionLockInObjectTest(Test2)Success0.006
FUVLNopVersionLockInObjectTest(Test3)Success0.006
FUVLNopVersionLockInObjectTest(Test4)Success0.005
SingleConnectionFailureTestSuccess0.027
ConnectionPoolFailureTestSuccess0.009
FullDatabaseFailureTestSuccess15.020
FeatureTestModelError Internal Exception: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013206285) violated Error Code: 1 Call: INSERT INTO BUILDER_SELLING_POINT (BUILDER_ID, LOCATION, AREA, DESCRIPTION, SQUARE_FEET, TYPE) VALUES (?, ?, ?, ?, ?, ?) bind => [51, 435 Carling Ave., back yard, Large open space with beautiful lawn., 0, R] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.aggregate.RoomSellingPoint@15bc0b2)

Local Exception Stack:
Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.20090213-SNAPSHOT): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013206285) violated

Error Code: 1
Call: INSERT INTO BUILDER_SELLING_POINT (BUILDER_ID, LOCATION, AREA, DESCRIPTION, SQUARE_FEET, TYPE) VALUES (?, ?, ?, ?, ?, ?)
bind => [51, 435 Carling Ave., back yard, Large open space with beautiful lawn., 0, R]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.aggregate.RoomSellingPoint@15bc0b2)
at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:313)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:767)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:833)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:558)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:501)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:876)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:205)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:191)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:330)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:162)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:177)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:461)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWrite(DatabaseQueryMechanism.java:239)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.mappings.AggregateCollectionMapping.postInsert(AggregateCollectionMapping.java:1426)
at org.eclipse.persistence.descriptors.DescriptorQueryManager.postInsert(DescriptorQueryManager.java:904)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:470)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWrite(DatabaseQueryMechanism.java:239)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.mappings.AggregateCollectionMapping.postInsert(AggregateCollectionMapping.java:1426)
at org.eclipse.persistence.descriptors.DescriptorQueryManager.postInsert(DescriptorQueryManager.java:904)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:470)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:286)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1129)
at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:195)
at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsForClassWithChangeSet(CommitManager.java:164)
at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:116)
at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:3179)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1271)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1366)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:1202)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:980)
at org.eclipse.persistence.testing.models.aggregate.AggregateSystem.populate(AggregateSystem.java:214)
at org.eclipse.persistence.testing.framework.TestSystem.run(TestSystem.java:170)
at org.eclipse.persistence.testing.framework.TestExecutor.forceConfigureSystem(TestExecutor.java:275)
at org.eclipse.persistence.testing.framework.TestModel.configure(TestModel.java:178)
at org.eclipse.persistence.testing.framework.TestModel.setupEntity(TestModel.java:413)
at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:200)
at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:313)
at org.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:247)
at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:208)
at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:313)
Caused by: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013206285) violated

at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:74)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:204)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3468)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:758)
0.000
FeatureTestModelWithoutBindingError Internal Exception: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013206382) violated Error Code: 1 Call: INSERT INTO BUILDER_SELLING_POINT (BUILDER_ID, LOCATION, AREA, DESCRIPTION, SQUARE_FEET, TYPE) VALUES (?, ?, ?, ?, ?, ?) bind => [101, 435 Carling Ave., back yard, Large open space with beautiful lawn., 0, R] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.aggregate.RoomSellingPoint@13babaa)

Local Exception Stack:
Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.20090213-SNAPSHOT): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013206382) violated

Error Code: 1
Call: INSERT INTO BUILDER_SELLING_POINT (BUILDER_ID, LOCATION, AREA, DESCRIPTION, SQUARE_FEET, TYPE) VALUES (?, ?, ?, ?, ?, ?)
bind => [101, 435 Carling Ave., back yard, Large open space with beautiful lawn., 0, R]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.aggregate.RoomSellingPoint@13babaa)
at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:313)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:767)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:833)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:558)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:501)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:876)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:205)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:191)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:330)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:162)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:177)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:461)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWrite(DatabaseQueryMechanism.java:239)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.mappings.AggregateCollectionMapping.postInsert(AggregateCollectionMapping.java:1426)
at org.eclipse.persistence.descriptors.DescriptorQueryManager.postInsert(DescriptorQueryManager.java:904)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:470)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWrite(DatabaseQueryMechanism.java:239)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.mappings.AggregateCollectionMapping.postInsert(AggregateCollectionMapping.java:1426)
at org.eclipse.persistence.descriptors.DescriptorQueryManager.postInsert(DescriptorQueryManager.java:904)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:470)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:286)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1129)
at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:195)
at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsForClassWithChangeSet(CommitManager.java:164)
at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:116)
at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:3179)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1271)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1366)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:1202)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:980)
at org.eclipse.persistence.testing.models.aggregate.AggregateSystem.populate(AggregateSystem.java:214)
at org.eclipse.persistence.testing.framework.TestSystem.run(TestSystem.java:170)
at org.eclipse.persistence.testing.framework.TestExecutor.forceConfigureSystem(TestExecutor.java:275)
at org.eclipse.persistence.testing.framework.TestModel.configure(TestModel.java:178)
at org.eclipse.persistence.testing.framework.TestModel.setupEntity(TestModel.java:413)
at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:200)
at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:313)
at org.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:247)
at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:208)
at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:313)
Caused by: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013206382) violated

at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:74)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:204)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3468)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:758)
0.000
CompareArrayContentTestSuccess0.002
CompareArrayLengthTestSuccess0.002
CompareCharArrayLengthTestSuccess0.001
CompareCharArrayContentTestSuccess0.002
CheckAreVectorTypesAssignableWithNullVectorTestSuccess0.002
CheckAreVectorTypesAssignableTestSuccess0.002
CheckCompareOrderedVectorsWithNullElementTestSuccess0.002
CheckCompareOrderedVectorsOfDifferentSizeTestSuccess0.002
CheckCompareOrderedVectorsTestSuccess0.002
CheckCompareByteArraysWithDifferentElementsTestSuccess0.002
CheckCompareBigDecimalsTestSuccess0.003
CheckCompareUnorderedVectorsOfDifferentSizeTestSuccess0.001
CheckCompareUnorderedVectorsWhenIdenticalTestSuccess0.002
CheckClassIsSubclassWithNullSuperclassTestSuccess0.001
BasicTestSuccess0.020
TimeFromDateTestSuccess0.002
TimeFromLongTestSuccess0.001
TimeFromStringTestSuccess0.001
TimestampFromDateTestSuccess0.002
TimestampFromLongTestSuccess0.001
TimestampFromStringTestSuccess0.001
AggregateObjectObjectComparisonTestSuccess0.026
AggregateObjectIsNullTestSuccess0.008
AggregateObjectNullTestSuccess0.011
MultipleAndsExpressionTestSuccess0.011
MultipleAndsExpressionTest2Success0.011
MultipleAndsExpressionTest3Success0.005
MultipleAndsExpressionTest4Success0.008
MultipleAndsExpressionTest5Success0.002
MultipleAndsExpressionTest6Success0.003
ObjectComparisonAcrossJoinSuccess0.020
ExpressionFunctionTestSuccess0.012
ExpressionMathTestSuccess0.019
AdvancedExpressionFunctionTestSuccess0.015
AdvancedExpressionMathTestSuccess0.011
BuilderEqualParameterSuccess0.011
NotExpressionTestSuccess0.009
GreaterThanEqualExpressionTestSuccess0.008
GreaterThanExpressionTestSuccess0.009
JoinsShrinkResultSetSizeTestSuccess0.012
TruncCurrentDateTestSuccess0.011
JoinsShrinkResultSetSizeTest2Success0.012
LessThanEqualExpressionTestSuccess0.010
LessThanExpressionTestSuccess0.007
IsNullExpressionTestSuccess0.007
IsNullWithJoinExpressionTestSuccess0.028
IsNotNullExpressionTestSuccess0.012
IsNotNullWithJoinExpressionTestSuccess0.018
InMultipleExpressionWithConversionParameterTestSuccess0.014
InSingleVectorParameterTestSuccess0.011
InMultipleExpressionParameterTestSuccess0.006
NotInExpressionTestSuccess0.010
InConversionTestSuccess0.005
LikeEscapeExpressionTestSuccess0.008
NotLikeExpressionTestSuccess0.010
BetweenExpressionTestSuccess0.009
BetweenExpressionTest 2Success0.021
SelfManagedEmployeeTestSuccess0.008
NotSelfManagedEmployeeTestSuccess0.010
NotEqualSelfManagedEmployeeTestSuccess0.004
MultipleTableJoinExpressionTest4Success0.035
MultipleTableJoinExpressionTest5Success0.017
MultipleTableJoinExpressionTest6Success0.058
MultipleTableJoinExpressionTest7Success0.008
CustomQKExpressionTest1Success0.007
FieldDefaultingTestSuccess0.009
OneToManyJoinTest1Success0.015
OneToManyJoinTest2Success0.029
OneToManyJoin2WithBatchReadTestSuccess0.279
OneToManyJoinTest3Success0.030
OneToManyJoinTest4Success0.028
OneToManyJoinTest5Success0.050
ManyToManyJoinTest1Success0.016
ManyToManyJoinTest5Success0.068
OneToManyJoinObjectCompareTestSuccess0.017
OneToManyJoinObjectCompareTest2Success0.012
DirectCollectionJoinTest1Success0.011
Complex Boolean TestSuccess0.008
OneToOneExpressionUsingObjectAsValue1Success0.005
OneToOneExpressionUsingObjectAsValue2Success0.008
ConstantEqualConstantTestSuccess0.009
ParameterIsNullTestSuccess0.000
ValueEqualValueTestSuccess0.005
MultiPlatformTestSuccess0.011
AdvancedSybaseExpressionFunctionTestSuccess0.001
AdvancedDB2ExpressionFunctionTestSuccess0.000
AggregateObjectJoiningTestSuccess0.021
AggregateObjectComparisonTestSuccess0.021
Correlated SubSelect TestSuccess0.057
Correlated SubSelect Expressions Reordered TestSuccess0.041
ExistsWithBatchAttributeTestSuccess0.146
ManagersOfWealthyMarriedAtWorkEmployeesTestSuccess0.172
NotInTestSuccess0.011
ObjectComparisonWithBatchAttributeTestSuccess0.187
Object Equal Or Object Equal TestSuccess0.024
Oracle Example Correlated SubSelect TestSuccess0.045
ParralelSelectCityTestSuccess0.024
ParralelSelectSameCityTestSuccess0.029
ParralelSelectSameNameInsideSubSelectTestSuccess0.095
ParralelSelectSameNameTestSuccess0.006
ParallelSelectWithBatchAttributeTestSuccess0.130
ParralelSelectObjectComparisonTestSuccess0.046
SubSelectCorrelatedNestedTestSuccess0.018
SubSelectCountTestSuccess0.030
addSubSelectEmployeeTestSuccess0.015
SubSelect Employee With Busy Manager TestSuccess0.092
SubSelectInWithBatchAttributeTestSuccess0.294
SubSelectMaxSalaryTestSuccess0.009
SubSelectMaxPostalCodeTestSuccess0.009
SubSelectMaxSalaryInOttawaTestSuccess0.014
SubSelectMaxManagerSalaryTestSuccess0.016
SubSelectNoProjectsTestSuccess0.052
SubSelectTwoManagedEmployeesTestSuccess0.019
SubSelectTwoManagedEmployeesAnyOfTestSuccess0.010
SubSelectNestedSalaryTestSuccess0.030
SubSelectTwoProjectsTestSuccess0.019
SubSelect Underpaid Managers TestSuccess0.024
HistoricalSessionTest:ReadObjectTest(Employee: Bob Smith)Success0.062
HistoricalSessionTest:ReadObjectTest(Employee: John Way)Success0.024
HistoricalSessionTest:ReadObjectTest(Employee: Charles Chanley)Success0.015
HistoricalSessionTest:ReadObjectTest(Employee: Emanual Smith)Success0.010
HistoricalSessionTest:ReadObjectTest(Employee: Sarah Way)Success0.014
HistoricalSessionTest:ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.018
HistoricalSessionTest:ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
HistoricalSessionTest:ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
HistoricalSessionTest:ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.002
HistoricalSessionTest:ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
HistoricalSessionTest:ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.002
HistoricalSessionTest:ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.002
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Employee: Bob Smith)Success0.242
ClientSession:HistoricalSessionTest:ReadObjectTest(Employee: John Way)Success0.247
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Employee: Charles Chanley)Success0.224
ClientSession:HistoricalSessionTest:ReadObjectTest(Employee: Emanual Smith)Success0.232
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Employee: Sarah Way)Success0.224
ClientSession:HistoricalSessionTest:ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.225
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.225
ClientSession:HistoricalSessionTest:ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.221
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.220
ClientSession:HistoricalSessionTest:ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.224
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.224
ClientSession:HistoricalSessionTest:ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.220
HistoricalSessionTest:ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
HistoricalSessionTest:ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.017
HistoricalSessionTest:ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
HistoricalSessionTest:ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
AsOfCurrentTimeMillisTestSuccess0.003
AsOfExpressionMathTestSuccess0.002
AsOfParameterTestSuccess0.005
AsOfStringLiteralTestSuccess0.002
CacheCorruptedByBatchAttributeTestSuccess0.009
CacheIsolationTestSuccess0.006
CacheIsolationAcrossRelationshipsTestSuccess0.063
CannotExecuteWriteInHistoricalSessionExceptionTestSuccess0.002
DynamicQueryUsingQueryKeyTestSuccess0.021
DynamicQueryUsingParallelExpressionTestSuccess0.011
NoNestedHistoricalSessionsAllowedExceptionTestSuccess0.001
NoTransactionsInHistoricalSessionExceptionTestSuccess0.004
SuccessfulCachingTestSuccess0.021
OuterJoinTestSuccess0.031
HistoricalQueriesMustPreserveGlobalCacheExceptionTestSuccess0.003
HistoricalQueriesOnlySupportedOnOracleExceptionTestSuccess0.010
HistoricalSessionOnlySupportedOnOracleExceptionTestSuccess0.001
RollbackObjectsTestSuccess0.255
ReadObjectTest(Employee: Bob Smith)Success0.018
ReadObjectTest(Employee: John Way)Success0.010
ReadObjectTest(Employee: Charles Chanley)Success0.010
ReadObjectTest(Employee: Emanual Smith)Success0.007
ReadObjectTest(Employee: Sarah Way)Success0.009
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.030
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.002
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
InsertObjectTest(Employee: Bob Smith)Success0.019
InsertObjectTest(Employee: John Way)Success0.018
InsertObjectTest(Employee: Charles Chanley)Success0.017
InsertObjectTest(Employee: Emanual Smith)Success0.021
InsertObjectTest(Employee: Sarah Way)Success0.020
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.005
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.005
WriteObjectTest(Employee: Bob Smith)Success0.024
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.021
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.020
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.020
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.015
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.020
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.007
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.007
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.005
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.016
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.006
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.005
DeleteObjectTest(Employee: Bob Smith)Success0.045
DeleteObjectTest(Employee: John Way)Success0.029
DeleteObjectTest(Employee: Charles Chanley)Success0.029
DeleteObjectTest(Employee: Emanual Smith)Success0.026
DeleteObjectTest(Employee: Sarah Way)Success0.029
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.016
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.008
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.012
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.009
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.009
IsolatedSessionHistoricalTestSuccess0.442
AggregateObjectObjectComparisonTestSuccess0.013
AggregateObjectIsNullTestSuccess0.008
AggregateObjectNullTestSuccess0.012
MultipleAndsExpressionTestSuccess0.007
MultipleAndsExpressionTest2Success0.011
MultipleAndsExpressionTest3Success0.006
MultipleAndsExpressionTest4Success0.009
MultipleAndsExpressionTest5Success0.002
MultipleAndsExpressionTest6Success0.001
ObjectComparisonAcrossJoinSuccess0.021
ExpressionFunctionTestSuccess0.011
ExpressionMathTestSuccess0.017
AdvancedExpressionFunctionTestSuccess0.015
AdvancedExpressionMathTestSuccess0.011
BuilderEqualParameterSuccess0.011
NotExpressionTestSuccess0.010
GreaterThanEqualExpressionTestSuccess0.009
GreaterThanExpressionTestSuccess0.010
JoinsShrinkResultSetSizeTestSuccess0.013
TruncCurrentDateTestSuccess0.012
JoinsShrinkResultSetSizeTest2Success0.013
LessThanEqualExpressionTestSuccess0.012
LessThanExpressionTestSuccess0.007
IsNullExpressionTestSuccess0.008
IsNullWithJoinExpressionTestSuccess0.032
IsNotNullExpressionTestSuccess0.012
IsNotNullWithJoinExpressionTestSuccess0.016
InMultipleExpressionWithConversionParameterTestSuccess0.011
InSingleVectorParameterTestSuccess0.008
InMultipleExpressionParameterTestSuccess0.006
NotInExpressionTestSuccess0.011
InConversionTestSuccess0.004
LikeEscapeExpressionTestSuccess0.008
NotLikeExpressionTestSuccess0.010
BetweenExpressionTestSuccess0.008
BetweenExpressionTest 2Success0.022
SelfManagedEmployeeTestSuccess0.009
NotSelfManagedEmployeeTestSuccess0.010
NotEqualSelfManagedEmployeeTestSuccess0.004
MultipleTableJoinExpressionTest4Success0.034
MultipleTableJoinExpressionTest5Success0.018
MultipleTableJoinExpressionTest6Success0.059
MultipleTableJoinExpressionTest7Success0.008
CustomQKExpressionTest1Success0.007
FieldDefaultingTestSuccess0.009
OneToManyJoinTest1Success0.016
OneToManyJoinTest2Success0.030
OneToManyJoin2WithBatchReadTestSuccess0.251
OneToManyJoinTest3Success0.030
OneToManyJoinTest4Success0.028
OneToManyJoinTest5Success0.048
ManyToManyJoinTest1Success0.017
ManyToManyJoinTest5Success0.070
OneToManyJoinObjectCompareTestSuccess0.017
OneToManyJoinObjectCompareTest2Success0.012
DirectCollectionJoinTest1Success0.012
Complex Boolean TestSuccess0.008
OneToOneExpressionUsingObjectAsValue1Success0.006
OneToOneExpressionUsingObjectAsValue2Success0.009
ConstantEqualConstantTestSuccess0.009
ParameterIsNullTestSuccess0.001
ValueEqualValueTestSuccess0.005
MultiPlatformTestSuccess0.011
AdvancedSybaseExpressionFunctionTestSuccess0.001
AdvancedDB2ExpressionFunctionTestSuccess0.000
AggregateObjectJoiningTestSuccess0.022
AggregateObjectComparisonTestSuccess0.021
Correlated SubSelect TestSuccess0.051
Correlated SubSelect Expressions Reordered TestSuccess0.042
ExistsWithBatchAttributeTestSuccess0.147
ManagersOfWealthyMarriedAtWorkEmployeesTestSuccess0.177
NotInTestSuccess0.013
ObjectComparisonWithBatchAttributeTestSuccess0.190
Object Equal Or Object Equal TestSuccess0.024
Oracle Example Correlated SubSelect TestSuccess0.050
ParralelSelectCityTestSuccess0.022
ParralelSelectSameCityTestSuccess0.028
ParralelSelectSameNameInsideSubSelectTestSuccess0.098
ParralelSelectSameNameTestSuccess0.007
ParallelSelectWithBatchAttributeTestSuccess0.133
ParralelSelectObjectComparisonTestSuccess0.045
SubSelectCorrelatedNestedTestSuccess0.019
SubSelectCountTestSuccess0.029
addSubSelectEmployeeTestSuccess0.016
SubSelect Employee With Busy Manager TestSuccess0.093
SubSelectInWithBatchAttributeTestSuccess0.299
SubSelectMaxSalaryTestSuccess0.012
SubSelectMaxPostalCodeTestSuccess0.009
SubSelectMaxSalaryInOttawaTestSuccess0.015
SubSelectMaxManagerSalaryTestSuccess0.016
SubSelectNoProjectsTestSuccess0.050
SubSelectTwoManagedEmployeesTestSuccess0.013
SubSelectTwoManagedEmployeesAnyOfTestSuccess0.007
SubSelectNestedSalaryTestSuccess0.022
SubSelectTwoProjectsTestSuccess0.016
SubSelect Underpaid Managers TestSuccess0.025
HistoricalSessionTest:ReadObjectTest(Employee: Bob Smith)Success0.041
HistoricalSessionTest:ReadObjectTest(Employee: John Way)Success0.023
HistoricalSessionTest:ReadObjectTest(Employee: Charles Chanley)Success0.015
HistoricalSessionTest:ReadObjectTest(Employee: Emanual Smith)Success0.010
HistoricalSessionTest:ReadObjectTest(Employee: Sarah Way)Success0.015
HistoricalSessionTest:ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.018
HistoricalSessionTest:ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.006
HistoricalSessionTest:ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
HistoricalSessionTest:ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.002
HistoricalSessionTest:ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.004
HistoricalSessionTest:ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.002
HistoricalSessionTest:ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.002
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Employee: Bob Smith)Success0.223
ClientSession:HistoricalSessionTest:ReadObjectTest(Employee: John Way)Success0.242
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Employee: Charles Chanley)Success0.222
ClientSession:HistoricalSessionTest:ReadObjectTest(Employee: Emanual Smith)Success0.231
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Employee: Sarah Way)Success0.223
ClientSession:HistoricalSessionTest:ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.226
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.221
ClientSession:HistoricalSessionTest:ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.223
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.221
ClientSession:HistoricalSessionTest:ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.224
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.222
ClientSession:HistoricalSessionTest:ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.223
HistoricalSessionTest:ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
HistoricalSessionTest:ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.017
HistoricalSessionTest:ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.003
HistoricalSessionTest:ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
AsOfCurrentTimeMillisTestSuccess0.000
AsOfExpressionMathTestSuccess0.000
AsOfParameterTestSuccess0.005
AsOfStringLiteralTestSuccess0.000
CacheCorruptedByBatchAttributeTestSuccess0.007
CacheIsolationTestSuccess0.005
CacheIsolationAcrossRelationshipsTestSuccess0.063
CannotExecuteWriteInHistoricalSessionExceptionTestSuccess0.000
DynamicQueryUsingQueryKeyTestSuccess0.017
DynamicQueryUsingParallelExpressionTestSuccess0.011
NoNestedHistoricalSessionsAllowedExceptionTestSuccess0.000
NoTransactionsInHistoricalSessionExceptionTestSuccess0.001
SuccessfulCachingTestSuccess0.020
OuterJoinTestSuccess0.029
HistoricalQueriesMustPreserveGlobalCacheExceptionTestSuccess0.000
HistoricalQueriesOnlySupportedOnOracleExceptionTestSuccess0.005
HistoricalSessionOnlySupportedOnOracleExceptionTestSuccess0.001
RollbackObjectsTestSuccess0.258
ReadObjectTest(Employee: Bob Smith)Success0.017
ReadObjectTest(Employee: John Way)Success0.010
ReadObjectTest(Employee: Charles Chanley)Success0.010
ReadObjectTest(Employee: Emanual Smith)Success0.007
ReadObjectTest(Employee: Sarah Way)Success0.010
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.021
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.021
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.001
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.007
InsertObjectTest(Employee: Bob Smith)Success0.016
InsertObjectTest(Employee: John Way)Success0.019
InsertObjectTest(Employee: Charles Chanley)Success0.018
InsertObjectTest(Employee: Emanual Smith)Success0.023
InsertObjectTest(Employee: Sarah Way)Success0.022
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.005
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.005
WriteObjectTest(Employee: Bob Smith)Success0.024
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.024
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.025
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.251
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.015
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.020
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.007
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.006
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.005
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.016
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.006
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.006
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.005
DeleteObjectTest(Employee: Bob Smith)Success0.043
DeleteObjectTest(Employee: John Way)Success0.028
DeleteObjectTest(Employee: Charles Chanley)Success0.028
DeleteObjectTest(Employee: Emanual Smith)Success0.026
DeleteObjectTest(Employee: Sarah Way)Success0.029
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.019
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.007
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.008
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.012
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.009
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.009
IsolatedSessionHistoricalTestSuccess0.309
AggregateObjectObjectComparisonTestSuccess0.013
AggregateObjectIsNullTestSuccess0.008
AggregateObjectNullTestSuccess0.011
MultipleAndsExpressionTestSuccess0.008
MultipleAndsExpressionTest2Success0.011
MultipleAndsExpressionTest3Success0.006
MultipleAndsExpressionTest4Success0.009
MultipleAndsExpressionTest5Success0.001
MultipleAndsExpressionTest6Success0.002
ObjectComparisonAcrossJoinSuccess0.020
ExpressionFunctionTestSuccess0.012
ExpressionMathTestSuccess0.016
AdvancedExpressionFunctionTestSuccess0.015
AdvancedExpressionMathTestSuccess0.011
BuilderEqualParameterSuccess0.012
NotExpressionTestSuccess0.010
GreaterThanEqualExpressionTestSuccess0.008
GreaterThanExpressionTestSuccess0.010
JoinsShrinkResultSetSizeTestSuccess0.013
TruncCurrentDateTestSuccess0.012
JoinsShrinkResultSetSizeTest2Success0.013
LessThanEqualExpressionTestSuccess0.010
LessThanExpressionTestSuccess0.009
IsNullExpressionTestSuccess0.007
IsNullWithJoinExpressionTestSuccess0.026
IsNotNullExpressionTestSuccess0.011
IsNotNullWithJoinExpressionTestSuccess0.017
InMultipleExpressionWithConversionParameterTestSuccess0.011
InSingleVectorParameterTestSuccess0.009
InMultipleExpressionParameterTestSuccess0.006
NotInExpressionTestSuccess0.011
InConversionTestSuccess0.004
LikeEscapeExpressionTestSuccess0.007
NotLikeExpressionTestSuccess0.010
BetweenExpressionTestSuccess0.009
BetweenExpressionTest 2Success0.021
SelfManagedEmployeeTestSuccess0.008
NotSelfManagedEmployeeTestSuccess0.010
NotEqualSelfManagedEmployeeTestSuccess0.003
MultipleTableJoinExpressionTest4Success0.033
MultipleTableJoinExpressionTest5Success0.017
MultipleTableJoinExpressionTest6Success0.058
MultipleTableJoinExpressionTest7Success0.008
CustomQKExpressionTest1Success0.007
FieldDefaultingTestSuccess0.008
OneToManyJoinTest1Success0.016
OneToManyJoinTest2Success0.029
OneToManyJoin2WithBatchReadTestSuccess0.253
OneToManyJoinTest3Success0.031
OneToManyJoinTest4Success0.028
OneToManyJoinTest5Success0.048
ManyToManyJoinTest1Success0.016
ManyToManyJoinTest5Success0.069
OneToManyJoinObjectCompareTestSuccess0.017
OneToManyJoinObjectCompareTest2Success0.012
DirectCollectionJoinTest1Success0.012
Complex Boolean TestSuccess0.008
OneToOneExpressionUsingObjectAsValue1Success0.006
OneToOneExpressionUsingObjectAsValue2Success0.009
ConstantEqualConstantTestSuccess0.008
ParameterIsNullTestSuccess0.001
ValueEqualValueTestSuccess0.005
MultiPlatformTestSuccess0.011
AdvancedSybaseExpressionFunctionTestSuccess0.001
AdvancedDB2ExpressionFunctionTestSuccess0.000
AggregateObjectJoiningTestSuccess0.021
AggregateObjectComparisonTestSuccess0.020
Correlated SubSelect TestSuccess0.049
Correlated SubSelect Expressions Reordered TestSuccess0.042
ExistsWithBatchAttributeTestSuccess0.147
ManagersOfWealthyMarriedAtWorkEmployeesTestSuccess0.173
NotInTestSuccess0.013
ObjectComparisonWithBatchAttributeTestSuccess0.187
Object Equal Or Object Equal TestSuccess0.024
Oracle Example Correlated SubSelect TestSuccess0.047
ParralelSelectCityTestSuccess0.022
ParralelSelectSameCityTestSuccess0.030
ParralelSelectSameNameInsideSubSelectTestSuccess0.096
ParralelSelectSameNameTestSuccess0.006
ParallelSelectWithBatchAttributeTestSuccess0.130
ParralelSelectObjectComparisonTestSuccess0.044
SubSelectCorrelatedNestedTestSuccess0.019
SubSelectCountTestSuccess0.030
addSubSelectEmployeeTestSuccess0.015
SubSelect Employee With Busy Manager TestSuccess0.092
SubSelectInWithBatchAttributeTestSuccess0.288
SubSelectMaxSalaryTestSuccess0.010
SubSelectMaxPostalCodeTestSuccess0.009
SubSelectMaxSalaryInOttawaTestSuccess0.014
SubSelectMaxManagerSalaryTestSuccess0.016
SubSelectNoProjectsTestSuccess0.049
SubSelectTwoManagedEmployeesTestSuccess0.014
SubSelectTwoManagedEmployeesAnyOfTestSuccess0.007
SubSelectNestedSalaryTestSuccess0.022
SubSelectTwoProjectsTestSuccess0.014
SubSelect Underpaid Managers TestSuccess0.024
HistoricalSessionTest:ReadObjectTest(Employee: Bob Smith)Success0.040
HistoricalSessionTest:ReadObjectTest(Employee: John Way)Success0.024
HistoricalSessionTest:ReadObjectTest(Employee: Charles Chanley)Success0.016
HistoricalSessionTest:ReadObjectTest(Employee: Emanual Smith)Success0.010
HistoricalSessionTest:ReadObjectTest(Employee: Sarah Way)Success0.015
HistoricalSessionTest:ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.018
HistoricalSessionTest:ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
HistoricalSessionTest:ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
HistoricalSessionTest:ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.002
HistoricalSessionTest:ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
HistoricalSessionTest:ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.002
HistoricalSessionTest:ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.002
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Employee: Bob Smith)Success0.224
ClientSession:HistoricalSessionTest:ReadObjectTest(Employee: John Way)Success0.240
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Employee: Charles Chanley)Success0.223
ClientSession:HistoricalSessionTest:ReadObjectTest(Employee: Emanual Smith)Success0.232
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Employee: Sarah Way)Success0.223
ClientSession:HistoricalSessionTest:ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.227
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.224
ClientSession:HistoricalSessionTest:ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.222
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.221
ClientSession:HistoricalSessionTest:ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.225
ClientSessionBroker:HistoricalSessionTest:ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.223
ClientSession:HistoricalSessionTest:ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.223
HistoricalSessionTest:ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.010
HistoricalSessionTest:ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.017
HistoricalSessionTest:ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
HistoricalSessionTest:ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.001
AsOfCurrentTimeMillisTestSuccess0.000
AsOfExpressionMathTestSuccess0.000
AsOfParameterTestSuccess0.004
AsOfStringLiteralTestSuccess0.000
CacheCorruptedByBatchAttributeTestSuccess0.006
CacheIsolationTestSuccess0.004
CacheIsolationAcrossRelationshipsTestSuccess0.062
CannotExecuteWriteInHistoricalSessionExceptionTestSuccess0.000
DynamicQueryUsingQueryKeyTestSuccess0.017
DynamicQueryUsingParallelExpressionTestSuccess0.010
NoNestedHistoricalSessionsAllowedExceptionTestSuccess0.000
NoTransactionsInHistoricalSessionExceptionTestSuccess0.001
SuccessfulCachingTestSuccess0.020
OuterJoinTestSuccess0.029
HistoricalQueriesMustPreserveGlobalCacheExceptionTestSuccess0.001
HistoricalQueriesOnlySupportedOnOracleExceptionTestSuccess0.005
HistoricalSessionOnlySupportedOnOracleExceptionTestSuccess0.000
RollbackObjectsTestSuccess0.253
ReadObjectTest(Employee: Bob Smith)Success0.017
ReadObjectTest(Employee: John Way)Success0.010
ReadObjectTest(Employee: Charles Chanley)Success0.010
ReadObjectTest(Employee: Emanual Smith)Success0.007
ReadObjectTest(Employee: Sarah Way)Success0.009
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.002
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
InsertObjectTest(Employee: Bob Smith)Success0.017
InsertObjectTest(Employee: John Way)Success0.019
InsertObjectTest(Employee: Charles Chanley)Success0.017
InsertObjectTest(Employee: Emanual Smith)Success0.021
InsertObjectTest(Employee: Sarah Way)Success0.020
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.005
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.005
WriteObjectTest(Employee: Bob Smith)Success0.024
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.020
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.021
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.020
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.015
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.020
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.006
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.006
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.005
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.016
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.006
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.005
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.005
DeleteObjectTest(Employee: Bob Smith)Success0.123
DeleteObjectTest(Employee: John Way)Success0.028
DeleteObjectTest(Employee: Charles Chanley)Success0.029
DeleteObjectTest(Employee: Emanual Smith)Success0.026
DeleteObjectTest(Employee: Sarah Way)Success0.029
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.016
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.007
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.007
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.012
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.009
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.010
IsolatedSessionHistoricalTestSuccess0.307
QualifiedTableTestSuccess0.092
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.A_King2)Success0.005
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@14c7e3b)Success0.003
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@14c844f)Success0.003
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@14c8854)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@14c8caf)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@14c9982)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@14c9dcd)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@14ca218)Success0.034
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@14d1999)Success0.004
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@14d5989)Success0.004
ReadObjectTest(Bus(455))Success0.006
ReadObjectTest(Raymen)Success0.008
ReadObjectTest(Steve)Success0.009
ReadObjectTest(Biff)Success0.003
ReadObjectTest(Jenny)Success0.004
ReadObjectTest(Richard)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@14e25e6)Success0.006
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@14e2045)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@14e19f4)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@14e12ce)Success0.003
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@14e2c06)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Cat)Success0.006
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Dog)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Company)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Person)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.SalesRep)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Engineer)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.SoftwareEngineer)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Computer)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.PC)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.IBMPC)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Mac)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Mainframe)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Car)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.SportsCar)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Bus)Success0.010
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Bicycle)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Boat)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Vehicle)Success0.023
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.NonFueledVehicle)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.FueledVehicle)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.A_King2)Success0.003
QueryInheritanceTestSuccess0.005
JoinWithSecondaryTableTestSuccess0.018
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@14c7e3b)Success0.007
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@14c844f)Success0.006
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@14c8854)Success0.004
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@14c8caf)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@14c9982)Success0.004
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@14c9dcd)Success0.003
DeleteObjectTest(Raymen)Success0.049
DeleteObjectTest(Richard)Success0.013
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@14ca218)Success0.051
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@14d1999)Success0.023
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@14d5989)Success0.018
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@14e12ce)Success0.007
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@14e19f4)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@14e2045)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@14e25e6)Success0.004
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@14e2c06)Success0.007
ComplexDeleteTestfalsefalse(org.eclipse.persistence.testing.models.inheritance.Alligator@14e675f)truefalseSuccess0.031
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@14f1529)Success0.002
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@14f1705)Success0.002
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@14f18db)Success0.025
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@14f1b4b)Success0.017
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@14f1dad)Success0.012
InsertObjectTest(Raymen)Success0.010
InsertObjectTest(Richard)Success0.009
InsertObjectTest(Brendan)Success0.009
InsertObjectTest(Car(null))Success0.011
InsertObjectTest(Car(null))Success0.007
InsertObjectTest(Car(null))Success0.007
InsertObjectTest(Car(null))Success0.008
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@14f265d)Success0.006
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@14f285d)Success0.005
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@14f2a3b)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@14f2c19)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@14f2ded)Success0.005
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Developer_King@14f2fe4)Success0.016
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Developer_King@14f31f7)Success0.006
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.SeniorDeveloper_King@14f3406)Success0.009
OverrideInheritedMappingTestSuccess0.013
BindingWithShallowInsertTestSuccess0.048
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@14c7e3b)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@14c7e3b)Success0.005
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@14c844f)Success0.003
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@14c844f)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@14c8854)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@14c8caf)Success0.003
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@14c9982)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@14c9dcd)Success0.004
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@14ca218)Success0.013
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@14ca218)Success0.012
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@14d1999)Success0.008
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@14d5989)Success0.007
WriteObjectTest(Raymen)Success0.007
UnitOfWorkBasicUpdateObjectTest(Raymen)Success0.008
WriteObjectTest(Steve)Success0.010
UnitOfWorkBasicUpdateObjectTest(Steve)Success0.011
WriteObjectTest(Richard)Success0.006
UnitOfWorkBasicUpdateObjectTest(Richard)Success0.006
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@14e12ce)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@14e12ce)Success0.005
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@14e19f4)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@14e19f4)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@14e2045)Success0.003
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@14e25e6)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@14e25e6)Success0.005
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@14e2c06)Success0.008
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@14e2c06)Success0.003
UnitOfWorkTest(org.eclipse.persistence.testing.models.inheritance.Company@14ca218)Success0.045
UnitOfWorkTest(org.eclipse.persistence.testing.models.inheritance.Company@14d1999)Success0.030
UnitOfWorkTest(org.eclipse.persistence.testing.models.inheritance.Company@14d5989)Success0.025
InfiniteRecursionWithNoDescriptorTestSuccess0.015
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.inheritance.Company@14ca218)Success0.054
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.inheritance.Company@14d1999)Success0.047
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.inheritance.Company@14d5989)Success0.044
LeafQueryTestSuccess0.024
SecondaryTableUpdateTestSuccess0.018
TranslatedKeyInheritanceTestCaseSuccess0.018
SingleInheritanceTestSuccess0.162
CursoredStreamInheritanceTestCaseSuccess0.027
ReinitializeJoiningOnClassDescriptorWithInheritanceTestSuccess0.002
ReadObjectTest(PolicyHolder: Bob Smith)Success0.055
ReadObjectTest(PolicyHolder: Jill May)Success0.040
ReadObjectTest(PolicyHolder: Sarah Way)Success0.008
ReadObjectTest(PolicyHolder: Sarah-loo Smitty)Success0.014
ReadAllTest(org.eclipse.persistence.testing.models.insurance.PolicyHolder)Success0.044
ReadAllTest(org.eclipse.persistence.testing.models.insurance.Policy)Success0.051
ReadAllTest(org.eclipse.persistence.testing.models.insurance.Claim)Success0.052
InsertObjectTest(PolicyHolder: Bobby Jones)Success0.006
WriteObjectTest(PolicyHolder: Bob Smith)Success0.048
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Bob Smith)Success0.017
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Jill May)Success0.033
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Sarah Way)Success0.015
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Sarah-loo Smitty)Success0.015
DeleteObjectTest(PolicyHolder: Bob Smith)Success0.043
DeleteObjectTest(PolicyHolder: Jill May)Success0.037
DeleteObjectTest(PolicyHolder: Sarah Way)Success0.017
DeleteObjectTest(PolicyHolder: Sarah-loo Smitty)Success0.016
ReadObjectTest(PolicyHolder: Bob Smith)Success0.093
ReadObjectTest(PolicyHolder: Jill May)Success0.012
ReadObjectTest(PolicyHolder: Sarah Way)Success0.006
ReadObjectTest(PolicyHolder: Sarah-loo Smitty)Success0.006
ReadAllTest(org.eclipse.persistence.testing.models.insurance.PolicyHolder)Success0.024
ReadAllTest(org.eclipse.persistence.testing.models.insurance.Policy)Success0.026
ReadAllTest(org.eclipse.persistence.testing.models.insurance.Claim)Success0.022
InsertObjectTest(PolicyHolder: Bobby Jones)Success0.007
WriteObjectTest(PolicyHolder: Bob Smith)Success0.045
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Bob Smith)Success0.025
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Jill May)Success0.024
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Sarah Way)Success0.014
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Sarah-loo Smitty)Success0.011
DeleteObjectTest(PolicyHolder: Bob Smith)Success0.036
DeleteObjectTest(PolicyHolder: Jill May)Success0.029
DeleteObjectTest(PolicyHolder: Sarah Way)Success0.016
DeleteObjectTest(PolicyHolder: Sarah-loo Smitty)Success0.013
nested tables read test (PolicyHoler)Success0.035
nested tables read test (Policy)Success0.015
nested tables read test(Claim)Success0.034
nested tables read test(Address from PolicyHolder from Policy)Success0.028
ObjectArrayMappingUpdateTestSuccess0.030
WriteObjectTest(PolicyHolder: Bob Smith)Success0.029
WriteObjectTest(PolicyHolder: Bob Smith)Success0.030
WriteObjectTest(HousePolicy: 783)Success0.009
WriteObjectTest(HealthPolicy: 200)Success0.020
ReadObjectTest(TVSchedule)Success0.017
ReadObjectTest(org.eclipse.persistence.testing.models.interfaces.Show@18f58be)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.interfaces.Network@18f58b7)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.interfaces.Commercial@18f58b9)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Program)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.TVSchedule)Success0.006
DeleteObjectTest(TVSchedule)Success0.014
DeleteObjectTest(org.eclipse.persistence.testing.models.interfaces.Show@18f58be)Success0.008
InsertObjectTest(org.eclipse.persistence.testing.models.interfaces.Show@18f9632)Success0.005
WriteObjectTest(TVSchedule)Success0.008
UnitOfWorkBasicUpdateObjectTest(TVSchedule)Success0.008
ReadObjectTest(Nev Campbell)Success0.016
ReadObjectTest(Climbing Everest)Success0.006
ReadObjectTest(Never Been Kissed)Success0.003
ReadObjectTest(Chris)Success0.032
ReadObjectTest(Course Developer: 1)Success0.011
ReadObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@19d5889)Success0.001
ReadObjectTest(Personnnel Manager: 5)Success0.006
ReadObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@19d6550)Success0.001
ReadObjectTest(Product Developer: 4)Success0.007
ReadObjectTest(Product Manager: 6)Success0.005
ReadObjectTest(Receptionist: 4)Success0.010
ReadObjectTest(Secretary: 5)Success0.007
ReadObjectTest(Brendan)Success0.003
ReadObjectTest(Betty)Success0.006
ReadObjectTest(Betty)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Unionized)Success0.021
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Actor)Success0.013
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Documentary)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Film)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Job)Success0.029
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.ManagerialJob)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.VIP)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.VIP)Success0.002
Batch Read TestSuccess0.009
OneToManyVariableBackBatchReadingTestSuccess0.022
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Employee)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Employee)Success0.012
ReadAllConformInUowTestSuccess0.015
DeleteObjectTest(Never Been Kissed)Success0.013
DeleteObjectTest(Climbing Everest)Success0.009
DeleteObjectTest(Secretary: 5)Success0.017
DeleteObjectTest(Receptionist: 4)Success0.011
DeleteObjectTest(Product Developer: 4)Success0.016
DeleteObjectTest(Course Developer: 1)Success0.011
DeleteObjectTest(Product Manager: 6)Success0.007
DeleteObjectTest(Personnnel Manager: 5)Success0.007
DeleteObjectTest(Betty)Success0.024
DeleteObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@19d6550)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@19d5889)Success0.006
DeleteObjectTest(org.eclipse.persistence.testing.models.interfaces.Company@19d34fe)Success0.014
InsertObjectTest(The Flinstones)Success0.005
InsertObjectTest(Secretary: null)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.interfaces.Company@19da48b)Success0.004
InsertObjectTest(Course Developer: null)Success0.005
InsertObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@19da788)Success0.002
InsertObjectTest(Personnnel Manager: null)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@19daabe)Success0.003
InsertObjectTest(Product Developer: null)Success0.003
InsertObjectTest(Product Manager: null)Success0.002
InsertObjectTest(Receptionist: null)Success0.004
WriteObjectTest(Betty)Success0.020
UnitOfWorkBasicUpdateObjectTest(Betty)Success0.012
WriteObjectTest(Course Developer: 1)Success0.009
UnitOfWorkBasicUpdateObjectTest(Course Developer: 1)Success0.005
WriteObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@19d5889)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@19d5889)Success0.004
WriteObjectTest(Personnnel Manager: 5)Success0.006
UnitOfWorkBasicUpdateObjectTest(Personnnel Manager: 5)Success0.006
WriteObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@19d6550)Success0.003
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@19d6550)Success0.005
WriteObjectTest(Product Developer: 4)Success0.006
UnitOfWorkBasicUpdateObjectTest(Product Developer: 4)Success0.006
WriteObjectTest(Product Manager: 6)Success0.006
UnitOfWorkBasicUpdateObjectTest(Product Manager: 6)Success0.005
WriteObjectTest(Receptionist: 4)Success0.010
UnitOfWorkBasicUpdateObjectTest(Receptionist: 4)Success0.003
WriteObjectTest(Secretary: 5)Success0.008
UnitOfWorkBasicUpdateObjectTest(Secretary: 5)Success0.006
UpdateObjectTestSuccess0.013
VariableOneToOneNonPrivatelyOwnedTestSuccess0.012
VariableOneToOneDeepMergeCloneTestSuccess0.009
VariableOneToOneShallowWriteTestSuccess0.013
QueryAcrossV11TestSuccess0.003
QueryAccrossV11ProxyIndirectionTestSuccess0.021
PostCommitEventPrimaryKeyTestSuccess0.007
VariableOneToOneUpdateTestSuccess0.018
VariableOneToOneDeleteTestSuccess0.019
VariableOneToOneCodeCoverageTestSuccess0.021
VariableOneToOneInsertTestSuccess0.004
DescriptorInitTestSuccess0.308
VerifyIsolationTest TransactionalSuccess0.265
VerifyIsolationTest IsolatedSuccess0.226
VerifyIsolationTest AlwaysSuccess0.231
VerifyExclusiveConnectionTest AlwaysSuccess0.223
VerifyExclusiveConnectionTest Always_IsolatedSuccess0.222
VerifyExclusiveConnectionTest Isolated_IsolatedSuccess0.223
ExceptionOnIsolatedReferenceSuccess0.181
VPDSupportTestSuccess0.348
IsolatedQueryTestSuccess0.296
ExclusiveConnectionClosedExceptionTestSuccess0.239
NoRowsUpdatedTestSuccess0.313
ProjectXMLTestSuccess0.115
VerifyQueryCacheIsolatedSuccess0.248
CheckAccessorUsageForIsolatedClassSuccess0.248
ReadObjectTest(Employee: Bob Smith)Success0.059
ReadObjectTest(Employee: John Way)Success0.037
ReadObjectTest(Employee: Charles Chanley)Success0.029
ReadObjectTest(Employee: Emanual Smith)Success0.019
ReadObjectTest(Employee: Sarah Way)Success0.028
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.038
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.026
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.048
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.014
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.007
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.007
WriteObjectTest(Employee: Bob Smith)Success0.020
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.014
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.050
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.004
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.008
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
InsertObjectTest(Employee: Bob Smith)Success0.024
InsertObjectTest(Employee: John Way)Success0.023
InsertObjectTest(Employee: Charles Chanley)Success0.022
InsertObjectTest(Employee: Emanual Smith)Success0.025
InsertObjectTest(Employee: Sarah Way)Success0.023
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.003
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
DeleteObjectTest(Employee: Bob Smith)Success0.072
DeleteObjectTest(Employee: John Way)Success0.033
DeleteObjectTest(Employee: Charles Chanley)Success0.031
DeleteObjectTest(Employee: Emanual Smith)Success0.055
DeleteObjectTest(Employee: Sarah Way)Success0.033
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.016
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.007
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.010
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.008
BatchWritingTestSuccess0.133
QueryTimeoutBatchParameterizedDescriptorQueryManagerTestSuccess2.049
QueryTimeoutBatchDynamicDescriptorQueryManagerTestSuccess3.007
QueryTimeoutBatchParameterizedDatabaseQueryTestSuccess3.003
QueryTimeoutBatchDynamicDatabaseQueryTestSuccess3.005
QueryTimeoutBatchDynamicDataModifyDatabaseQueryParentRefExceptionTestSuccess7.870
SimpleSelectPhoneNumberAreaCodeSuccess0.585
SimpleSelectPhoneNumberAreaCodeWithEmployeeSuccess0.029
SimpleSelectPhoneNumberNumberWithEmployeeWithExplicitJoinSuccess0.033
SimpleSelectPhoneNumberNumberWithEmployeeWithFirstNameFirstSuccess0.017
BaseTestCaseSuccess0.123
SimpleAbsTestSuccess0.026
SimpleBetweenAndTestSuccess0.076
SimpleBetweenTestSuccess0.056
SimpleConcatTestSuccess0.035
SimpleConcatTestWithConstants1Success0.018
SimpleDoubleOrTestSuccess0.038
SimpleEqualsBracketsTestSuccess0.016
SimpleEqualsTestSuccess0.010
SimpleEqualsTestWithJoinSuccess0.034
SimpleEqualsTestWithManualJoinSuccess0.127
SimpleEqualsWithAsSuccess0.008
CollectionMemberIdentifierEqualsTestSuccess0.019
CollectionMemberIdentifierNotEqualsTestSuccess0.085
AbstractSchemaIdentifierEqualsTestSuccess0.012
AbstractSchemaIdentifierNotEqualsTestSuccess0.074
SimpleFromFailedSuccess0.013
SimpleInOneDotTestSuccess0.020
SimpleInOneDotTestReversedSuccess0.015
SimpleInTestSuccess0.023
SimpleLengthTestSuccess0.019
SimpleLikeTestSuccess0.018
SimpleLikeTestWithParameterSuccess0.011
SimpleNotBetweenTestSuccess0.082
SimpleNotEqualsTwoVariablesSuccess0.106
SimpleNotEqualsVariablesIngeterSuccess0.071
SimpleNotInTestSuccess0.180
SimpleNotLikeTestSuccess0.126
SimpleOrFollowedByAndTestSuccess0.022
SimpleOrFollowedByAndTestWithStaticNamesSuccess0.024
SimpleOrTestSuccess0.026
SimpleParameterTestSuccess0.012
SimpleParameterTestChangingParametersSuccess0.019
SimpleReverseAbsTestSuccess0.013
SimpleReverseConcatTestSuccess0.017
SimpleReverseEqualsTestSuccess0.008
SimpleReverseLengthTestSuccess0.013
SimpleReverseParameterTestSuccess0.012
SimpleReverseSqrtTestSuccess0.068
SimpleReverseSubstringTestSuccess0.020
SimpleSqrtTestSuccess0.022
SimpleSubstringTestSuccess0.013
SimpleNullTestSuccess0.021
SimpleNotNullTestSuccess0.075
SimpleOrFollowedByAndTestSuccess0.014
SimpleNotEqualsVariablesIngeterSuccess0.067
SimpleBetweenAndTestSuccess0.054
SimpleInOneDotTestSuccess0.013
SimpleEqualsBracketsTestSuccess0.009
SimpleEqualsWithAsSuccess0.011
DistinctTestSuccess0.022
ConformResultsInUnitOfWorkTestSuccess0.310
Mod TestSuccess0.026
SimpleIsEmptyTestSuccess0.019
SimpleIsNotEmptyTestSuccess0.078
SimpleApostropheTestSuccess0.011
SimpleEscapeUnderscoreTestSuccess0.018
SmallProjectMemberOfProjectsTestSuccess0.061
SmallProjectNOTMemberOfProjectsTestSuccess0.079
SelectCOUNTOneToOneTestSuccess0.022
SelectOneToOneTestSuccess0.019
SelectPhoneNumberDeclaredInINClauseTestSuccess0.060
Complex Identifier testSuccess0.071
Dollar sign identifier testSuccess0.069
Dollar sign Schema name testSuccess0.069
Numeric Identifier testSuccess0.072
Underscore identifier testSuccess0.069
Underscore Schema name testSuccess0.069
Entity Test 1Success0.070
Entity Test 2Success0.069
In Test 1Success0.031
Simple Greater Than testSuccess0.084
Simple Greater Than Equal testSuccess0.085
Simple Less Than Equal testSuccess0.087
Simple Less Than testSuccess0.085
Simple Plus testSuccess0.033
Simple Plus test with brackets before comparisonSuccess0.024
Simple Plus test with brackets after comparisonSuccess0.029
Simple Minus testSuccess0.042
Simple Minus test with Brackets Before ComparisonSuccess0.034
Simple Minus test with Brackets After ComparisonSuccess0.041
Simple Multiply testSuccess0.042
Simple Multiply test with brackets before comparisonSuccess0.034
Simple Multiply test with brackets after comparisonSuccess0.036
Simple Divide testSuccess0.025
Simple Divide test with brackets before comparisonSuccess0.017
Simple Divide test with brackets after comparisonSuccess0.023
Greater than with parameter testSuccess0.024
Greater than equal to with parameter testSuccess0.024
Less than with parameter testSuccess0.055
Less than equal to with parameter testSuccess0.061
Plus with parameter testSuccess0.025
Plus with parameter test with brackets before comparisonSuccess0.026
Plus with parameter test with brackets after comparisonSuccess0.027
Minus with parameter testSuccess0.041
Minus with parameter test with brackets before comparisonSuccess0.034
Minus with parameter test with brackets after comparisonSuccess0.035
Multiply with parameter testSuccess0.034
Multiply with parameter test with brackets before comparisonSuccess0.034
Multiply with parameter test with brackets after comparisonSuccess0.029
Divide with parameter testSuccess0.017
Divide with parameter test with brackets before comparisonSuccess0.016
Divide with parameter test with brackets after comparisonSuccess0.017
Multiple operators with two parametersSuccess0.036
Multiple operators with two parameters with brackets around plus/minusSuccess0.057
Multiple operators with two parameters with brackets around multiplySuccess0.030
Simple Order By Test Asc DirectionSuccess0.128
Simple Order By Test Desc DirectionSuccess0.125
Simple Order By Test No DirectionSuccess0.123
Complex Order By No DirectionSuccess0.155
Complex Order By ASC DirectionSuccess0.121
Complex Order By Desc DirectionSuccess0.125
Complex Order By Mixed DirectionSuccess0.124
AVG TestSuccess0.012
COUNT TestSuccess0.004
MAX TestSuccess0.006
MIN TestSuccess0.006
SUM TestSuccess0.009
ChangeJPQLStringAfterExecutionTestSuccess0.012
JPQLSimpleTestSuite$1Success0.014
CustomQueryStringTranlateValidationTestSuccess0.004
BaseTestCaseSuccess0.069
SimpleAbsTestSuccess0.008
SimpleBetweenAndTestSuccess0.054
SimpleBetweenTestSuccess0.056
SimpleConcatTestSuccess0.014
SimpleConcatTestWithConstants1Success0.009
SimpleDoubleOrTestSuccess0.024
SimpleEqualsBracketsTestSuccess0.009
SimpleEqualsTestSuccess0.009
SimpleEqualsTestWithJoinSuccess0.013
SimpleEqualsTestWithManualJoinSuccess0.125
SimpleEqualsWithAsSuccess0.007
CollectionMemberIdentifierEqualsTestSuccess0.009
CollectionMemberIdentifierNotEqualsTestSuccess0.073
AbstractSchemaIdentifierEqualsTestSuccess0.009
AbstractSchemaIdentifierNotEqualsTestSuccess0.064
SimpleFromFailedSuccess0.001
SimpleInOneDotTestSuccess0.014
SimpleInOneDotTestReversedSuccess0.014
SimpleInTestSuccess0.009
SimpleLengthTestSuccess0.009
SimpleLikeTestSuccess0.010
SimpleLikeTestWithParameterSuccess0.010
SimpleNotBetweenTestSuccess0.071
SimpleNotEqualsTwoVariablesSuccess0.098
SimpleNotEqualsVariablesIngeterSuccess0.067
SimpleNotInTestSuccess0.116
SimpleNotLikeTestSuccess0.115
SimpleOrFollowedByAndTestSuccess0.013
SimpleOrFollowedByAndTestWithStaticNamesSuccess0.017
SimpleOrTestSuccess0.016
SimpleParameterTestSuccess0.010
SimpleParameterTestChangingParametersSuccess0.016
SimpleReverseAbsTestSuccess0.009
SimpleReverseConcatTestSuccess0.009
SimpleReverseEqualsTestSuccess0.005
SimpleReverseLengthTestSuccess0.009
SimpleReverseParameterTestSuccess0.009
SimpleReverseSqrtTestSuccess0.019
SimpleReverseSubstringTestSuccess0.010
SimpleSqrtTestSuccess0.019
SimpleSubstringTestSuccess0.010
SimpleNullTestSuccess0.010
SimpleNotNullTestSuccess0.076
SimpleOrFollowedByAndTestSuccess0.014
SimpleNotEqualsVariablesIngeterSuccess0.071
SimpleBetweenAndTestSuccess0.061
SimpleInOneDotTestSuccess0.014
SimpleEqualsBracketsTestSuccess0.009
SimpleEqualsWithAsSuccess0.012
DistinctTestSuccess0.014
ConformResultsInUnitOfWorkTestSuccess0.321
Mod TestSuccess0.013
SimpleIsEmptyTestSuccess0.008
SimpleIsNotEmptyTestSuccess0.073
SimpleApostropheTestSuccess0.002
SimpleEscapeUnderscoreTestSuccess0.005
SmallProjectMemberOfProjectsTestSuccess0.039
SmallProjectNOTMemberOfProjectsTestSuccess0.065
SelectCOUNTOneToOneTestSuccess0.002
SelectOneToOneTestSuccess0.003
SelectPhoneNumberDeclaredInINClauseTestSuccess0.016
Complex Identifier testSuccess0.068
Dollar sign identifier testSuccess0.069
Dollar sign Schema name testSuccess0.069
Numeric Identifier testSuccess0.069
Underscore identifier testSuccess0.069
Underscore Schema name testSuccess0.069
Entity Test 1Success0.069
Entity Test 2Success0.068
In Test 1Success0.024
Simple Greater Than testSuccess0.073
Simple Greater Than Equal testSuccess0.076
Simple Less Than Equal testSuccess0.069
Simple Less Than testSuccess0.092
Simple Plus testSuccess0.023
Simple Plus test with brackets before comparisonSuccess0.023
Simple Plus test with brackets after comparisonSuccess0.023
Simple Minus testSuccess0.033
Simple Minus test with Brackets Before ComparisonSuccess0.034
Simple Minus test with Brackets After ComparisonSuccess0.033
Simple Multiply testSuccess0.034
Simple Multiply test with brackets before comparisonSuccess0.033
Simple Multiply test with brackets after comparisonSuccess0.028
Simple Divide testSuccess0.016
Simple Divide test with brackets before comparisonSuccess0.016
Simple Divide test with brackets after comparisonSuccess0.016
Greater than with parameter testSuccess0.019
Greater than equal to with parameter testSuccess0.026
Less than with parameter testSuccess0.071
Less than equal to with parameter testSuccess0.076
Plus with parameter testSuccess0.030
Plus with parameter test with brackets before comparisonSuccess0.030
Plus with parameter test with brackets after comparisonSuccess0.029
Minus with parameter testSuccess0.035
Minus with parameter test with brackets before comparisonSuccess0.034
Minus with parameter test with brackets after comparisonSuccess0.033
Multiply with parameter testSuccess0.034
Multiply with parameter test with brackets before comparisonSuccess0.033
Multiply with parameter test with brackets after comparisonSuccess0.028
Divide with parameter testSuccess0.017
Divide with parameter test with brackets before comparisonSuccess0.016
Divide with parameter test with brackets after comparisonSuccess0.016
Multiple operators with two parametersSuccess0.029
Multiple operators with two parameters with brackets around plus/minusSuccess0.051
Multiple operators with two parameters with brackets around multiplySuccess0.025
Simple Order By Test Asc DirectionSuccess0.119
Simple Order By Test Desc DirectionSuccess0.118
Simple Order By Test No DirectionSuccess0.123
Complex Order By No DirectionSuccess0.120
Complex Order By ASC DirectionSuccess0.118
Complex Order By Desc DirectionSuccess0.119
Complex Order By Mixed DirectionSuccess0.119
AVG TestSuccess0.002
COUNT TestSuccess0.002
MAX TestSuccess0.002
MIN TestSuccess0.002
SUM TestSuccess0.002
ChangeJPQLStringAfterExecutionTestSuccess0.010
JPQLSimpleTestSuite$1Success0.007
CustomQueryStringTranlateValidationTestSuccess0.000
ComplexAbsTestSuccess0.020
ComplexInTestSuccess0.032
ComplexLengthTestSuccess0.017
ComplexLikeTestSuccess0.012
ComplexNotInTestSuccess0.108
ComplexNotLikeTestSuccess0.117
ComplexParameterTestSuccess0.018
ComplexReverseAbsTestSuccess0.018
ComplexReverseLengthTestSuccess0.014
ComplexReverseParameterTestSuccess0.015
ComplexReverseSqrtTestSuccess0.026
ComplexReverseSubstringTestSuccess0.016
ComplexSqrtTestSuccess0.023
ComplexStringInTestSuccess0.023
ComplexStringNotInTestSuccess0.108
ComplexSubstringTestSuccess0.014
ComplexNotLikeTestSuccess0.114
ComplexNestedOneToManyUsingInClauseSuccess0.037
ComplexInheritanceTestSuccess0.035
ComplexInheritanceUsingNamedQueryTestSuccess0.015
Complex AVG TestSuccess0.008
Complex COUNT TestSuccess0.005
Complex DISTINCT COUNT TestSuccess0.004
Complex MAX TestSuccess0.005
Complex MIN TestSuccess0.005
Complex SUM TestSuccess0.008
SelectSimpleAbsTestSuccess0.010
SelectSimpleBetweenTestSuccess0.054
SelectSimpleBetweenAndTestSuccess0.054
SelectSimpleBooleanTest -> = TRUE testSuccess0.017
SelectSimpleBooleanTest -> = FALSE testSuccess0.006
SelectSimpleBooleanTest -> <> TRUE testSuccess0.010
SelectSimpleBooleanTest -> <> FALSE testSuccess0.005
SelectSimpleConcatTestSuccess0.014
SelectSimpleDoubleOrTestSuccess0.026
SelectSimpleEqualsTestSuccess0.009
SelectSimpleEqualsBracketsTestSuccess0.009
SelectSimpleEqualsMultipleDotsSuccess0.018
SelectSimpleEqualsWithAsSuccess0.012
SelectSimpleFromFailedSuccess0.004
SelectSimpleInTestSuccess0.010
SelectSimpleInOneDotTestSuccess0.015
SelectSimpleLengthTestSuccess0.010
SelectSimpleLikeTestSuccess0.009
SelectSimpleLikeEscapeTestSuccess0.015
SelectSimpleNotBetweenTestSuccess0.073
SelectSimpleNotEqualsVariablesIngeterSuccess0.067
SelectSimpleNotInTestSuccess0.139
SelectSimpleNotLikeTestSuccess0.116
SelectSimpleOrTestSuccess0.016
SelectSimpleParameterTestSuccess0.012
SelectSimpleReverseAbsTestSuccess0.010
SelectSimpleReverseConcatTestSuccess0.010
SelectSimpleReverseEqualsTestSuccess0.005
SelectSimpleReverseLengthTestSuccess0.010
SelectSimpleReverseParameterTestSuccess0.011
SelectSimpleReverseSqrtTestSuccess0.021
SelectSimpleReverseSubstringTestSuccess0.010
SelectSimpleSqrtTestSuccess0.018
SelectSimpleSubstringTestSuccess0.009
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.011
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.004
SelectSimpleMemberOfTestSuccess0.090
SelectSimpleMemberOfWithParameterTestSuccess0.004
SelectSimpleNotMemberOfWithParameterTestSuccess0.017
SelectSimpleBetweenWithParametersTestSuccess0.055
Select EJBQL Null TestSuccess0.013
Select EJBQL Not Null TestSuccess0.077
SelectComplexAbsTestSuccess0.014
SelectComplexInTestSuccess0.026
SelectComplexLengthTestSuccess0.010
SelectComplexLikeTestSuccess0.010
SelectComplexNotLikeTestSuccess0.115
SelectComplexNotInTestSuccess0.100
SelectComplexParameterTestSuccess0.011
SelectComplexReverseAbsTestSuccess0.014
SelectComplexReverseLengthTestSuccess0.010
SelectComplexReverseParameterTestSuccess0.011
SelectComplexReverseSqrtTestSuccess0.018
SelectComplexReverseSubstringTestSuccess0.010
SelectComplexSqrtTestSuccess0.019
SelectComplexStringInTestSuccess0.026
SelectComplexStringNotInTestSuccess0.100
SelectComplexSubstringTestSuccess0.010
General Exception testSuccess0.005
Missing Descriptor Exception testSuccess0.001
Bad Alias Exception test 1Success0.000
Recognition Exception TestSuccess0.001
Malformed EJBQL Exception Test1Success0.001
Malformed EJBQL Exception Test2Success0.002
Malformed EJBQL Exception Test3Success0.001
Malformed EJBQL Exception Test4Success0.001
Missing Select Exception TestSuccess0.001
Bad Alias Exception Test 2Success0.001
No Alias With WHERE and Parameter Exception TestSuccess0.000
Bad Identifier test1Success0.000
Bad Identifier test2Success0.000
ParseOnceTestSuccess0.072
ParameterNameMismatchTestSuccess0.002
OneToManyJoinOptimizationTestSuccess0.031
ReadObjectTest(org.eclipse.persistence.testing.models.legacy.Employee@1506397)Success0.031
ReadObjectTest(org.eclipse.persistence.testing.models.legacy.Employee@1509421)Success0.006
ReadObjectTest(org.eclipse.persistence.testing.models.legacy.Employee@150bd94)Success0.024
ReadAllTest(org.eclipse.persistence.testing.models.legacy.Employee)Success0.018
DeleteObjectTest(org.eclipse.persistence.testing.models.legacy.Employee@1506397)Success0.040
DeleteObjectTest(org.eclipse.persistence.testing.models.legacy.Employee@1509421)Success0.023
DeleteObjectTest(org.eclipse.persistence.testing.models.legacy.Employee@150bd94)Success0.036
InsertObjectTest(org.eclipse.persistence.testing.models.legacy.Employee@1510efe)Success0.059
InsertObjectTest(org.eclipse.persistence.testing.models.legacy.Employee@15110e3)Success0.057
InsertObjectTest(org.eclipse.persistence.testing.models.legacy.Employee@15112c8)Success0.062
WriteObjectTest(org.eclipse.persistence.testing.models.legacy.Employee@1506397)Success0.029
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.legacy.Employee@1506397)Success0.016
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.legacy.Employee@1509421)Success0.013
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.legacy.Employee@150bd94)Success0.018
LocalizationTestSuccess0.002
TestReadDirectDirectMapMappingSuccess0.039
TestReadAggregateDirectMapMappingSuccess0.035
TestReadEntityDirectMapMappingSuccess0.055
TestUpdateDirectDirectMapMappingSuccess0.021
TestUpdateAggregateDirectMapMappingSuccess0.022
TestUpdateEntityDirectMapMappingSuccess0.033
TestReadDirectAggregateMapMappingSuccess0.035
TestReadAggregateAggregateMapMappingSuccess0.034
TestReadEntityAggregateMapMappingSuccess0.036
TestUpdateDirectAggregateMapMappingSuccess0.029
TestUpdateAggregateAggregateMapMappingSuccess0.024
TestUpdateEntityAggregateMapMappingSuccess0.027
TestReadDirectEntity1MMapMappingSuccess0.056
TestReadAggregateEntity1MMapMappingSuccess0.049
TestReadEntityEntity1MMapMappingSuccess0.055
TestUpdateDirectEntity1MMapMappingSuccess0.033
TestUpdateAggregateEntity1MMapMappingSuccess0.029
TestUpdateEntityEntity1MMapMappingSuccess0.034
TestReadDirectEntityU1MMapMappingSuccess0.047
TestReadAggregateEntityU1MMapMappingSuccess0.031
TestReadEntityEntityU1MMapMappingSuccess0.033
TestUpdateDirectEntityU1MMapMappingSuccess0.023
TestUpdateAggregateEntityU1MMapMappingSuccess0.019
TestUpdateEntityEntityU1MMapMappingSuccess0.025
TestReadDirectEntityMapMappingSuccess0.043
TestReadAggregateEntityMapMappingSuccess0.040
TestReadEntityEntityMapMappingSuccess0.041
TestUpdateDirectEntityMapMappingSuccess0.029
TestUpdateAggregateEntityMapMappingSuccess0.028
TestUpdateEntityEntityMapMappingSuccess0.033
ReadObjectTest(Employee(Dave Vadis))Success0.163
ReadObjectTest(Employee(Tracy Chapman))Success0.077
ReadObjectTest(Employee(Edward White))Success0.077
ReadObjectTest(Shipment(1 ton))Success0.075
ReadObjectTest(Computer(PC 486--7657165-12765112))Success0.078
TwoLevelJoinedAttributeTestSuccess0.037
LoopingJoinedAttributeTestSuccess0.021
OneToOnePKTestSuccess0.034
ReadAllTest(org.eclipse.persistence.testing.models.mapping.Employee)Success0.086
ReadAllTest(org.eclipse.persistence.testing.models.mapping.Shipment)Success0.077
ReadAllTest(org.eclipse.persistence.testing.models.mapping.Computer)Success0.078
DeleteObjectTest(Employee(Dave Vadis))Success0.149
DeleteObjectTest(Employee(Tracy Chapman))Success0.093
DeleteObjectTest(Employee(Edward White))Success0.092
DeleteObjectTest(Computer(PC 486--7657165-12765112))Success0.081
DeleteObjectTest(Shipment(3 ton))Success0.078
MTMPrivateOwnedWithValueholderDeleteObjectTestSuccess0.203
InsertObjectTest(Employee(Imran Khan))Success0.019
InsertObjectTest(Employee(Margaret Thatcher))Success0.017
InsertObjectTest(Employee(Ace Ventura))Success0.016
InsertObjectTest(Shipment(1 ton))Success0.004
ObjectTypeMappingDefaultNullValuesSuccess0.084
MTMPrivateOwnedWithValueholderDeleteObjectTestSuccess0.169
WriteObjectTest(Employee(Dave Vadis))Success0.171
UnitOfWorkBasicUpdateObjectTest(Employee(Dave Vadis))Success0.155
UnitOfWorkBasicUpdateObjectTest(Employee(Tracy Chapman))Success0.154
UnitOfWorkBasicUpdateObjectTest(Employee(Edward White))Success0.156
WriteObjectTest(Shipment(1 ton))Success0.149
UnitOfWorkBasicUpdateObjectTest(Shipment(1 ton))Success0.153
AddObjectNonPrimaryKeyManyToManyTestSuccess0.013
UnitOfWorkTest(Employee(Tracy Chapman))Success0.130
ConstraintOrderTestSuccess0.034
DeleteObjectTest(Employee(Dave Vadis))Success0.094
DeleteObjectTest(Employee(Tracy Chapman))Success0.088
DeleteObjectTest(Employee(Edward White))Success0.088
DeleteObjectTest(Employee(Dave Vadis))Success0.102
DeleteObjectTest(Employee(Tracy Chapman))Success0.097
DeleteObjectTest(Employee(Edward White))Success0.096
TwoParametersTransformationMappingTest(Address(OTTAWA--ONTARIO))Success0.021
TwoParametersTransformationMappingTest(Address(Montreal--QUEBEC))Success0.017
UnitOfWorkCommitResumeTest(Employee(Tracy Chapman))Success0.195
BidirectionalUOWInsertTestSuccess0.009
BidirectionalUOWInsertAndDeleteTestSuccess0.015
AdditionalJoinExpressionTestSuccess0.154
MultipleTableReadObjectTest(amendEmployee1WithJoinWithInsert,Employee1(Davis Vadis))Success0.011
MultipleTableReadObjectTest(amendEmployee1WithFKInfo,Employee1(Davis Vadis))Success0.005
MultipleTableReadObjectTest(amendEmployee1WithJoinOnly,Employee1(Davis Vadis))Success0.006
MultipleTableInsertObjectTest(amendEmployee1WithJoinWithInsert,Employee1(Tracy Chapman))Success0.015
MultipleTableInsertObjectTest(amendEmployee1WithFKInfo,Employee1(Tracy Chapman))Success0.005
MultipleTableReadAllTest(amendEmployee1WithJoinWithInsert,class org.eclipse.persistence.testing.models.mapping.Employee1, 2)Success0.012
MultipleTableReadAllTest(amendEmployee1WithJoinOnly,class org.eclipse.persistence.testing.models.mapping.Employee1, 2)Success0.002
MultipleTableReadAllTest(amendEmployee1WithFKInfo,class org.eclipse.persistence.testing.models.mapping.Employee1, 2)Success0.023
MultipleTableDeleteObjectTest(amendEmployee1WithFKInfo,Employee1(Farag Shaeer))Success0.023
MultipleTableWriteObjectTest(amendEmployee1WithFKInfo,Employee1(Farag Shaeer))Success0.013
ReadObjectTest(Employee2(Jan))Success0.004
WriteObjectTest(Employee2(Jan))Success0.009
UnitOfWorkBasicUpdateObjectTest(Employee2(Jan))Success0.007
DeleteObjectTest(Employee2(Jan))Success0.010
InsertObjectTest(Employee2(Ursula))Success0.005
SelectionCriteriaInOneToOneTestSuccess0.174
SelectionCriteriaInOneToManyTestSuccess0.115
SelectionCriteriaInTargetOneToOneTestSuccess0.119
SameNamePKTestSuccess0.024
ReadObjectTest(Employee: Bob Smith)Success0.052
ReadObjectTest(Employee: Emanual Smith)Success0.008
CacheHitTest(Employee: Charles Chanley)Success0.001
CustomSQLCursoredStreamReadTestSuccess0.005
ReadObjectQueryTestSuccess0.017
WriteObjectTest(Employee: Bob Smith)Success0.016
WriteObjectTest(Employee: Sarah Way)Success0.016
WriteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
SetCustomSQLQueryTest(UPDATE EMPLOYEE SET F_NAME = 'Fatima?' WHERE L_NAME = 'Smith')Success0.006
SetCustomSQLQueryTest(UPDATE EMPLOYEE SET F_NAME = 'Fatima' WHERE L_NAME = #L_NAME)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.012
CustomSQLSubQueryTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.019
InsertObjectTest(Employee: Emanual Smith)Success0.015
InsertObjectTest(Employee: Sarah Way)Success0.014
DeleteObjectTest(Employee: Bob Smith)Success0.064
DeleteObjectTest(Employee: John Way)Success0.023
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.018
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
DataReadQueryTestSuccess0.001
StoredProcWithOutputParamsAndResultSetTest storedProc don'tBindSuccess0.000
StoredProcWithOutputParamsAndResultSetTest storedProc BindSuccess0.001
StoredProcWithOutputParamsAndResultSetTest customSQL don'tBindSuccess0.000
StoredProcWithOutputParamsAndResultSetTest customSQL BindSuccess0.001
OutputParameterEventTestSuccess0.001
CacheHitTest(Employee: Charles Chanley)Success0.002
StoredProcedureTest bind = trueSuccess0.003
StoredProcedureTest bind = falseSuccess0.001
StoredProcedureTimestampTest bind = trueSuccess0.003
StoredProcedureTimestampTest bind = falseSuccess0.001
StoredProcedureTest_Inout_Out_In proc custom don'tBindSuccess0.004
StoredProcedureTest_Inout_Out_In proc custom BindSuccess0.003
StoredProcedureTest_Inout_Out_In proc storedProc don'tBindSuccess0.001
StoredProcedureTest_Inout_Out_In proc storedProc BindSuccess0.001
StoredProcedureTest_Inout_Out_In proc storedProc named don'tBindSuccess0.003
StoredProcedureTest_Inout_Out_In proc storedProc named BindSuccess0.003
StoredProcedureTest_Inout_Out_In func custom don'tBindSuccess0.003
StoredProcedureTest_Inout_Out_In func custom BindSuccess0.003
StoredProcedureTest_Inout_Out_In func storedFunc don'tBindSuccess0.001
StoredProcedureTest_Inout_Out_In func storedFunc BindSuccess0.001
StoredProcedureTest_Inout_Out_In func storedFunc named don'tBindSuccess0.004
StoredProcedureTest_Inout_Out_In func storedFunc named BindSuccess0.004
StoredProcedureARRAYTestSuccess0.044
StoredProcedureNullInOutTest bind = trueSuccess0.004
StoredProcedureNullInOutTest bind = falseSuccess0.004
StoredProcedureResultSetAndOutputTest bind = trueSuccess0.000
StoredProcedureResultSetAndOutputTest bind = falseSuccess0.001
StoredProcedureNoParametersTestSuccess0.000
StoredProcedureObjectRelationalParameters useCustomSQL = falseSuccess0.058
StoredProcedureObjectRelationalParameters useCustomSQL = trueSuccess0.019
StoredProcedureVARRAYParametersTest useCustomSQL = falseSuccess0.172
StoredProcedureVARRAYParametersTest useCustomSQL = trueSuccess0.025
StoredProcedureORParametersClientSessionTestSuccess0.310
ProjectXMLStoredProcedureCallTestSuccess0.022
ProjectXMLStoredFunctionCallTestSuccess0.024
ReadObjectTest(Employee: Bob Smith)Success0.060
ReadObjectTest(Employee: John Way)Success0.024
ReadObjectTest(Employee: Charles Chanley)Success0.009
ReadObjectTest(Employee: Emanual Smith)Success0.007
ReadObjectTest(Employee: Sarah Way)Success0.009
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.024
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.019
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.002
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
WriteObjectTest(Employee: Bob Smith)Success0.020
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.017
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.013
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.019
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.004
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
InsertObjectTest(Employee: Bob Smith)Success0.014
InsertObjectTest(Employee: John Way)Success0.016
InsertObjectTest(Employee: Charles Chanley)Success0.015
InsertObjectTest(Employee: Emanual Smith)Success0.017
InsertObjectTest(Employee: Sarah Way)Success0.017
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.005
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.005
DeleteObjectTest(Employee: Bob Smith)Success0.071
DeleteObjectTest(Employee: John Way)Success0.026
DeleteObjectTest(Employee: Charles Chanley)Success0.024
DeleteObjectTest(Employee: Emanual Smith)Success0.023
DeleteObjectTest(Employee: Sarah Way)Success0.024
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.015
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.010
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.007
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.A_King2)Success0.005
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@158ab00)Success0.003
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@158b0f3)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@158b5e8)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@158ba31)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@158be7a)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@158c2c3)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@158c728)Success0.032
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@1593ccc)Success0.005
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@1597c99)Success0.004
ReadObjectTest(Bus(655))Success0.006
ReadObjectTest(Raymen)Success0.008
ReadObjectTest(Steve)Success0.010
ReadObjectTest(Biff)Success0.003
ReadObjectTest(Jenny)Success0.005
ReadObjectTest(Richard)Success0.003
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@163a901)Success0.004
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@163a360)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@1639d16)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@163960d)Success0.003
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@163af08)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Cat)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Dog)Success0.006
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Company)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Person)Success0.006
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.SalesRep)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Engineer)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.SoftwareEngineer)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Computer)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.PC)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.IBMPC)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Mac)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Mainframe)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Car)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.SportsCar)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Bus)Success0.011
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Bicycle)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Boat)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Vehicle)Success0.025
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.NonFueledVehicle)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.FueledVehicle)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.A_King2)Success0.007
QueryInheritanceTestSuccess0.001
JoinWithSecondaryTableTestSuccess0.016
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@158ab00)Success0.006
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@158b0f3)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@158b5e8)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@158ba31)Success0.004
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@158be7a)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@158c2c3)Success0.003
DeleteObjectTest(Raymen)Success0.050
DeleteObjectTest(Richard)Success0.014
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@158c728)Success0.055
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@1593ccc)Success0.027
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@1597c99)Success0.020
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@163960d)Success0.006
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@1639d16)Success0.004
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@163a360)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@163a901)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@163af08)Success0.007
ComplexDeleteTestfalsefalse(org.eclipse.persistence.testing.models.inheritance.Alligator@163ea8a)truefalseSuccess0.029
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@16e9bcb)Success0.002
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@16e9da1)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@16e9f77)Success0.027
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@16ea1e7)Success0.018
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@16ea465)Success0.013
InsertObjectTest(Raymen)Success0.009
InsertObjectTest(Richard)Success0.009
InsertObjectTest(Brendan)Success0.009
InsertObjectTest(Car(null))Success0.011
InsertObjectTest(Car(null))Success0.008
InsertObjectTest(Car(null))Success0.008
InsertObjectTest(Car(null))Success0.007
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@16ead06)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@16eaede)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@16eb0bc)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@16eb29a)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@16eb46e)Success0.005
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Developer_King@16eb65c)Success0.016
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Developer_King@16eb85f)Success0.006
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.SeniorDeveloper_King@16eba62)Success0.011
OverrideInheritedMappingTestSuccess0.010
BindingWithShallowInsertTestSuccess0.044
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@158ab00)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@158ab00)Success0.003
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@158b0f3)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@158b0f3)Success0.003
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@158b5e8)Success0.003
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@158ba31)Success0.003
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@158be7a)Success0.003
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@158c2c3)Success0.004
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@158c728)Success0.013
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@158c728)Success0.012
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@1593ccc)Success0.010
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@1597c99)Success0.009
WriteObjectTest(Raymen)Success0.008
UnitOfWorkBasicUpdateObjectTest(Raymen)Success0.008
WriteObjectTest(Steve)Success0.010
UnitOfWorkBasicUpdateObjectTest(Steve)Success0.010
WriteObjectTest(Richard)Success0.006
UnitOfWorkBasicUpdateObjectTest(Richard)Success0.007
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@163960d)Success0.006
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@163960d)Success0.005
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@1639d16)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@1639d16)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@163a360)Success0.004
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@163a901)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@163a901)Success0.004
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@163af08)Success0.007
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@163af08)Success0.004
UnitOfWorkTest(org.eclipse.persistence.testing.models.inheritance.Company@158c728)Success0.044
UnitOfWorkTest(org.eclipse.persistence.testing.models.inheritance.Company@1593ccc)Success0.033
UnitOfWorkTest(org.eclipse.persistence.testing.models.inheritance.Company@1597c99)Success0.028
InfiniteRecursionWithNoDescriptorTestSuccess0.015
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.inheritance.Company@158c728)Success0.056
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.inheritance.Company@1593ccc)Success0.050
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.inheritance.Company@1597c99)Success0.048
LeafQueryTestSuccess0.022
SecondaryTableUpdateTestSuccess0.011
TranslatedKeyInheritanceTestCaseSuccess0.019
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee1@150b02b)Success0.007
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee1@150bc30)Success0.006
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@150ec1a)Success0.029
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@15116e4)Success0.008
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@1513520)Success0.008
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@15153f1)Success0.004
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@15160bc)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@1516bd2)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15176db)Success0.005
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15186cd)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@1519554)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Agent@151a3e8)Success0.069
JoinInAggregateAndOwnerTestSuccess0.025
InMemoryQueryKeyToAggregateTest - load into memory = trueSuccess0.012
InMemoryQueryKeyToAggregateTest - load into memory = falseSuccess0.014
AggregateWithOneToOneRelationshipTestSuccess0.017
AggregateInvalidationIdentityTestSuccess0.022
WriteObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee1@150b02b)Success0.008
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee1@150b02b)Success0.013
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee1@150bc30)Success0.013
WriteObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@150ec1a)Success0.016
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@150ec1a)Success0.022
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@15116e4)Success0.018
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@1513520)Success0.012
WriteObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@15153f1)Success0.006
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@15153f1)Success0.009
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@15160bc)Success0.006
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@1516bd2)Success0.006
WriteObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15176db)Success0.007
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15176db)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15186cd)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@1519554)Success0.006
WriteObjectTest(org.eclipse.persistence.testing.models.aggregate.Agent@151a3e8)Success0.026
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Agent@151a3e8)Success0.028
ReadAllTest(org.eclipse.persistence.testing.models.aggregate.Employee1)Success0.006
ReadAllTest(org.eclipse.persistence.testing.models.aggregate.Employee)Success0.006
ReadAllTest(org.eclipse.persistence.testing.models.aggregate.Client)Success0.006
ReadAllTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.aggregate.Agent)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.aggregate.Transport)Success0.006
AggregateCollectionOuterJoinTest(Agent)Success0.024
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@150ec1a)Success0.035
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@15116e4)Success0.016
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@1513520)Success0.016
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@15153f1)Success0.011
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@15160bc)Success0.006
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@1516bd2)Success0.006
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15176db)Success0.010
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15186cd)Success0.008
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@1519554)Success0.007
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Agent@151a3e8)Success0.050
VerifyCascadeDelete(Agent)Success0.011
AggregateCollectionClearTest(Agent)Success0.008
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@16f7d1d)Success0.015
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@16f7f54)Success0.015
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@16f8187)Success0.014
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@16f83ba)Success0.006
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@16f85b8)Success0.006
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@16f87b5)Success0.005
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@16f89b2)Success0.006
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@16f8be6)Success0.006
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@16f8e1a)Success0.006
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Agent@16f9055)Success0.027
AggregateMappingNullNotAllowSuccess0.013
UnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@150ec1a)Success0.036
UnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@15116e4)Success0.023
UnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@1513520)Success0.022
AggregateCollectionUoWTest(org.eclipse.persistence.testing.models.aggregate.Agent@151a3e8)Success0.059
AggregateCollectionMultipleUoWTest(org.eclipse.persistence.testing.models.aggregate.Agent@151a3e8)Success0.387
TransformationMappingTestSuccess0.031
AddNullToAggregateCollectionTestfalsefalse(org.eclipse.persistence.testing.models.aggregate.Agent@151a3e8)truetrueSuccess0.023
AggregateVersionOpimisticLockingTestSuccess0.014
BatchReadingWithAggregateCollectionMapping(Agent)Success0.039
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.aggregate.Employee@150ec1a)Success0.048
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.aggregate.Employee@15116e4)Success0.029
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.aggregate.Employee@1513520)Success0.029
CheckForNullUnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@150ec1a)Success0.021
CheckForNullUnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@15116e4)Success0.016
CheckForNullUnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@1513520)Success0.016
MergingUnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@150ec1a)Success0.021
DescriptorRefreshCacheTest(org.eclipse.persistence.testing.models.aggregate.Employee@15116e4)Success0.019
AggregateEventTestCaseSuccess0.026
NestedAggregateTestCaseSuccess0.018
NestedAggregateCollectionTest(Agent)Success0.034
NestedAggregateCollectionAbstractTestCase(Agent)Success0.033
AggregateInheritanceTestCaseSuccess0.014
AggregateInheritanceTypeFieldTestCaseSuccess0.007
AggregateWithoutAttributesInheritanceTestCaseSuccess0.010
AggregateTransientValueTestCaseSuccess0.007
ReadObjectTest(Nev Campbell)Success0.012
ReadObjectTest(Climbing Everest)Success0.005
ReadObjectTest(Never Been Kissed)Success0.003
ReadObjectTest(Chris)Success0.031
ReadObjectTest(Course Developer: 56)Success0.010
ReadObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@14263c4)Success0.001
ReadObjectTest(Personnnel Manager: 56)Success0.005
ReadObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@1427089)Success0.001
ReadObjectTest(Product Developer: 52)Success0.007
ReadObjectTest(Product Manager: 52)Success0.005
ReadObjectTest(Receptionist: 56)Success0.010
ReadObjectTest(Secretary: 55)Success0.008
ReadObjectTest(Brendan)Success0.003
ReadObjectTest(Betty)Success0.007
ReadObjectTest(Betty)Success0.006
WriteObjectTest(Betty)Success0.020
UnitOfWorkBasicUpdateObjectTest(Betty)Success0.015
WriteObjectTest(Course Developer: 56)Success0.014
UnitOfWorkBasicUpdateObjectTest(Course Developer: 56)Success0.005
WriteObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@14263c4)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@14263c4)Success0.005
WriteObjectTest(Personnnel Manager: 56)Success0.006
UnitOfWorkBasicUpdateObjectTest(Personnnel Manager: 56)Success0.006
WriteObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@1427089)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@1427089)Success0.006
WriteObjectTest(Product Developer: 52)Success0.010
UnitOfWorkBasicUpdateObjectTest(Product Developer: 52)Success0.005
WriteObjectTest(Product Manager: 52)Success0.006
UnitOfWorkBasicUpdateObjectTest(Product Manager: 52)Success0.005
WriteObjectTest(Receptionist: 56)Success0.014
UnitOfWorkBasicUpdateObjectTest(Receptionist: 56)Success0.003
WriteObjectTest(Secretary: 55)Success0.009
UnitOfWorkBasicUpdateObjectTest(Secretary: 55)Success0.006
UpdateObjectTestSuccess0.016
VariableOneToOneNonPrivatelyOwnedTestSuccess0.011
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Unionized)Success0.019
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Actor)Success0.014
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Documentary)Success0.006
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Film)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Job)Success0.032
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.ManagerialJob)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.VIP)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.VIP)Success0.001
Batch Read TestSuccess0.009
OneToManyVariableBackBatchReadingTestSuccess0.020
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Employee)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Employee)Success0.015
ReadAllConformInUowTestSuccess0.014
DeleteObjectTest(Never Been Kissed)Success0.013
DeleteObjectTest(Climbing Everest)Success0.012
DeleteObjectTest(Secretary: 55)Success0.013
DeleteObjectTest(Receptionist: 56)Success0.010
DeleteObjectTest(Product Developer: 52)Success0.013
DeleteObjectTest(Course Developer: 56)Success0.046
DeleteObjectTest(Product Manager: 52)Success0.008
DeleteObjectTest(Personnnel Manager: 56)Success0.008
DeleteObjectTest(Betty)Success0.026
DeleteObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@1427089)Success0.004
DeleteObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@14263c4)Success0.007
DeleteObjectTest(org.eclipse.persistence.testing.models.interfaces.Company@1424022)Success0.014
InsertObjectTest(The Flinstones)Success0.006
InsertObjectTest(Secretary: null)Success0.005
InsertObjectTest(org.eclipse.persistence.testing.models.interfaces.Company@1844f62)Success0.006
InsertObjectTest(Course Developer: null)Success0.005
InsertObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@184525f)Success0.002
InsertObjectTest(Personnnel Manager: null)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@1845595)Success0.002
InsertObjectTest(Product Developer: null)Success0.005
InsertObjectTest(Product Manager: null)Success0.004
InsertObjectTest(Receptionist: null)Success0.005
ExpressionPersistenceTest:PersistenceTestAnyOfAllowingNoneEqualSuccess0.026
ExpressionPersistenceTest:PersistenceTestAnyOfEqualSuccess0.019
ExpressionPersistenceTest:PersistenceTestAnyOfEqualSuccess0.016
ExpressionPersistenceTest:PersistenceTestAnyOfEqualSuccess0.014
ExpressionPersistenceTest:PersistenceTestGetAllowingNullEqualSuccess0.010
ExpressionPersistenceTest:PersistenceTestGetEqualSuccess0.008
ExpressionPersistenceTest:PersistenceTestGetGreaterThanSuccess0.012
ExpressionPersistenceTest:PersistenceTestGetGreaterThanEqualSuccess0.012
ExpressionPersistenceTest:PersistenceTestGetIsNullSuccess0.007
ExpressionPersistenceTest:PersistenceTestGetLessThanSuccess0.007
ExpressionPersistenceTest:PersistenceTestGetLessThanEqualSuccess0.008
ExpressionPersistenceTest:PersistenceTestGetLikeSuccess0.010
ExpressionPersistenceTest:PersistenceTestGetNotSuccess0.017
ExpressionPersistenceTest:PersistenceTestGetNotEqualSuccess0.015
ExpressionPersistenceTest:PersistenceTestGetNotLikeSuccess0.018
ExpressionPersistenceTest:PersistenceTestGetNotNullSuccess0.012
ExpressionPersistenceTest:PersistenceTestGetEqualIgnoringCaseSuccess0.011
ExpressionPersistenceTest:PersistenceTestGreaterThanEqualDateSuccess0.010
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualCalendarSuccess0.013
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualSqlDateSuccess0.008
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualTimeSuccess0.009
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualBigDecimalSuccess0.008
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualBigIntegerSuccess0.008
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualPCharSuccess0.010
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualCharacterSuccess0.010
ExpressionPersistenceTest:AddAttributeReportQuerySuccess0.006
ExpressionPersistenceTest:AddAverageReportQuerySuccess0.005
ExpressionPersistenceTest:AddCountReportQuerySuccess0.004
ExpressionPersistenceTest:AddFunctionItemReportQuerySuccess0.002
ExpressionPersistenceTest:AddGroupingReportQuerySuccess0.007
ExpressionPersistenceTest:AddItemReportQuerySuccess0.005
ExpressionPersistenceTest:AddMaximumReportQuerySuccess0.004
ExpressionPersistenceTest:AddMinimumReportQuerySuccess0.011
ExpressionPersistenceTest:AddStandardDeviationReportQuerySuccess0.004
ExpressionPersistenceTest:AddVarianceReportQuerySuccess0.003
ExpressionPersistenceTest:AddSumReportQuerySuccess0.004
ExpressionPersistenceTest:AddJoinedObjectLevelReadQuerySuccess0.002
ExpressionPersistenceTest:AddOrderingReadAllQuerySuccess0.005
ExpressionPersistenceTest:AddBatchReadReadAllQuerySuccess0.002
RefreshIdentityMapResultsTestSuccess0.007
QueryTimeOutTestSuccess11.834
MaxRowsTestSuccess0.007
FirstResultTestSuccess0.010
MemoryQueryReturnConfirmedTestSuccess0.016
MemoryQueryReturnNotConfirmedTestSuccess0.016
MemoryQueryThrowExceptionTestSuccess0.006
MemoryQueryTriggerIndirectionTestSuccess0.015
DoNotUseDistinctTestSuccess0.013
UseDistinctTestSuccess0.010
ShouldPrepareTestSuccess0.011
QueryManagerTimeoutTestSuccess0.001
ReadOnlyTestSuccess0.003
JoinSubclassesTestSuccess0.008
QueryShouldMaintainCacheTestSuccess0.115
ProjectXMLDatabaseTableNameTestSuccess0.094
ProjectXMLOrderByQueryKeysTestSuccess0.093
ProjectXMLQueryManagerQueryOrderTestSuccess0.188
DirectMapMappingTestSuccess0.002
MergeChangeSetWithDirectMapMappingTestSuccess0.012
DirectMapMappingDeleteTestSuccess0.028
DirectMapMappingBatchReadTestSuccess0.016
DirectMapMappingIndirectionTestSuccess0.012
DeleteTestSuccess0.055
ReadWithExpressionTestSuccess0.011
ReadAllTestSuccess0.011
BatchReadTestSuccess0.008
InterfaceProxyInvocationTestSuccess0.042
ReadWithProxyEqualityExpressionSuccess0.015
InheritanceReadAllTestSuccess0.009
UnitOfWorkUpdateTestSuccess0.014
UnitOfWorkUpdateWithNewObjectTestSuccess0.023
UnitOfWorkCommitAndResumeSuccess0.009
UnitOfWorkUpdateFromCacheSuccess0.012
UnitOfWorkReplaceTestSuccess0.023
InsertTestSuccess0.016
UpdateTestSuccess0.012
DeleteProxyObjectTestSuccess0.010
DoesExistProxyObjectTestSuccess0.007
ReadProxyObjectTestSuccess0.005
UOWRegisterProxyObjectTestSuccess0.010
DeleteObjectTest(PolicyHolder: Bob Smith)Success0.081
DeleteObjectTest(PolicyHolder: Jill May)Success0.030
DeleteObjectTest(PolicyHolder: Sarah Way)Success0.016
DeleteObjectTest(PolicyHolder: Sarah-loo Smitty)Success0.012
InsertObjectTest(PolicyHolder: Bobby Jones)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.insurance.PolicyHolder)Success0.029
ReadAllTest(org.eclipse.persistence.testing.models.insurance.Policy)Success0.026
ReadAllTest(org.eclipse.persistence.testing.models.insurance.Claim)Success0.022
ReadObjectTest(PolicyHolder: Bob Smith)Success0.006
ReadObjectTest(PolicyHolder: Jill May)Success0.010
ReadObjectTest(PolicyHolder: Sarah Way)Success0.005
ReadObjectTest(PolicyHolder: Sarah-loo Smitty)Success0.004
WriteObjectTest(PolicyHolder: Bob Smith)Success0.039
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Bob Smith)Success0.017
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Jill May)Success0.024
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Sarah Way)Success0.014
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Sarah-loo Smitty)Success0.012
ReadObjectTest(Employee(Dave Vadis))Success0.149
ReadObjectTest(Employee(Tracy Chapman))Success0.077
ReadObjectTest(Employee(Edward White))Success0.077
ReadObjectTest(Shipment(1 ton))Success0.076
ReadObjectTest(Computer(PC 486--7657165-12765112))Success0.188
TwoLevelJoinedAttributeTestSuccess0.037
LoopingJoinedAttributeTestSuccess0.023
OneToOnePKTestSuccess0.031
ReadAllTest(org.eclipse.persistence.testing.models.mapping.Employee)Success0.082
ReadAllTest(org.eclipse.persistence.testing.models.mapping.Shipment)Success0.077
ReadAllTest(org.eclipse.persistence.testing.models.mapping.Computer)Success0.078
DeleteObjectTest(Employee(Dave Vadis))Success0.149
DeleteObjectTest(Employee(Tracy Chapman))Success0.094
DeleteObjectTest(Employee(Edward White))Success0.093
DeleteObjectTest(Computer(PC 486--7657165-12765112))Success0.080
DeleteObjectTest(Shipment(3 ton))Success0.078
MTMPrivateOwnedWithValueholderDeleteObjectTestSuccess0.169
InsertObjectTest(Employee(Imran Khan))Success0.019
InsertObjectTest(Employee(Margaret Thatcher))Success0.019
InsertObjectTest(Employee(Ace Ventura))Success0.019
InsertObjectTest(Shipment(1 ton))Success0.003
ObjectTypeMappingDefaultNullValuesSuccess0.083
MTMPrivateOwnedWithValueholderDeleteObjectTestSuccess0.168
WriteObjectTest(Employee(Dave Vadis))Success0.183
UnitOfWorkBasicUpdateObjectTest(Employee(Dave Vadis))Success0.162
UnitOfWorkBasicUpdateObjectTest(Employee(Tracy Chapman))Success0.161
UnitOfWorkBasicUpdateObjectTest(Employee(Edward White))Success0.157
WriteObjectTest(Shipment(1 ton))Success0.151
UnitOfWorkBasicUpdateObjectTest(Shipment(1 ton))Success0.155
AddObjectNonPrimaryKeyManyToManyTestSuccess0.012
UnitOfWorkTest(Employee(Tracy Chapman))Success0.134
ConstraintOrderTestSuccess0.031
DeleteObjectTest(Employee(Dave Vadis))Success0.096
DeleteObjectTest(Employee(Tracy Chapman))Success0.091
DeleteObjectTest(Employee(Edward White))Success0.089
DeleteObjectTest(Employee(Dave Vadis))Success0.100
DeleteObjectTest(Employee(Tracy Chapman))Success0.097
DeleteObjectTest(Employee(Edward White))Success0.095
TwoParametersTransformationMappingTest(Address(OTTAWA--ONTARIO))Success0.020
TwoParametersTransformationMappingTest(Address(Montreal--QUEBEC))Success0.017
UnitOfWorkCommitResumeTest(Employee(Tracy Chapman))Success0.196
BidirectionalUOWInsertTestSuccess0.007
BidirectionalUOWInsertAndDeleteTestSuccess0.015
AdditionalJoinExpressionTestSuccess0.154
MultipleTableReadObjectTest(amendEmployee1WithJoinWithInsert,Employee1(Davis Vadis))Success0.009
MultipleTableReadObjectTest(amendEmployee1WithFKInfo,Employee1(Davis Vadis))Success0.007
MultipleTableReadObjectTest(amendEmployee1WithJoinOnly,Employee1(Davis Vadis))Success0.005
MultipleTableInsertObjectTest(amendEmployee1WithJoinWithInsert,Employee1(Tracy Chapman))Success0.009
MultipleTableInsertObjectTest(amendEmployee1WithFKInfo,Employee1(Tracy Chapman))Success0.008
MultipleTableReadAllTest(amendEmployee1WithJoinWithInsert,class org.eclipse.persistence.testing.models.mapping.Employee1, 2)Success0.014
MultipleTableReadAllTest(amendEmployee1WithJoinOnly,class org.eclipse.persistence.testing.models.mapping.Employee1, 2)Success0.005
MultipleTableReadAllTest(amendEmployee1WithFKInfo,class org.eclipse.persistence.testing.models.mapping.Employee1, 2)Success0.012
MultipleTableDeleteObjectTest(amendEmployee1WithFKInfo,Employee1(Farag Shaeer))Success0.028
MultipleTableWriteObjectTest(amendEmployee1WithFKInfo,Employee1(Farag Shaeer))Success0.014
ReadObjectTest(Employee2(Jan))Success0.004
WriteObjectTest(Employee2(Jan))Success0.009
UnitOfWorkBasicUpdateObjectTest(Employee2(Jan))Success0.008
DeleteObjectTest(Employee2(Jan))Success0.012
InsertObjectTest(Employee2(Ursula))Success0.004
SelectionCriteriaInOneToOneTestSuccess0.174
SelectionCriteriaInOneToManyTestSuccess0.112
SelectionCriteriaInTargetOneToOneTestSuccess0.317
SameNamePKTestSuccess0.023
CowReadAllTestSuccess0.003
SuperCowReadAllTestSuccess0.020
HorseReadAllTestSuccess0.012
SuperHorseReadAllTestSuccess0.022
SwanReadAllTestSuccess0.010
SuperSwanReadAllTestSuccess0.022
Multiple table test [Cow]Success0.033
Multiple table test [SuperCow]Success0.009
Multiple table test [Horse]Success0.029
Multiple table test [SuperHorse]Success0.010
Multiple table test [Swan]Success0.030
Multiple table test [SuperSwan]Success0.010
Multiple table test [Human]Success0.019
ReadObjectTest(Employee: Bob Smith)Success0.057
ReadObjectTest(Employee: John Way)Success0.021
ReadObjectTest(Employee: Charles Chanley)Success0.009
ReadObjectTest(Employee: Emanual Smith)Success0.007
ReadObjectTest(Employee: Sarah Way)Success0.009
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.019
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.002
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.002
WriteObjectTest(Employee: Bob Smith)Success0.020
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.017
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.017
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.017
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.013
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.018
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.004
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.004
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.004
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.003
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.003
InsertObjectTest(Employee: Bob Smith)Success0.013
InsertObjectTest(Employee: John Way)Success0.016
InsertObjectTest(Employee: Charles Chanley)Success0.014
InsertObjectTest(Employee: Emanual Smith)Success0.017
InsertObjectTest(Employee: Sarah Way)Success0.016
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.004
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.006
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.005
DeleteObjectTest(Employee: Bob Smith)Success0.070
DeleteObjectTest(Employee: John Way)Success0.026
DeleteObjectTest(Employee: Charles Chanley)Success0.025
DeleteObjectTest(Employee: Emanual Smith)Success0.023
DeleteObjectTest(Employee: Sarah Way)Success0.024
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.015
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.A_King2)Success0.005
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@15d89bd)Success0.003
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@15d8fb0)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@15d94a5)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@15d98ee)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@15d9d37)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@15da07e)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@15da4c7)Success0.032
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@143c555)Success0.005
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@1440b21)Success0.004
ReadObjectTest(Bus(905))Success0.006
ReadObjectTest(Raymen)Success0.008
ReadObjectTest(Steve)Success0.008
ReadObjectTest(Biff)Success0.003
ReadObjectTest(Jenny)Success0.004
ReadObjectTest(Richard)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@1450393)Success0.003
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@144fdc8)Success0.003
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@144f5b1)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@144eea8)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@1450af3)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Cat)Success0.006
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Dog)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Company)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Person)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.SalesRep)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Engineer)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.SoftwareEngineer)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Computer)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.PC)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.IBMPC)Success0.006
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Mac)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Mainframe)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Car)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.SportsCar)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Bus)Success0.011
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Bicycle)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Boat)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Vehicle)Success0.023
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.NonFueledVehicle)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.FueledVehicle)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.A_King2)Success0.003
QueryInheritanceTestSuccess0.002
JoinWithSecondaryTableTestSuccess0.017
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@15d89bd)Success0.006
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@15d8fb0)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@15d94a5)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@15d98ee)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@15d9d37)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@15da07e)Success0.003
DeleteObjectTest(Raymen)Success0.049
DeleteObjectTest(Richard)Success0.015
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@15da4c7)Success0.053
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@143c555)Success0.028
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@1440b21)Success0.021
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@144eea8)Success0.010
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@144f5b1)Success0.005
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@144fdc8)Success0.005
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@1450393)Success0.004
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@1450af3)Success0.007
ComplexDeleteTestfalsefalse(org.eclipse.persistence.testing.models.inheritance.Alligator@1454886)truefalseSuccess0.029
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@18560a0)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@1856276)Success0.002
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@185644c)Success0.027
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@18566bc)Success0.018
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@185691e)Success0.012
InsertObjectTest(Raymen)Success0.010
InsertObjectTest(Richard)Success0.010
InsertObjectTest(Brendan)Success0.009
InsertObjectTest(Car(null))Success0.011
InsertObjectTest(Car(null))Success0.008
InsertObjectTest(Car(null))Success0.008
InsertObjectTest(Car(null))Success0.008
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@18571bf)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@1857397)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@1857575)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@1857753)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@1857927)Success0.005
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Developer_King@1857b22)Success0.015
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Developer_King@1857d25)Success0.005
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.SeniorDeveloper_King@1857f28)Success0.010
OverrideInheritedMappingTestSuccess0.011
BindingWithShallowInsertTestSuccess0.045
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@15d89bd)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@15d89bd)Success0.003
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@15d8fb0)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@15d8fb0)Success0.003
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@15d94a5)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@15d98ee)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@15d9d37)Success0.003
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@15da07e)Success0.004
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@15da4c7)Success0.013
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@15da4c7)Success0.011
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@143c555)Success0.010
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@1440b21)Success0.009
WriteObjectTest(Raymen)Success0.008
UnitOfWorkBasicUpdateObjectTest(Raymen)Success0.008
WriteObjectTest(Steve)Success0.010
UnitOfWorkBasicUpdateObjectTest(Steve)Success0.010
WriteObjectTest(Richard)Success0.006
UnitOfWorkBasicUpdateObjectTest(Richard)Success0.006
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@144eea8)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@144eea8)Success0.005
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@144f5b1)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@144f5b1)Success0.003
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@144fdc8)Success0.003
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@1450393)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@1450393)Success0.004
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@1450af3)Success0.007
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@1450af3)Success0.004
UnitOfWorkTest(org.eclipse.persistence.testing.models.inheritance.Company@15da4c7)Success0.045
UnitOfWorkTest(org.eclipse.persistence.testing.models.inheritance.Company@143c555)Success0.033
UnitOfWorkTest(org.eclipse.persistence.testing.models.inheritance.Company@1440b21)Success0.028
InfiniteRecursionWithNoDescriptorTestSuccess0.014
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.inheritance.Company@15da4c7)Success0.055
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.inheritance.Company@143c555)Success0.050
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.inheritance.Company@1440b21)Success0.048
LeafQueryTestSuccess0.022
SecondaryTableUpdateTestSuccess0.010
TranslatedKeyInheritanceTestCaseSuccess0.018
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee1@1594480)Success0.005
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee1@1595061)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@1597ada)Success0.028
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@159a6a3)Success0.007
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@159c48f)Success0.007
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@159e34f)Success0.005
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@159f02c)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@159fb2e)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15a0681)Success0.005
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15a164f)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15a23de)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.aggregate.Agent@15a3260)Success0.063
JoinInAggregateAndOwnerTestSuccess0.023
InMemoryQueryKeyToAggregateTest - load into memory = trueSuccess0.006
InMemoryQueryKeyToAggregateTest - load into memory = falseSuccess0.007
AggregateWithOneToOneRelationshipTestSuccess0.014
AggregateInvalidationIdentityTestSuccess0.014
WriteObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee1@1594480)Success0.007
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee1@1594480)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee1@1595061)Success0.004
WriteObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@1597ada)Success0.014
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@1597ada)Success0.014
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@159a6a3)Success0.012
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@159c48f)Success0.012
WriteObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@159e34f)Success0.006
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@159e34f)Success0.007
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@159f02c)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@159fb2e)Success0.004
WriteObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15a0681)Success0.007
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15a0681)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15a164f)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15a23de)Success0.004
WriteObjectTest(org.eclipse.persistence.testing.models.aggregate.Agent@15a3260)Success0.022
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.aggregate.Agent@15a3260)Success0.021
ReadAllTest(org.eclipse.persistence.testing.models.aggregate.Employee1)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.aggregate.Employee)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.aggregate.Client)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.aggregate.Agent)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.aggregate.Transport)Success0.005
AggregateCollectionOuterJoinTest(Agent)Success0.019
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@1597ada)Success0.036
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@159a6a3)Success0.016
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@159c48f)Success0.016
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@159e34f)Success0.011
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@159f02c)Success0.006
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@159fb2e)Success0.007
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15a0681)Success0.010
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15a164f)Success0.073
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@15a23de)Success0.007
DeleteObjectTest(org.eclipse.persistence.testing.models.aggregate.Agent@15a3260)Success0.049
VerifyCascadeDelete(Agent)Success0.006
AggregateCollectionClearTest(Agent)Success0.005
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@1860cd8)Success0.014
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@1860f0f)Success0.013
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Employee@1861142)Success0.013
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@1861375)Success0.005
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@1861572)Success0.006
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Client@186176f)Success0.006
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@1861996)Success0.007
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@1861bca)Success0.006
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.EvaluationClient@1861dfe)Success0.007
InsertObjectTest(org.eclipse.persistence.testing.models.aggregate.Agent@1862032)Success0.028
AggregateMappingNullNotAllowSuccess0.003
UnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@1597ada)Success0.031
UnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@159a6a3)Success0.022
UnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@159c48f)Success0.022
AggregateCollectionUoWTest(org.eclipse.persistence.testing.models.aggregate.Agent@15a3260)Success0.050
AggregateCollectionMultipleUoWTest(org.eclipse.persistence.testing.models.aggregate.Agent@15a3260)Success0.047
TransformationMappingTestSuccess0.025
AddNullToAggregateCollectionTestfalsefalse(org.eclipse.persistence.testing.models.aggregate.Agent@15a3260)truetrueSuccess0.021
AggregateVersionOpimisticLockingTestSuccess0.009
BatchReadingWithAggregateCollectionMapping(Agent)Success0.037
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.aggregate.Employee@1597ada)Success0.034
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.aggregate.Employee@159a6a3)Success0.029
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.aggregate.Employee@159c48f)Success0.031
CheckForNullUnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@1597ada)Success0.018
CheckForNullUnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@159a6a3)Success0.016
CheckForNullUnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@159c48f)Success0.016
MergingUnitOfWorkTest(org.eclipse.persistence.testing.models.aggregate.Employee@1597ada)Success0.008
DescriptorRefreshCacheTest(org.eclipse.persistence.testing.models.aggregate.Employee@159a6a3)Success0.012
AggregateEventTestCaseSuccess0.020
NestedAggregateTestCaseSuccess0.018
NestedAggregateCollectionTest(Agent)Success0.030
NestedAggregateCollectionAbstractTestCase(Agent)Success0.030
AggregateInheritanceTestCaseSuccess0.010
AggregateInheritanceTypeFieldTestCaseSuccess0.004
AggregateWithoutAttributesInheritanceTestCaseSuccess0.009
AggregateTransientValueTestCaseSuccess0.004
ReadObjectTest(Nev Campbell)Success0.012
ReadObjectTest(Climbing Everest)Success0.005
ReadObjectTest(Never Been Kissed)Success0.003
ReadObjectTest(Chris)Success0.030
ReadObjectTest(Course Developer: 102)Success0.010
ReadObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@161dbcd)Success0.001
ReadObjectTest(Personnnel Manager: 102)Success0.006
ReadObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@161e896)Success0.001
ReadObjectTest(Product Developer: 104)Success0.008
ReadObjectTest(Product Manager: 104)Success0.006
ReadObjectTest(Receptionist: 102)Success0.010
ReadObjectTest(Secretary: 101)Success0.008
ReadObjectTest(Brendan)Success0.003
ReadObjectTest(Betty)Success0.006
ReadObjectTest(Betty)Success0.006
WriteObjectTest(Betty)Success0.019
UnitOfWorkBasicUpdateObjectTest(Betty)Success0.015
WriteObjectTest(Course Developer: 102)Success0.014
UnitOfWorkBasicUpdateObjectTest(Course Developer: 102)Success0.005
WriteObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@161dbcd)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@161dbcd)Success0.005
WriteObjectTest(Personnnel Manager: 102)Success0.006
UnitOfWorkBasicUpdateObjectTest(Personnnel Manager: 102)Success0.006
WriteObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@161e896)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@161e896)Success0.006
WriteObjectTest(Product Developer: 104)Success0.009
UnitOfWorkBasicUpdateObjectTest(Product Developer: 104)Success0.005
WriteObjectTest(Product Manager: 104)Success0.007
UnitOfWorkBasicUpdateObjectTest(Product Manager: 104)Success0.006
WriteObjectTest(Receptionist: 102)Success0.014
UnitOfWorkBasicUpdateObjectTest(Receptionist: 102)Success0.003
WriteObjectTest(Secretary: 101)Success0.009
UnitOfWorkBasicUpdateObjectTest(Secretary: 101)Success0.006
UpdateObjectTestSuccess0.018
VariableOneToOneNonPrivatelyOwnedTestSuccess0.011
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Unionized)Success0.018
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Actor)Success0.013
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Documentary)Success0.006
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Film)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Job)Success0.031
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.ManagerialJob)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.VIP)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.VIP)Success0.001
Batch Read TestSuccess0.009
OneToManyVariableBackBatchReadingTestSuccess0.020
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Employee)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.interfaces.Employee)Success0.014
ReadAllConformInUowTestSuccess0.014
DeleteObjectTest(Never Been Kissed)Success0.013
DeleteObjectTest(Climbing Everest)Success0.010
DeleteObjectTest(Secretary: 101)Success0.013
DeleteObjectTest(Receptionist: 102)Success0.010
DeleteObjectTest(Product Developer: 104)Success0.013
DeleteObjectTest(Course Developer: 102)Success0.009
DeleteObjectTest(Product Manager: 104)Success0.008
DeleteObjectTest(Personnnel Manager: 102)Success0.007
DeleteObjectTest(Betty)Success0.026
DeleteObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@161e896)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@161dbcd)Success0.006
DeleteObjectTest(org.eclipse.persistence.testing.models.interfaces.Company@161b7f8)Success0.015
InsertObjectTest(The Flinstones)Success0.006
InsertObjectTest(Secretary: null)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.interfaces.Company@1867cce)Success0.005
InsertObjectTest(Course Developer: null)Success0.006
InsertObjectTest(org.eclipse.persistence.testing.models.interfaces.Email@1867fcb)Success0.002
InsertObjectTest(Personnnel Manager: null)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.interfaces.Phone@1868301)Success0.003
InsertObjectTest(Product Developer: null)Success0.005
InsertObjectTest(Product Manager: null)Success0.004
InsertObjectTest(Receptionist: null)Success0.005
ExpressionPersistenceTest:PersistenceTestAnyOfAllowingNoneEqualSuccess0.022
ExpressionPersistenceTest:PersistenceTestAnyOfEqualSuccess0.016
ExpressionPersistenceTest:PersistenceTestAnyOfEqualSuccess0.012
ExpressionPersistenceTest:PersistenceTestAnyOfEqualSuccess0.012
ExpressionPersistenceTest:PersistenceTestGetAllowingNullEqualSuccess0.011
ExpressionPersistenceTest:PersistenceTestGetEqualSuccess0.008
ExpressionPersistenceTest:PersistenceTestGetGreaterThanSuccess0.010
ExpressionPersistenceTest:PersistenceTestGetGreaterThanEqualSuccess0.010
ExpressionPersistenceTest:PersistenceTestGetIsNullSuccess0.008
ExpressionPersistenceTest:PersistenceTestGetLessThanSuccess0.008
ExpressionPersistenceTest:PersistenceTestGetLessThanEqualSuccess0.009
ExpressionPersistenceTest:PersistenceTestGetLikeSuccess0.010
ExpressionPersistenceTest:PersistenceTestGetNotSuccess0.017
ExpressionPersistenceTest:PersistenceTestGetNotEqualSuccess0.014
ExpressionPersistenceTest:PersistenceTestGetNotLikeSuccess0.017
ExpressionPersistenceTest:PersistenceTestGetNotNullSuccess0.009
ExpressionPersistenceTest:PersistenceTestGetEqualIgnoringCaseSuccess0.010
ExpressionPersistenceTest:PersistenceTestGreaterThanEqualDateSuccess0.008
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualCalendarSuccess0.013
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualSqlDateSuccess0.009
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualTimeSuccess0.009
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualBigDecimalSuccess0.009
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualBigIntegerSuccess0.008
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualPCharSuccess0.010
ExpressionPersistenceSpecialTypesTest:PersistenceTestEqualCharacterSuccess0.010
ExpressionPersistenceTest:AddAttributeReportQuerySuccess0.005
ExpressionPersistenceTest:AddAverageReportQuerySuccess0.006
ExpressionPersistenceTest:AddCountReportQuerySuccess0.004
ExpressionPersistenceTest:AddFunctionItemReportQuerySuccess0.002
ExpressionPersistenceTest:AddGroupingReportQuerySuccess0.006
ExpressionPersistenceTest:AddItemReportQuerySuccess0.006
ExpressionPersistenceTest:AddMaximumReportQuerySuccess0.004
ExpressionPersistenceTest:AddMinimumReportQuerySuccess0.011
ExpressionPersistenceTest:AddStandardDeviationReportQuerySuccess0.004
ExpressionPersistenceTest:AddVarianceReportQuerySuccess0.004
ExpressionPersistenceTest:AddSumReportQuerySuccess0.004
ExpressionPersistenceTest:AddJoinedObjectLevelReadQuerySuccess0.003
ExpressionPersistenceTest:AddOrderingReadAllQuerySuccess0.006
ExpressionPersistenceTest:AddBatchReadReadAllQuerySuccess0.003
RefreshIdentityMapResultsTestSuccess0.004
QueryTimeOutTestSuccess11.328
MaxRowsTestSuccess0.006
FirstResultTestSuccess0.009
MemoryQueryReturnConfirmedTestSuccess0.013
MemoryQueryReturnNotConfirmedTestSuccess0.012
MemoryQueryThrowExceptionTestSuccess0.003
MemoryQueryTriggerIndirectionTestSuccess0.012
DoNotUseDistinctTestSuccess0.010
UseDistinctTestSuccess0.006
ShouldPrepareTestSuccess0.009
QueryManagerTimeoutTestSuccess0.000
ReadOnlyTestSuccess0.002
JoinSubclassesTestSuccess0.016
QueryShouldMaintainCacheTestSuccess0.092
ProjectXMLDatabaseTableNameTestSuccess0.092
ProjectXMLOrderByQueryKeysTestSuccess0.169
ProjectXMLQueryManagerQueryOrderTestSuccess0.191
DirectMapMappingTestSuccess0.000
MergeChangeSetWithDirectMapMappingTestSuccess0.016
DirectMapMappingDeleteTestSuccess0.028
DirectMapMappingBatchReadTestSuccess0.019
DirectMapMappingIndirectionTestSuccess0.012
DeleteTestSuccess0.027
ReadWithExpressionTestSuccess0.009
ReadAllTestSuccess0.019
BatchReadTestSuccess0.004
InterfaceProxyInvocationTestSuccess0.007
ReadWithProxyEqualityExpressionSuccess0.012
InheritanceReadAllTestSuccess0.010
UnitOfWorkUpdateTestSuccess0.010
UnitOfWorkUpdateWithNewObjectTestSuccess0.023
UnitOfWorkCommitAndResumeSuccess0.007
UnitOfWorkUpdateFromCacheSuccess0.011
UnitOfWorkReplaceTestSuccess0.010
InsertTestSuccess0.009
UpdateTestSuccess0.008
DeleteProxyObjectTestSuccess0.008
DoesExistProxyObjectTestSuccess0.004
ReadProxyObjectTestSuccess0.003
UOWRegisterProxyObjectTestSuccess0.007
DeleteObjectTest(PolicyHolder: Bob Smith)Success0.084
DeleteObjectTest(PolicyHolder: Jill May)Success0.033
DeleteObjectTest(PolicyHolder: Sarah Way)Success0.018
DeleteObjectTest(PolicyHolder: Sarah-loo Smitty)Success0.016
InsertObjectTest(PolicyHolder: Bobby Jones)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.insurance.PolicyHolder)Success0.033
ReadAllTest(org.eclipse.persistence.testing.models.insurance.Policy)Success0.029
ReadAllTest(org.eclipse.persistence.testing.models.insurance.Claim)Success0.023
ReadObjectTest(PolicyHolder: Bob Smith)Success0.007
ReadObjectTest(PolicyHolder: Jill May)Success0.010
ReadObjectTest(PolicyHolder: Sarah Way)Success0.006
ReadObjectTest(PolicyHolder: Sarah-loo Smitty)Success0.006
WriteObjectTest(PolicyHolder: Bob Smith)Success0.043
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Bob Smith)Success0.020
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Jill May)Success0.027
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Sarah Way)Success0.017
UnitOfWorkBasicUpdateObjectTest(PolicyHolder: Sarah-loo Smitty)Success0.013
ReadObjectTest(Employee(Dave Vadis))Success0.161
ReadObjectTest(Employee(Tracy Chapman))Success0.090
ReadObjectTest(Employee(Edward White))Success0.090
ReadObjectTest(Shipment(1 ton))Success0.087
ReadObjectTest(Computer(PC 486--7657165-12765112))Success0.088
TwoLevelJoinedAttributeTestSuccess0.042
LoopingJoinedAttributeTestSuccess0.012
OneToOnePKTestSuccess0.033
ReadAllTest(org.eclipse.persistence.testing.models.mapping.Employee)Success0.096
ReadAllTest(org.eclipse.persistence.testing.models.mapping.Shipment)Success0.093
ReadAllTest(org.eclipse.persistence.testing.models.mapping.Computer)Success0.092
DeleteObjectTest(Employee(Dave Vadis))Success0.166
DeleteObjectTest(Employee(Tracy Chapman))Success0.112
DeleteObjectTest(Employee(Edward White))Success0.108
DeleteObjectTest(Computer(PC 486--7657165-12765112))Success0.094
DeleteObjectTest(Shipment(3 ton))Success0.090
MTMPrivateOwnedWithValueholderDeleteObjectTestSuccess0.277
InsertObjectTest(Employee(Imran Khan))Success0.021
InsertObjectTest(Employee(Margaret Thatcher))Success0.021
InsertObjectTest(Employee(Ace Ventura))Success0.021
InsertObjectTest(Shipment(1 ton))Success0.005
ObjectTypeMappingDefaultNullValuesSuccess0.094
MTMPrivateOwnedWithValueholderDeleteObjectTestSuccess0.191
WriteObjectTest(Employee(Dave Vadis))Success0.389
UnitOfWorkBasicUpdateObjectTest(Employee(Dave Vadis))Success0.179
UnitOfWorkBasicUpdateObjectTest(Employee(Tracy Chapman))Success0.180
UnitOfWorkBasicUpdateObjectTest(Employee(Edward White))Success0.178
WriteObjectTest(Shipment(1 ton))Success0.171
UnitOfWorkBasicUpdateObjectTest(Shipment(1 ton))Success0.175
AddObjectNonPrimaryKeyManyToManyTestSuccess0.013
UnitOfWorkTest(Employee(Tracy Chapman))Success0.148
ConstraintOrderTestSuccess0.035
DeleteObjectTest(Employee(Dave Vadis))Success0.106
DeleteObjectTest(Employee(Tracy Chapman))Success0.103
DeleteObjectTest(Employee(Edward White))Success0.103
DeleteObjectTest(Employee(Dave Vadis))Success0.115
DeleteObjectTest(Employee(Tracy Chapman))Success0.111
DeleteObjectTest(Employee(Edward White))Success0.111
TwoParametersTransformationMappingTest(Address(OTTAWA--ONTARIO))Success0.023
TwoParametersTransformationMappingTest(Address(Montreal--QUEBEC))Success0.020
UnitOfWorkCommitResumeTest(Employee(Tracy Chapman))Success0.220
BidirectionalUOWInsertTestSuccess0.007
BidirectionalUOWInsertAndDeleteTestSuccess0.015
AdditionalJoinExpressionTestSuccess0.172
MultipleTableReadObjectTest(amendEmployee1WithJoinWithInsert,Employee1(Davis Vadis))Success0.009
MultipleTableReadObjectTest(amendEmployee1WithFKInfo,Employee1(Davis Vadis))Success0.008
MultipleTableReadObjectTest(amendEmployee1WithJoinOnly,Employee1(Davis Vadis))Success0.005
MultipleTableInsertObjectTest(amendEmployee1WithJoinWithInsert,Employee1(Tracy Chapman))Success0.009
MultipleTableInsertObjectTest(amendEmployee1WithFKInfo,Employee1(Tracy Chapman))Success0.008
MultipleTableReadAllTest(amendEmployee1WithJoinWithInsert,class org.eclipse.persistence.testing.models.mapping.Employee1, 2)Success0.014
MultipleTableReadAllTest(amendEmployee1WithJoinOnly,class org.eclipse.persistence.testing.models.mapping.Employee1, 2)Success0.006
MultipleTableReadAllTest(amendEmployee1WithFKInfo,class org.eclipse.persistence.testing.models.mapping.Employee1, 2)Success0.011
MultipleTableDeleteObjectTest(amendEmployee1WithFKInfo,Employee1(Farag Shaeer))Success0.026
MultipleTableWriteObjectTest(amendEmployee1WithFKInfo,Employee1(Farag Shaeer))Success0.014
ReadObjectTest(Employee2(Jan))Success0.004
WriteObjectTest(Employee2(Jan))Success0.007
UnitOfWorkBasicUpdateObjectTest(Employee2(Jan))Success0.005
DeleteObjectTest(Employee2(Jan))Success0.010
InsertObjectTest(Employee2(Ursula))Success0.003
SelectionCriteriaInOneToOneTestSuccess0.174
SelectionCriteriaInOneToManyTestSuccess0.113
SelectionCriteriaInTargetOneToOneTestSuccess0.116
SameNamePKTestSuccess0.023
CowReadAllTestSuccess0.003
SuperCowReadAllTestSuccess0.020
HorseReadAllTestSuccess0.013
SuperHorseReadAllTestSuccess0.107
SwanReadAllTestSuccess0.147
SuperSwanReadAllTestSuccess0.022
Multiple table test [Cow]Success0.031
Multiple table test [SuperCow]Success0.010
Multiple table test [Horse]Success0.031
Multiple table test [SuperHorse]Success0.011
Multiple table test [Swan]Success0.031
Multiple table test [SuperSwan]Success0.010
Multiple table test [Human]Success0.019
ProjectClassGeneratorUnicodeTestSuccess0.186
ProjectClassGeneratorOrderByQueryKeysTestSuccess0.029
CopyPolicyBuildsNewInstanceTestSuccess0.005
FactoryClassIsNullTestSuccess0.004
FactoryMethodNameIsNotNullTestSuccess0.005
FactoryMethodNameIsNullTestSuccess0.004
ProjectClassGeneratorWithVariablesTestSuccess0.005
ShouldAlwaysConformResultsInUnitOfWorkTestSuccess0.004
ShouldAlwaysRefreshCacheOnRemoteTestSuccess0.005
ShouldAlwaysRefreshCacheTestSuccess0.004
ShouldBeReadOnlyTestSuccess0.004
IsIsolatedTestSuccess0.004
ShouldDisableCacheHitsOnRemoteTestSuccess0.005
ShouldDisableCacheHitsTestSuccess0.004
ShouldOnlyRefreshCacheIfNewerVersionTestSuccess0.005
ShouldUseCacheIdentityMapTestSuccess0.004
ShouldUseHardCacheWeakIdentityMapTestSuccess0.004
ShouldUseNoIdentityMapTestSuccess0.004
ShouldUseRemoteCacheIdentityMapTestSuccess0.004
ShouldUseRemoteHardCacheWeakIdentityMapSuccess0.005
ShouldUseRemoteNoIdentityMapTestSuccess0.004
ShouldUseRemoteWeakIdentityMapSuccess0.004
ShouldUseWeakIdentityMapTestSuccess0.057
GetAboutToInsertSelectorIsNotNullTestSuccess0.004
GetAboutToUpdateSelectorIsNotNullTestSuccess0.005
GetPostBuildSelectorIsNotNullTestSuccess0.004
GetPostCloneSelectorIsNotNullTestSuccess0.004
GetPostDeleteSelectorIsNotNullTestSuccess0.004
GetPostInsertSelectorIsNotNullTestSuccess0.004
GetPostMergeSelectorIsNotNullTestSuccess0.004
BuildConstructorPorjectsDefaultReadOnlyClassesIsNotEmptyTestSuccess0.004
BuildDescriptorAddMultipleTableForeignKeyFieldNameTestSuccess0.004
BuildDescriptorIsForInterfaceTrueTestSuccess0.004
CollectionMappingIsMapPolicyTestSuccess0.006
GetClassExtractionMethodNameIsNotNullTestSuccess0.004
GetPostRefreshSelectorIsNotNullTestSuccess0.004
GetPostUpdateSelectorIsNotNullTestSuccess0.004
GetPostWriteSelectorIsNotNullTestSuccess0.004
GetPreDeleteSelectorIsNotNullTestSuccess0.005
GetPreInsertSelectorIsNotNullTestSuccess0.004
GetPreUpdateSelectorIsNotNullTestSuccess0.004
GetPreWriteSelectorIsNotNullTestSuccess0.004
GetReadAllSubclassesViewIsNotNullTestSuccess0.004
GetRelationshipPartnerAttributeNameIsNotNullTestSuccess0.005
GettersAndSettersForProjectClassGeneratorTestSuccess0.006
MappingIsReadOnlyTestSuccess0.005
NamedQueryLinesGetEJBQLStringIsNotNullTestSuccess0.004
NamedQueryLinesIGetSQLStringIsNotNullTestSuccess0.004
NamedQueryLinesIsReadObjectQueryTestSuccess0.005
NamedQueryLinesRedirectorNotNullTestSuccess0.005
OneToOneMappingShouldUseJoiningTestSuccess0.005
OneToOneMappingShouldVerifyDeleteTestSuccess0.005
OptimisticLockingLinesSelectedFieldsLockingPolicyTestSuccess0.005
QueryKeyIsAbstractQueryKeyTestSuccess0.004
QueryManagerHasDeleteQueryIsSQLCallQueryTestSuccess0.005
QueryManagerHasDoesExistQueryIsSQLCallQueryTestSuccess0.004
QueryManagerHasInsertQueryIsSQLCallQueryTestSuccess0.005
QueryManagerHasReadAllQueryIsSQLCallQueryTestSuccess0.005
QueryManagerHasReadObjectQueryIsSQLCallQueryTestSuccess0.005
QueryManagerHasUpdateQueryIsSQLCallQueryTestSuccess0.004
QueryManagerPropertyLinesAssumeExistenceForDoesExistTestSuccess0.004
QueryManagerPropertyLinesAssumeNonExistenceForDoesExistTestSuccess0.005
ShouldUseBatchReadingOnMappingTestSuccess0.005
ShouldUseClassNameAsIndicatorTestSuccess0.005
TimestampLockingPolicyUseLocalTimeTestSuccess0.005
TransformationMappingUsesBasicIndirectionTestSuccess0.005
TransparentIndirectionPolicyInstanceTestSuccess0.005
UseCollectionClassOnMappingTestSuccess0.005
UseTransparentMapOnCollectionMappingSuccess0.005
VariableOneToOneMappingClassIndicatorFieldTestSuccess0.005
VariableOneToOneMappingUniquePKTestSuccess0.005
VersionLockingPolicyStoreInObjectTestSuccess0.004
DuplicateDescriptorNameTestSuccess0.005
ProjectClassGeneratorWriteMethodTestSuccess0.005
ProjectXMLSortedCollectionMappingSuccess0.107
ProjectXMLSortedCollectionMappingWithInvalidComparatorTestSuccess0.141
ProjectClassGeneratorWithCMPDescriptorTestSuccess0.122
AddFieldNameTranslationTestSuccess0.008
UseTransparentCollectionTestSuccess0.003
SerializedObjectMappingTestSuccess0.005
AscendingOrderingTestSuccess0.004
DescendingOrderingTestSuccess0.004
DatePrintTestSuccess0.003
ContainerIndirectionTransformationMappingTestSuccess0.003
ContainerIndirectionForeignReferenceMappingTestSuccess0.003
RuntimeCustomSQLQueriesTestSuccess0.094
CMPDescriptorPessimisticLockingTestSuccess0.090
MapPolicyIndirectionTestSuccess0.003
TypeConversionConverterDataClassIsArrayTest[[B]Success0.006
TypeConversionConverterDataClassIsArrayTest[[Ljava.lang.Byte;]Success0.003
TypeConversionConverterDataClassIsArrayTest[[C]Success0.003
TypeConversionConverterDataClassIsArrayTest[[Ljava.lang.Character;]Success0.004
TypeConversionConverterObjectClassIsArrayTest[[B]Success0.005
TypeConversionConverterObjectClassIsArrayTest[[Ljava.lang.Byte;]Success0.003
TypeConversionConverterObjectClassIsArrayTest[[C]Success0.004
TypeConversionConverterObjectClassIsArrayTest[[Ljava.lang.Character;]Success0.004
ProjectXMLUTF8EncodingTestSuccess0.012
ProjectXMLUTF16EncodingTestSuccess0.038
ReturningPolicyWorkbenchIntegrationTest XMLProjSuccess0.204
ReturningPolicyWorkbenchIntegrationTest ProjClassGenSuccess0.118
SequencingWorkbenchIntegrationTest XMLProjSuccess0.099
SequencingWorkbenchIntegrationTest ProjClassGenSuccess0.115
CowReadAllTestSuccess0.003
SuperCowReadAllTestSuccess0.019
HorseReadAllTestSuccess0.013
SuperHorseReadAllTestSuccess0.021
SwanReadAllTestSuccess0.010
SuperSwanReadAllTestSuccess0.021
Multiple table test [Cow]Success0.031
Multiple table test [SuperCow]Success0.009
Multiple table test [Horse]Success0.030
Multiple table test [SuperHorse]Success0.009
Multiple table test [Swan]Success0.029
Multiple table test [SuperSwan]Success0.009
Multiple table test [Human]Success0.018
OptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInCache)Success0.010
OptimisticLockingDeleteTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInCache)Success0.007
OptimisticLockingInsertTest(org.eclipse.persistence.testing.models.optimisticlocking.LockInCache@18876e1)Success0.003
OptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInObject)Success0.007
OptimisticLockingDeleteTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInObject)Success0.006
OptimisticLockingInsertTest(org.eclipse.persistence.testing.models.optimisticlocking.LockInObject@18879af)Success0.003
OptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInCache)Success0.012
OptimisticLockingDeleteTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInCache)Success0.006
OptimisticLockingInsertTest(org.eclipse.persistence.testing.models.optimisticlocking.TimestampInCache@1887c60)Success0.006
OptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInObject)Success0.012
OptimisticLockingDeleteTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInObject)Success0.006
OptimisticLockingInsertTest(org.eclipse.persistence.testing.models.optimisticlocking.TimestampInObject@1887f34)Success0.007
OptimisticLockingPolicyUpdateWithUOWTestSuccess0.003
OptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInAggregateObject)Success0.012
OptimisticLockingDeleteTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInAggregateObject)Success0.007
OptimisticLockingInsertTest(org.eclipse.persistence.testing.models.optimisticlocking.TimestampInAggregateObject@188825e)Success0.007
OptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInAggregateObject)Success0.009
OptimisticLockingDeleteTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInAggregateObject)Success0.006
OptimisticLockingInsertTest(org.eclipse.persistence.testing.models.optimisticlocking.LockInAggregateObject@188853b)Success0.003
TimestampNewObjectInCache(org.eclipse.persistence.testing.models.optimisticlocking.LockInObject)Success0.005
TimestampNewObjectInCache(org.eclipse.persistence.testing.models.optimisticlocking.TimestampInObject)Success0.007
ChangeSetOptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInAggregateObject)Success0.008
ChangeSetOptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInAggregateObject)Success0.001
ChangeSetOptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInCache)Success0.005
ChangeSetOptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInCache)Success0.001
ChangeSetOptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInObject)Success0.006
ChangeSetOptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInObject)Success0.001
ChangeSetOptimisticLockingInsertTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInAggregateObject)Success0.011
ChangeSetOptimisticLockingInsertTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInAggregateObject)Success0.001
ChangeSetOptimisticLockingInsertTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInCache)Success0.005
ChangeSetOptimisticLockingInsertTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInCache)Success0.001
ChangeSetOptimisticLockingInsertTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInObject)Success0.007
ChangeSetOptimisticLockingInsertTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInObject)Success0.003
WriteLockValueSerializationTestSuccess0.005
FieldsLockingCachedUpdateCallsTestSuccess0.024
UpdateAllWithTimestampLockingTestSuccess0.046
Cascaded121OptimisticLockingTestSuccess0.019
Cascaded12MOptimisticLockingTestSuccess0.014
CascadedCollectionOptimisticLockingTestSuccess0.030
CascadedMultiLevel121OptimisticLockingTestSuccess0.009
CascadedMultiLevel12MOptimisticLockingTestSuccess0.009
CascadedMultiLevelCollectionOptimisticLockingTestSuccess0.008
Cascaded12MInheritanceOptimisticLockingTestSuccess0.029
ReadObjectTest(Employee: Bob Smith)Success0.059
ReadObjectTest(Employee: John Way)Success0.021
ReadObjectTest(Employee: Charles Chanley)Success0.009
ReadObjectTest(Employee: Emanual Smith)Success0.007
ReadObjectTest(Employee: Sarah Way)Success0.008
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.112
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.017
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.016
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.002
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.014
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.001
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
WriteObjectTest(Employee: Bob Smith)Success0.017
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.016
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.015
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.015
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.012
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.015
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.008
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.004
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.003
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.002
InsertObjectTest(Employee: Bob Smith)Success0.010
InsertObjectTest(Employee: John Way)Success0.012
InsertObjectTest(Employee: Charles Chanley)Success0.010
InsertObjectTest(Employee: Emanual Smith)Success0.010
InsertObjectTest(Employee: Sarah Way)Success0.010
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.002
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
DeleteObjectTest(Employee: Bob Smith)Success0.072
DeleteObjectTest(Employee: John Way)Success0.023
DeleteObjectTest(Employee: Charles Chanley)Success0.022
DeleteObjectTest(Employee: Emanual Smith)Success0.020
DeleteObjectTest(Employee: Sarah Way)Success0.022
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.016
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.008
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.009
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.009
CacheStatementBatchWritingTestSuccess0.024
BatchWritingTestSuccess0.017
ProjectXMLTestSuccess0.258
OptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInCache)Success0.010
OptimisticLockingDeleteTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInCache)Success0.005
OptimisticLockingInsertTest(org.eclipse.persistence.testing.models.optimisticlocking.LockInCache@1c33c05)Success0.003
OptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInObject)Success0.010
OptimisticLockingDeleteTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInObject)Success0.005
OptimisticLockingInsertTest(org.eclipse.persistence.testing.models.optimisticlocking.LockInObject@1c33fa3)Success0.003
OptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInCache)Success0.015
OptimisticLockingDeleteTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInCache)Success0.005
OptimisticLockingInsertTest(org.eclipse.persistence.testing.models.optimisticlocking.TimestampInCache@1c34254)Success0.008
OptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInObject)Success0.014
OptimisticLockingDeleteTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInObject)Success0.005
OptimisticLockingInsertTest(org.eclipse.persistence.testing.models.optimisticlocking.TimestampInObject@1c34528)Success0.008
OptimisticLockingPolicyUpdateWithUOWTestSuccess0.003
OptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInAggregateObject)Success0.014
OptimisticLockingDeleteTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInAggregateObject)Success0.005
OptimisticLockingInsertTest(org.eclipse.persistence.testing.models.optimisticlocking.TimestampInAggregateObject@1c34818)Success0.008
OptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInAggregateObject)Success0.010
OptimisticLockingDeleteTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInAggregateObject)Success0.005
OptimisticLockingInsertTest(org.eclipse.persistence.testing.models.optimisticlocking.LockInAggregateObject@1c34af5)Success0.003
TimestampNewObjectInCache(org.eclipse.persistence.testing.models.optimisticlocking.LockInObject)Success0.003
TimestampNewObjectInCache(org.eclipse.persistence.testing.models.optimisticlocking.TimestampInObject)Success0.006
ChangeSetOptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInAggregateObject)Success0.008
ChangeSetOptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInAggregateObject)Success0.004
ChangeSetOptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInCache)Success0.007
ChangeSetOptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInCache)Success0.002
ChangeSetOptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInObject)Success0.338
ChangeSetOptimisticLockingUpdateTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInObject)Success0.003
ChangeSetOptimisticLockingInsertTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInAggregateObject)Success0.008
ChangeSetOptimisticLockingInsertTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInAggregateObject)Success0.003
ChangeSetOptimisticLockingInsertTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInCache)Success0.007
ChangeSetOptimisticLockingInsertTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInCache)Success0.003
ChangeSetOptimisticLockingInsertTest(class org.eclipse.persistence.testing.models.optimisticlocking.TimestampInObject)Success0.007
ChangeSetOptimisticLockingInsertTest(class org.eclipse.persistence.testing.models.optimisticlocking.LockInObject)Success0.002
WriteLockValueSerializationTestSuccess0.000
FieldsLockingCachedUpdateCallsTestSuccess0.017
UpdateAllWithTimestampLockingTestSuccess0.013
Cascaded121OptimisticLockingTestSuccess0.015
Cascaded12MOptimisticLockingTestSuccess0.011
CascadedCollectionOptimisticLockingTestSuccess0.028
CascadedMultiLevel121OptimisticLockingTestSuccess0.008
CascadedMultiLevel12MOptimisticLockingTestSuccess0.010
CascadedMultiLevelCollectionOptimisticLockingTestSuccess0.008
Cascaded12MInheritanceOptimisticLockingTestSuccess0.027
OptimisticLockingPolicyDeleteRowTestSuccess0.027
OptimisticLockingPolicyDeleteRowTestSuccess0.020
OptimisticLockingPolicyDeleteRowTestSuccess0.009
OptimisticLockingPolicyChangedValueUpdateTestSuccess0.012
OptimisticLockingPolicyChangedValueUpdateTestSuccess0.013
OptimisticLockingPolicyChangedValueUpdateTestSuccess0.005
OptimisticLockingPolicyUpdateTestSuccess0.011
OptimisticLockingPolicyUpdateTestSuccess0.012
OptimisticLockingPolicyUpdateTestSuccess0.006
InsertObjectTest(org.eclipse.persistence.testing.models.mapping.Student@139fa8f)Success0.006
InsertObjectTest(org.eclipse.persistence.testing.models.mapping.Student@139fc7d)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.mapping.Student@139fe6b)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.mapping.Student@13a0058)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.mapping.Student@13a0248)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.mapping.Student@13a043a)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.mapping.Student@13a062b)Success0.003
ReadObjectTest(org.eclipse.persistence.testing.models.mapping.Student@1397bf3)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.mapping.Student@139ca62)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.mapping.Student@139b2e6)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.mapping.Student)Success0.015
DeleteObjectTest(org.eclipse.persistence.testing.models.mapping.Student@1397bf3)Success0.014
DeleteObjectTest(org.eclipse.persistence.testing.models.mapping.Student@1399836)Success0.004
DeleteObjectTest(org.eclipse.persistence.testing.models.mapping.Student@139b2e6)Success0.005
DeleteObjectTest(org.eclipse.persistence.testing.models.mapping.Student@139ba46)Success0.005
DeleteObjectTest(org.eclipse.persistence.testing.models.mapping.Student@139ca62)Success0.004
DeleteObjectTest(org.eclipse.persistence.testing.models.mapping.Student@139d0af)Success0.004
DeleteObjectTest(org.eclipse.persistence.testing.models.mapping.Student@139e468)Success0.005
WriteObjectTest(org.eclipse.persistence.testing.models.mapping.Student@1399836)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.mapping.Student@1399836)Success0.002
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.mapping.Student@139b2e6)Success0.002
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.mapping.Student@139ba46)Success0.001
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.mapping.Student@139ca62)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14bbaab)Success0.021
ReadObjectTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14bfc06)Success0.006
ReadObjectTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14c2afb)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.ownership.ObjectA)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.ownership.ObjectB)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.ownership.ObjectC)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.ownership.ObjectD)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.ownership.ObjectE)Success0.005
DeleteObjectTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14bbaab)Success0.057
DeleteObjectTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14bfc06)Success0.027
DeleteObjectTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14c2afb)Success0.023
InsertObjectTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14c6b2e)Success0.014
InsertObjectTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14c6d66)Success0.016
InsertObjectTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14c6fa9)Success0.015
WriteObjectTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14bbaab)Success0.009
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14bbaab)Success0.008
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14bfc06)Success0.008
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14c2afb)Success0.008
UnitOfWorkTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14bbaab)Success0.034
UnitOfWorkTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14bfc06)Success0.026
UnitOfWorkTest(org.eclipse.persistence.testing.models.ownership.ObjectA@14c2afb)Success0.026
ReadObjectTest(Employee: Bob Smith)Success0.059
ReadObjectTest(Employee: John Way)Success0.019
ReadObjectTest(Employee: Charles Chanley)Success0.006
ReadObjectTest(Employee: Emanual Smith)Success0.004
ReadObjectTest(Employee: Sarah Way)Success0.006
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.016
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.015
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.014
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.006
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.002
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.000
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.000
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.001
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.018
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.001
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.006
WriteObjectTest(Employee: Bob Smith)Success0.015
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.180
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.014
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.013
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.011
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.013
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.006
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.003
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.003
InsertObjectTest(Employee: Bob Smith)Success0.009
InsertObjectTest(Employee: John Way)Success0.010
InsertObjectTest(Employee: Charles Chanley)Success0.009
InsertObjectTest(Employee: Emanual Smith)Success0.010
InsertObjectTest(Employee: Sarah Way)Success0.009
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.003
DeleteObjectTest(Employee: Bob Smith)Success0.070
DeleteObjectTest(Employee: John Way)Success0.023
DeleteObjectTest(Employee: Charles Chanley)Success0.021
DeleteObjectTest(Employee: Emanual Smith)Success0.019
DeleteObjectTest(Employee: Sarah Way)Success0.021
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.016
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.010
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.007
BatchWritingTestSuccess0.017
QueryTimeoutBatchParameterizedDescriptorQueryManagerTestSuccess0.004
QueryTimeoutBatchDynamicDescriptorQueryManagerTestSuccess2.673
QueryTimeoutBatchParameterizedDatabaseQueryTestSuccess3.005
QueryTimeoutBatchDynamicDatabaseQueryTestSuccess3.006
QueryTimeoutBatchDynamicDataModifyDatabaseQueryParentRefExceptionTestSuccess10.583
CacheStatementBatchWritingTestSuccess0.018
ReadWithExpressionTestSuccess0.010
ReadAllTestSuccess0.012
BatchReadTestSuccess0.004
InterfaceProxyInvocationTestSuccess0.008
ReadWithProxyEqualityExpressionSuccess0.012
InheritanceReadAllTestSuccess0.012
InsertTestSuccess0.009
UpdateTestSuccess0.008
UnitOfWorkUpdateTestSuccess0.010
UnitOfWorkUpdateWithNewObjectTestSuccess0.019
UnitOfWorkCommitAndResumeSuccess0.006
UnitOfWorkUpdateFromCacheSuccess0.009
UnitOfWorkReplaceTestSuccess0.008
DeleteTestSuccess0.015
DeleteProxyObjectTestSuccess0.008
DoesExistProxyObjectTestSuccess0.004
ReadProxyObjectTestSuccess0.002
UOWRegisterProxyObjectTestSuccess0.007
BatchReadingValueholderInstantiationTestSuccess0.037
JoiningValueholderInstantiationTestSuccess0.023
BatchWritingFlushQueryTestSuccess0.024
RownumFilteringQueryTestSuccess0.008
RownumFilteringQueryTestSuccess0.009
RownumFilteringFirstResultQueryTestSuccess0.013
RownumFilteringFirstResultQueryTestSuccess0.024
ParameterBatchWritingFlushQueryTestSuccess0.008
BatchWritingFlushInWriteChangesTestSuccess0.008
NamedQueryQueryCacheTestSuccess0.013
UnitOfWorkQueryCacheTestSuccess0.007
ReadObjectQueryCacheTestSuccess0.004
PartialAttributeQueryCacheTestSuccess0.009
QueryCacheParameterizedResultsTestSuccess0.012
QueryCacheMaxResultsTestSuccess0.004
QueryCacheChangedParameterTestSuccess0.004
Clear Whole Query Cache TestSuccess0.003
Clear Query Cache By Query TestSuccess0.002
Clear Query Cache By Name TestSuccess0.003
Clear Query Cache By Descriptor TestSuccess0.003
QueryCacheInvalidationTest invalidationType: 0 expiring: falseSuccess0.004
QueryCacheInvalidationTest invalidationType: 1 expiring: falseSuccess0.001
QueryCacheInvalidationTest invalidationType: 1 expiring: trueSuccess0.104
QueryCacheInvalidationTest invalidationType: 2 expiring: falseSuccess0.002
QueryCacheInvalidationTest invalidationType: 2 expiring: trueSuccess1.504
QueryCacheHitTestSuccess0.004
QueryCacheHitTestSuccess0.003
QueryCacheHitTestSuccess0.009
QueryCacheHitTestSuccess0.003
QueryCacheHitTestSuccess0.006
QueryCacheHitTestSuccess0.005
ReadTestSuccess0.036
ReadOnlyClassManyToManyTestCaseSuccess0.151
ReadOnlyClassOneToManyTestCaseSuccess0.035
ReadOnlyClassAggregateTestCaseSuccess0.021
ReadOnlyClassInsertTestCaseSuccess0.020
ReadOnlyClassUpdateTestCaseSuccess0.018
ReadOnlyClassDeleteTestCaseSuccess0.017
ReadOnlyClassAccessingTestCaseSuccess0.008
InsertReadOnlyClassTestCaseSuccess0.003
InsertReadOnlyDescriptorTestCaseSuccess0.003
UpdateReadOnlyClassTestCaseSuccess0.004
DeleteReadOnlyClassTestCaseSuccess0.005
DeleteReadOnlyDescriptorTestCaseSuccess0.005
ReadOnlyDescriptorInsertTestCaseSuccess0.007
ReadOnlyClassDeepMergeCloneTestSuccess0.013
BidirectionalMMDeleteTestSuccess0.024
WriteableMappingReadOnlyClassTestSuccess0.026
RemoveObjectTestSuccess0.020
AddReferencedObjectTestSuccess0.010
AddUnReferencedObjectTestSuccess0.008
AddNewRegisteredObjectTestSuccess0.006
SetToNullTestSuccess0.012
SetReferencedObjectTestSuccess0.008
SetUnReferencedObjectTestSuccess0.009
SetNewRegisteredObjectTestSuccess0.005
SetInNewRegisteredObjectTestSuccess0.006
UnitOfWorkRevertAndResumeTestSuccess0.027
UnitOfWorkRevertAndResumeTestDuplicatesSuccess0.014
DeepMergeCloneSerializedTestSuccess0.032
DeepMergeCloneSerializedNewTestSuccess0.015
JCEEncryptionTestSuccess0.025
SecurityWhileInitializingInstantiationPolicyTestSuccess0.119
SecurityOnFindMethodTestSuccess0.001
SecurityOnInitializingAttributeMethodTestSuccess0.003
SecurityWhileConvertingToMethodTestSuccess0.048
SecurityWhileInitializingAttributesInInstanceVariableAccessorTestSuccess0.002
SecurityWhileInitializingAttributesInMethodAccessorTestSuccess0.002
SecurityWhileInitializingClassExtractionMethodTestSuccess0.002
SecurityWhileInitializingCopyPolicyTestSuccess0.002
DatabaseLoginWithNoEncryptorTestSuccess0.046
ReadObjectTest(Employee: Bob Smith)Success0.059
ReadObjectTest(Employee: John Way)Success0.022
ReadObjectTest(Employee: Charles Chanley)Success0.009
ReadObjectTest(Employee: Emanual Smith)Success0.007
ReadObjectTest(Employee: Sarah Way)Success0.009
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
WriteObjectTest(Employee: Bob Smith)Success0.019
WriteObjectTest(Employee: John Way)Success0.019
WriteObjectTest(Employee: Charles Chanley)Success0.018
WriteObjectTest(Employee: Emanual Smith)Success0.013
WriteObjectTest(Employee: Sarah Way)Success0.017
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
WriteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.004
WriteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.008
WriteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.005
WriteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.005
InsertObjectTest(Employee: Bob Smith)Success0.025
InsertObjectTest(Employee: John Way)Success0.020
InsertObjectTest(Employee: Charles Chanley)Success0.012
InsertObjectTest(Employee: Emanual Smith)Success0.013
InsertObjectTest(Employee: Sarah Way)Success0.012
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.003
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
DeleteObjectTest(Employee: Bob Smith)Success0.072
DeleteObjectTest(Employee: John Way)Success0.075
DeleteObjectTest(Employee: Charles Chanley)Success0.025
DeleteObjectTest(Employee: Emanual Smith)Success0.023
DeleteObjectTest(Employee: Sarah Way)Success0.025
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.018
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.007
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.008
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.012
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.014
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
Sessions.xml not foundSuccess0.003
JavaLogSessionsXMLTestSuccess0.046
RcmWithRmiAndJndiTestSuccess0.033
RcmWithRmiAndRmiRegistryTestSuccess0.014
RcmWithTransportClassTestSuccess0.031
RcmEncryptedPasswordTestSuccess0.015
RCMWithJmsTopicTestSuccess0.041
SessionManagerGetSessionStringStringTestSuccess0.115
SessionManagerGetSessionNotFoundTestSuccess0.056
MWConfigModelEncryptionTestSuccess0.017
SessionsXMLSchemaTestSuccess0.106
SessionsXMLSchemaWriteTestSuccess0.058
SessionsXMLSchemaNoLoggingTestSuccess0.001
SessionsXMLSchemaDefaultValueTestSuccess0.077
SessionsXMLServerSessionSchemaTestSuccess0.016
SessionsXMLSessionEventListenerTestSuccess0.341
SessionsXMLSchemaReloadTestSuccess0.206
SessionsXMLSchemaSunCORBATransportConfigTestSuccess0.059
SessionsXMLSchemaJavaLogTestSuccess0.153
SessionsXMLSchemaSequencingTestSuccess0.066
SessionsXMLSchemaInvalidTagTestSuccess0.026
SessionsXMLSchemaMisplacedDependentTagTestSuccess0.013
SessionsXMLSchemaIncorrectTagValuesTestSuccess0.016
SessionsXMLSchemaProjectXMLTestSuccess0.081
SessionsXMLSchemaWebsphere61PlatformTestSuccess0.022
SessionsXMLSchemaWeblogicPlatformTestSuccess0.070
SessionsXMLSchemaLoggingOptionsTestSuccess0.421
SessionsXMLSchemaJBossPlatformTestSuccess0.021
SessionManagerGetMultipleSessionsTestSuccess0.117
FailoverLoginSettingsTestSuccess0.016
ConcurrencyTestSuccess12.354
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.035
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.045
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.048
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.050
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.061
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.058
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.059
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.070
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.074
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.076
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.080
ReadObjectTest(Employee: Emanual Smith)Success0.119
ReadObjectTest(Employee: Charles Chanley)Success0.151
ReadObjectTest(Employee: Bob Smith)Success0.154
ReadObjectTest(Employee: John Way)Success0.159
ReadObjectTest(Employee: Sarah Way)Success0.157
MultithreadTestCaseSuccess0.628
SingleTableAboutToInsertTestSuccess0.040
MultipleTableAboutToInsertTestSuccess0.042
MultipleTableAboutToInsertTestSuccess0.037
SingleTableAboutToInsertTestSuccess0.039
SingleTableAboutToInsertTestSuccess0.049
MultipleTableAboutToInsertTestSuccess0.043
SingleTableAboutToInsertTestSuccess0.051
MultipleTableAboutToInsertTestSuccess0.051
SingleTableAboutToInsertTestSuccess0.045
SingleTableAboutToInsertTestSuccess0.046
MultipleTableAboutToInsertTestSuccess0.049
MultipleTableAboutToInsertTestSuccess0.050
MultithreadTestCaseSuccess0.505
DescriptorQueryManagerMultithreadedTest$DescriptorQueryManagerAddQueryTestSuccess3.004
DescriptorQueryManagerMultithreadedTest$DescriptorQueryManagerAddQueryTestSuccess3.005
DescriptorQueryManagerMultithreadedTest$DescriptorQueryManagerAddQueryTestSuccess3.005
DescriptorQueryManagerMultithreadedTest$DescriptorQueryManagerAddQueryTestSuccess3.004
DescriptorQueryManagerMultithreadedTest$DescriptorQueryManagerAddQueryTestSuccess3.004
DescriptorQueryManagerMultithreadedTest$DescriptorQueryManagerAddQueryTestSuccess3.004
DescriptorQueryManagerMultithreadedTest$DescriptorQueryManagerAddQueryTestSuccess3.003
DescriptorQueryManagerMultithreadedTest$DescriptorQueryManagerAddQueryTestSuccess3.003
DescriptorQueryManagerMultithreadedTest$DescriptorQueryManagerAddQueryTestSuccess3.004
DescriptorQueryManagerMultithreadedTest$DescriptorQueryManagerAddQueryTestSuccess3.002
DescriptorQueryManagerMultithreadedTestSuccess3.360
QueryCacheTestSuccess0.036
QueryCacheTestSuccess0.034
QueryCacheTestSuccess0.035
QueryCacheTestSuccess0.039
QueryCacheTestSuccess0.040
QueryCacheTestSuccess0.040
QueryCacheTestSuccess0.042
QueryCacheTestSuccess0.042
QueryCacheTestSuccess0.044
QueryCacheTestSuccess0.044
QueryCacheTestSuccess0.045
QueryCacheTestSuccess0.064
QueryCacheMultithreadedTestSuccess0.417
SPGBasicTestSuccess0.294
SPGGenerateAmendmentClassTestSuccess0.732
SPGExecuteStoredProcedureTestSuccess0.136
ReadObjectTest(Employee: Bob Smith)Success0.060
ReadObjectTest(Employee: John Way)Success0.037
ReadObjectTest(Employee: Charles Chanley)Success0.030
ReadObjectTest(Employee: Emanual Smith)Success0.018
ReadObjectTest(Employee: Sarah Way)Success0.029
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.027
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.044
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.025
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.002
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.002
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.010
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.014
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.007
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.007
WriteObjectTest(Employee: Bob Smith)Success0.019
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.019
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.033
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.030
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.006
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
InsertObjectTest(Employee: Bob Smith)Success0.032
InsertObjectTest(Employee: John Way)Success0.033
InsertObjectTest(Employee: Charles Chanley)Success0.031
InsertObjectTest(Employee: Emanual Smith)Success0.037
InsertObjectTest(Employee: Sarah Way)Success0.033
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.006
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.006
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.007
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.008
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.010
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.008
DeleteObjectTest(Employee: Bob Smith)Success0.083
DeleteObjectTest(Employee: John Way)Success0.049
DeleteObjectTest(Employee: Charles Chanley)Success0.047
DeleteObjectTest(Employee: Emanual Smith)Success0.047
DeleteObjectTest(Employee: Sarah Way)Success0.049
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.017
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.008
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.010
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.014
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.010
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.011
BatchWritingTestSuccess0.377
QueryTimeoutBatchParameterizedDescriptorQueryManagerTestSuccess2.678
QueryTimeoutBatchDynamicDescriptorQueryManagerTestSuccess3.005
QueryTimeoutBatchParameterizedDatabaseQueryTestSuccess3.006
QueryTimeoutBatchDynamicDatabaseQueryTestSuccess3.005
QueryTimeoutBatchDynamicDataModifyDatabaseQueryParentRefExceptionTestSuccess7.233
IndirectListTestAPI.testContains()Success0.012
IndirectListTestAPI.testElementAt()Success0.001
IndirectListTestAPI.testInsertElementAt()Success0.001
IndirectListTestAPI.testAddElement()Success0.000
IndirectListTestAPI.testIndexOf2()Success0.000
IndirectListTestAPI.testGet()Success0.001
IndirectListTestAPI.testIndexOf1()Success0.001
IndirectListTestAPI.testLastIndexOf2()Success0.002
IndirectListTestAPI.testLastIndexOf1()Success0.001
IndirectListTestAPI.testLastElement()Success0.001
IndirectListTestAPI.testListIterator2()Success0.001
IndirectListTestAPI.testSetElementAt()Success0.001
IndirectListTestAPI.testListIterator1()Success0.000
IndirectListTestAPI.testRemoveElement()Success0.000
IndirectListTestAPI.testEquals()Success0.000
IndirectListTestAPI.testAddAll2()Success0.003
IndirectListTestAPI.testElements()Success0.001
IndirectListTestAPI.testAddAll1()Success0.001
IndirectListTestAPI.testContainsAll()Success0.002
IndirectListTestAPI.testHashCode()Success0.000
IndirectListTestAPI.testRemove2()Success0.001
IndirectListTestAPI.testRemove1()Success0.001
IndirectListTestAPI.testToArray2()Success0.001
IndirectListTestAPI.testToArray1()Success0.001
IndirectListTestAPI.testRemoveAllElements()Success0.001
IndirectListTestAPI.testRemoveAll()Success0.002
IndirectListTestAPI.testRetainAll()Success0.002
IndirectListTestAPI.testSubList()Success0.001
IndirectListTestAPI.testSet()Success0.001
IndirectListTestAPI.testIterator()Success0.001
IndirectListTestAPI.testRemoveElementAt()Success0.001
IndirectListTestAPI.testAdd2()Success0.001
IndirectListTestAPI.testAdd1()Success0.000
IndirectListTestAPI.testClear()Success0.001
IndirectListTestAPI.testFirstElement()Success0.001
IndirectListTestAPI.testSize()Success0.000
IndirectListTestAPI.testIsEmpty()Success0.000
IndirectMapTestAPI.testKeySet()Success0.006
IndirectMapTestAPI.testHashCode()Success0.001
IndirectMapTestAPI.testRemove()Success0.002
IndirectMapTestAPI.testIsEmpty()Success0.001
IndirectMapTestAPI.testClear()Success0.001
IndirectMapTestAPI.testPut()Success0.001
IndirectMapTestAPI.testKeys()Success0.000
IndirectMapTestAPI.testSize()Success0.000
IndirectMapTestAPI.testPutAll()Success0.002
IndirectMapTestAPI.testValues()Success0.007
IndirectMapTestAPI.testElements()Success0.001
IndirectMapTestAPI.testContainsKey()Success0.001
IndirectMapTestAPI.testContains()Success0.001
IndirectMapTestAPI.testEquals()Success0.000
IndirectMapTestAPI.testGet()Success0.000
IndirectMapTestAPI.testEntrySet()Success0.001
IndirectMapTestAPI.testContainsValue()Success0.001
IndirectSetTestAPI.testRemove()Success0.004
IndirectSetTestAPI.testIsEmpty()Success0.001
IndirectSetTestAPI.testClear()Success0.001
IndirectSetTestAPI.testRetainAll()Success0.002
IndirectSetTestAPI.testSize()Success0.000
IndirectSetTestAPI.testAddAll()Success0.001
IndirectSetTestAPI.testAdd()Success0.001
IndirectSetTestAPI.testContainsAll()Success0.000
IndirectSetTestAPI.testIterator()Success0.001
IndirectSetTestAPI.testContains()Success0.001
IndirectSetTestAPI.testEquals()Success0.001
IndirectSetTestAPI.testToArray2()Success0.001
IndirectSetTestAPI.testToArray1()Success0.001
IndirectSetTestAPI.testRemoveAll()Success0.001
IndirectListTestDatabase.testUOWAddContact()Success0.135
IndirectListTestDatabase.testUOWChangeTotal()Success0.055
IndirectListTestDatabase.testUOWRemoveContact2()Success0.059
IndirectListTestDatabase.testConformWithAnyOfIsNull()Success0.051
IndirectListTestDatabase.testUOWAddLine()Success0.058
IndirectListTestDatabase.testReadAndWriteObject()Success0.067
IndirectListTestDatabase.testUOWReplaceCollection()Success0.060
IndirectListTestDatabase.testUOWChangeTotal2()Success0.051
IndirectListTestDatabase.testUOWAddSalesRep()Success0.481
IndirectListTestDatabase.testRefreshObject()Success0.057
IndirectListTestDatabase.testRefreshNewObject()Success0.066
IndirectListTestDatabase.testUOWRemoveLine()Success0.056
IndirectListTestDatabase.testUOWUnchanged()Success0.051
IndirectListTestDatabase.testUOWAddContact2()Success0.054
IndirectListTestDatabase.testUOWRemoveSalesRep2()Success0.054
IndirectListTestDatabase.testUOWNewObject()Success0.059
IndirectListTestDatabase.testUOWAddSalesRep2()Success0.052
IndirectListTestDatabase.testUOWRemoveSalesRep()Success0.063
IndirectListTestDatabase.testUOWRemoveContact()Success0.057
IndirectListTestDatabase.testMergeCloneWithSerializedTransparentIndirection()Success0.052
IndirectListTestDatabase.testWriteAndReadObject()Success0.064
IndirectMapTestDatabase.testUOWAddContact()Success0.042
IndirectMapTestDatabase.testUOWChangeTotal()Success0.039
IndirectMapTestDatabase.testUOWRemoveContact2()Success0.039
IndirectMapTestDatabase.testUOWAddLine()Success0.043
IndirectMapTestDatabase.testReadAndWriteObject()Success0.042
IndirectMapTestDatabase.testUOWReplaceCollection()Success0.044
IndirectMapTestDatabase.testUOWChangeTotal2()Success0.037
IndirectMapTestDatabase.testUOWAddSalesRep()Success0.050
IndirectMapTestDatabase.testRefreshObject()Success0.034
IndirectMapTestDatabase.testRefreshNewObject()Success0.041
IndirectMapTestDatabase.testUOWRemoveLine()Success0.040
IndirectMapTestDatabase.testKeysAndValues()Success0.036
IndirectMapTestDatabase.testUOWUnchanged()Success0.035
IndirectMapTestDatabase.testUOWAddContact2()Success0.038
IndirectMapTestDatabase.testUOWRemoveSalesRep2()Success0.037
IndirectMapTestDatabase.testUOWNewObject()Success0.047
IndirectMapTestDatabase.testUOWAddSalesRep2()Success0.041
IndirectMapTestDatabase.testUOWRemoveSalesRep()Success0.047
IndirectMapTestDatabase.testUOWRemoveContact()Success0.042
IndirectMapTestDatabase.testMergeCloneWithSerializedTransparentIndirection()Success0.039
IndirectMapTestDatabase.testWriteAndReadObject()Success0.050
IndirectSetTestDatabase.testUOWAddContact()Success0.045
IndirectSetTestDatabase.testUOWChangeTotal()Success0.040
IndirectSetTestDatabase.testUOWRemoveContact2()Success0.038
IndirectSetTestDatabase.testUOWAddLine()Success0.042
IndirectSetTestDatabase.testReadAndWriteObject()Success0.039
IndirectSetTestDatabase.testUOWReplaceCollection()Success0.044
IndirectSetTestDatabase.testUOWChangeTotal2()Success0.039
IndirectSetTestDatabase.testUOWAddSalesRep()Success0.050
IndirectSetTestDatabase.testRefreshObject()Success0.035
IndirectSetTestDatabase.testRefreshNewObject()Success0.044
IndirectSetTestDatabase.testUOWRemoveLine()Success0.042
IndirectSetTestDatabase.testUOWUnchanged()Success0.036
IndirectSetTestDatabase.testUOWAddContact2()Success0.038
IndirectSetTestDatabase.testUOWRemoveSalesRep2()Success0.038
IndirectSetTestDatabase.testUOWNewObject()Success0.048
IndirectSetTestDatabase.testUOWAddSalesRep2()Success0.042
IndirectSetTestDatabase.testUOWRemoveSalesRep()Success0.048
IndirectSetTestDatabase.testUOWRemoveContact()Success0.040
IndirectSetTestDatabase.testMergeCloneWithSerializedTransparentIndirection()Success0.040
IndirectSetTestDatabase.testWriteAndReadObject()Success0.050
ReadObjectTest(Dog(1: Bart)29051592)Success0.009
UpdateDogTestSuccess0.019
NullCollectionTestSuccess0.039
BidirectionalRelationshipMaintenanceTestSuccess0.011
BooleanTester(true)Success0.013
BooleanTester(false)Success0.004
NOW -> 2009-02-13 01:46:27.0Success0.014
ZERO -> 1900-01-01 00:00:00.0Success0.004
New Years Eve -> 1997-12-31 23:59:59.9Success0.004
New Years Day -> 1998-02-01 00:00:01.0Success0.003
New Years Eve 1999 -> 1999-12-31 23:59:59.0Success0.003
New Years Day 2000 -> 2000-02-01 00:00:01.0Success0.008
Doug's Birth -> 1970-09-13 16:34:00.0Success0.003
Doug's 100th Birthday -> 2070-09-13 16:34:00.0Success0.003
100 Years ago -> 1909-02-13 01:46:27.0Success0.003
100 Years from now -> 2109-02-13 01:46:27.0Success0.004
Before 1970 -> 1902-09-13 16:34:25.9Success0.003
StringTester(NULL)Success0.011
StringTester(Empty)Success0.005
StringTester(Date)Success0.004
StringTester(Too Long)Success0.005
StringTester(Leading Blanks)Success0.005
StringTester(Trailing Blanks)Success0.005
StringTester(Quotes)Success0.004
NumericTester(ZERO)Success0.013
NumericTester(MINIMUM)Success0.016
NumericTester(MAXIMUM)Success0.004
BLOB(1000)Success0.014
BLOB(5000)Success0.019
BLOB(10000)Success0.007
BLOB(25000)Success0.010
BLOB(32768)Success0.013
BLOB(33000)Success0.013
CLOB(1000)Success0.012
CLOB(5000)Success0.009
CLOB(10000)Success0.007
CLOB(25000)Success0.012
BooleanTester(true)Success0.008
BooleanTester(false)Success0.004
NOW -> 2009-02-13 01:46:28.0Success0.008
ZERO -> 1900-01-01 00:00:00.0Success0.003
New Years Eve -> 1997-12-31 23:59:59.9Success0.003
New Years Day -> 1998-02-01 00:00:01.0Success0.004
New Years Eve 1999 -> 1999-12-31 23:59:59.0Success0.003
New Years Day 2000 -> 2000-02-01 00:00:01.0Success0.004
Doug's Birth -> 1970-09-13 16:34:00.0Success0.003
Doug's 100th Birthday -> 2070-09-13 16:34:00.0Success0.004
100 Years ago -> 1909-02-13 01:46:28.0Success0.003
100 Years from now -> 2109-02-13 01:46:28.0Success0.004
Before 1970 -> 1902-09-13 16:34:25.9Success0.003
StringTester(NULL)Success0.008
StringTester(Empty)Success0.003
StringTester(Date)Success0.003
StringTester(Too Long)Success0.005
StringTester(Leading Blanks)Success0.004
StringTester(Trailing Blanks)Success0.003
StringTester(Quotes)Success0.003
NumericTester(ZERO)Success0.009
NumericTester(MINIMUM)Success0.003
NumericTester(MAXIMUM)Success0.004
BLOB(1000)Success0.010
BLOB(5000)Success0.010
BLOB(10000)Success0.008
BLOB(25000)Success0.011
BLOB(32768)Success0.012
BLOB(33000)Success0.013
CLOB(1000)Success0.009
CLOB(5000)Success0.009
CLOB(10000)Success0.008
CLOB(25000)Success0.012
ReadObjectTest(Employee: Bob Smith)Success0.014
ReadObjectTest(Employee: John Way)Success0.002
ReadObjectTest(Employee: Charles Chanley)Success0.003
ReadObjectTest(Employee: Emanual Smith)Success0.002
ReadObjectTest(Employee: Sarah Way)Success0.002
ReadObjectCallTest(class org.eclipse.persistence.testing.models.unidirectional.Employee)Success0.008
ReadObjectCallTest(class org.eclipse.persistence.testing.models.unidirectional.Employee)Success0.007
ReadObjectCallTest(class org.eclipse.persistence.testing.models.unidirectional.Employee)Success0.006
EmployeeComplexUpdateTest: add 1 and remove 1 EmployeesSuccess0.020
EmployeeComplexUpdateTest: remove 1 PhonesSuccess0.011
EmployeeComplexUpdateTest: add 2 and remove 2 Employees; add 1 and remove 1 PhonesSuccess0.018
CascadeLockingPolicyTestSuccess0.024
TargetLockingTest_AddRemoveTargetSuccess0.056
UnitOfWorkBasicInsertObjectTest(Employee: Bob Smith)Success0.006
UnitOfWorkBasicInsertObjectTest(Employee: John Way)Success0.007
UnitOfWorkBasicInsertObjectTest(Employee: Charles Chanley)Success0.008
UnitOfWorkBasicInsertObjectTest(Employee: Emanual Smith)Success0.011
UnitOfWorkBasicInsertObjectTest(Employee: Sarah Way)Success0.009
DeleteObjectTest(Employee: Bob Smith)Success0.009
DeleteObjectTest(Employee: John Way)Success0.008
DeleteObjectTest(Employee: Charles Chanley)Success0.007
DeleteObjectTest(Employee: Emanual Smith)Success0.008
DeleteObjectTest(Employee: Sarah Way)Success0.008
TargetLockingTest_DeleteSource_IndirectionTriggeredSuccess0.025
TargetLockingTest_DeleteSource_IndirectionNotTriggeredSuccess0.021
ReadAllTest(org.eclipse.persistence.testing.models.unidirectional.Employee)Success0.004
ReadAllCallTest(org.eclipse.persistence.testing.models.unidirectional.Employee)Success0.003
ReadAllCallWithOrderingTest(org.eclipse.persistence.testing.models.unidirectional.Employee)Success0.002
JoinTest - no selection criteriaSuccess0.057
JoinTest - select by first nameSuccess0.020
EmployeeBatchReadingTest - no selection criteriaSuccess0.086
EmployeeBatchReadingTest - select by first nameSuccess0.079
MergeCloneWithReferencesWithNullTestSuccess0.033
MergeCloneWithReferencesTransparentIndirectionTestSuccess0.060
UnitOfWorkRevertAndResumeWithNewTestSuccess0.046
UnitOfWorkRevertWithNewObjectTestSuccess0.001
UnitOfWorkNullPrimaryKeyTestSuccess0.005
MergeUnitOfWorkTest(Employee: Bob Smith)Success0.086
RegisterationUnitOfWorkTest(Employee: Bob Smith)Success0.025
RefreshDeletedObjectTestSuccess0.012
UnregisterUnitOfWorkTestSuccess0.011
CloneAttributeIfMutableTestSuccess0.001
UpdateToNullTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.014
UpdateChangeValueTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.033
UpdateChangeNothingTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.010
UpdateChangeObjectTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.036
UpdateDeepOwnershipTest(org.eclipse.persistence.testing.models.ownership.ObjectA@1d7a795)truefalseSuccess0.045
BidirectionalInsertTest(with UOW)Success0.016
NestedUnitOfWorkTest(Employee: Bob Smith)Success0.043
NestedUnitOfWorkMultipleCommitTest(Employee: Bob Smith)Success0.017
DeepNestedUnitOfWorkTest(Employee: Bob Smith)Success0.030
MultipleUnitOfWorkTest(Employee: Bob Smith)Success0.026
InsertNewObjectTestSuccess0.014
ComplexMultipleUnitOfWorkTestSuccess0.156
FaultyUnitOfWorkTestSuccess0.010
LockFailureUnitOfWorkTestSuccess0.017
UnitOfWorkResumeTest(Employee: Bob Smith)Success0.030
UnitOfWorkResumeOnFailureTest(Employee: Bob Smith)Success0.039
DeletingFromParentSessionTestSuccess0.017
EqualObjectUnitOfWorkTestSuccess0.006
NoIMWithValueHolderTestSuccess0.006
UnitOfWorkRevertTest(Employee: Bob Smith)Success0.022
DeepMergeCloneSerializedTestSuccess0.039
DeepMergeCloneIndirectionTestSuccess0.010
RegisterNewObjectTestSuccess0.052
NoIdentityMapUnitOfWorkTestSuccess0.013
RefreshObjectNoIdentityMapUnitOfWorkTestSuccess0.004
RelationshipTreeInsertTestSuccess0.014
UnitOfWorkComplexRefreshTestSuccess0.008
ViolateObjectSpaceTestSuccess0.012
NoValidationWithInitIdentityMapsSuccess0.024
NoIdentityTestSuccess0.129
NoIdentityMergeCloneTestSuccess0.037
BiDirectionInsertOrderTestSuccess0.024
UnitOfWorkCommitResumeOnFailureNoFailureTest(Employee: Bob Smith)Success0.031
UnitOfWorkCommitAndResume(Employee: Bob Smith)Success0.018
NestedUnitOfWorkQuerySuccess0.008
DeleteAndConformSuccess0.008
NullAggregateTestSuccess0.009
UOWHasOnlyDeletesTestSuccess0.004
RegisterNewObjectInIdentityMapNoSeqTestSuccess0.002
NestedUnitOfWorkDeleteNewObjectTestSuccess0.002
NestedUnitOfWorkDeleteNestedNewObjectTestSuccess0.001
NestedUnitOfWorkDeleteConformedNestedNewObjectTestSuccess0.002
DoubleNestedUnitOfWorkDeleteConformedNestedNewObjectTestSuccess0.002
NestedUnitOfWorkNewObjectWithIndirectionTestSuccess0.002
UnitOfWorkDeleteNoValidationTestSuccess0.006
GetIdentityMapFromUOWForREADONLYClassTestSuccess0.003
UnitOfWorkCommitToDatabaseTestSuccess0.017
UnitOfWorkInitializeAllIdentityMapsTestSuccess0.008
WasTransactionBegunPrematurelyRollbackTestSuccess0.014
CanChangeReadOnlySetTestSuccess0.004
GetFromNewObjectWithConformTestSuccess0.001
UOWCommitAndResumeWithPreCalcChangeSetSuccess0.012
PerformDeletesFirstTestSuccess0.006
PerformDeletesFirstIgnoreUpdateTestSuccess0.006
PerformDeletesFirstIgnoreUpdateTest2Success0.012
CreateDeleteCreateTestSuccess0.006
WorkingCloneCopyPolicyTestSuccess0.001
UnregisteredNewObjectOptimisticLockTestSuccess0.014
DoubleNestedUnitOfWorkRegisterNewObjectTestSuccess0.002
GetObjectFromIdentityMapTestSuccess0.003
MergeDeadIndirectionTestSuccess0.002
CommitAfterExecuteModifyQueryDuringTransTestSuccess0.016
AllChangeSetsTestSuccess0.015
CurrentChangeSetTestSuccess0.005
ErrorOnInsertTestSuccess0.001
CollectionMappingMergeObjectTestSuccess0.011
ExceptionsRaisedUnitOfWorkTestSuccess0.010
NestedUOWWithNewObjectRegisteredTwiceTestSuccess0.007
UnitOfWorkRollbackConnectionReleaseTestSuccess0.009
MergeCloneWithReferencesWithNullTestSuccess0.034
MergeCloneWithReferencesTransparentIndirectionTestSuccess0.053
UnitOfWorkRevertWithNewObjectTestSuccess0.001
UnitOfWorkNullPrimaryKeyTestSuccess0.004
UpdateToNullTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.067
UpdateChangeValueTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.036
UpdateChangeNothingTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.011
UpdateChangeObjectTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.034
UpdateDeepOwnershipTest(org.eclipse.persistence.testing.models.ownership.ObjectA@178b445)truefalseSuccess0.045
NestedUnitOfWorkTest(Employee: Bob Smith)Success0.041
NestedUnitOfWorkMultipleCommitTest(Employee: Bob Smith)Success0.016
DeepNestedUnitOfWorkTest(Employee: Bob Smith)Success0.029
MultipleUnitOfWorkTest(Employee: Bob Smith)Success0.031
InsertNewObjectTestSuccess0.013
FaultyUnitOfWorkTestSuccess0.008
LockFailureUnitOfWorkTestSuccess0.017
UnitOfWorkResumeOnFailureTest(Employee: Bob Smith)Success0.038
DeletingFromParentSessionTestSuccess0.067
NoIMWithValueHolderTestSuccess0.005
UnitOfWorkRevertTest(Employee: Bob Smith)Success0.022
NoIdentityMapUnitOfWorkTestSuccess0.013
RefreshObjectNoIdentityMapUnitOfWorkTestSuccess0.003
RelationshipTreeInsertTestSuccess0.012
ViolateObjectSpaceTestSuccess0.018
NoValidationWithInitIdentityMapsSuccess0.029
NoIdentityTestSuccess0.128
NoIdentityMergeCloneTestSuccess0.043
BiDirectionInsertOrderTestSuccess0.024
UnitOfWorkCommitResumeOnFailureNoFailureTest(Employee: Bob Smith)Success0.029
UnitOfWorkCommitAndResume(Employee: Bob Smith)Success0.017
NestedUnitOfWorkQuerySuccess0.007
DeleteAndConformSuccess0.006
UOWHasOnlyDeletesTestSuccess0.002
RegisterNewObjectInIdentityMapNoSeqTestSuccess0.002
NestedUnitOfWorkDeleteNewObjectTestSuccess0.001
NestedUnitOfWorkDeleteNestedNewObjectTestSuccess0.001
NestedUnitOfWorkDeleteConformedNestedNewObjectTestSuccess0.003
DoubleNestedUnitOfWorkDeleteConformedNestedNewObjectTestSuccess0.002
NestedUnitOfWorkNewObjectWithIndirectionTestSuccess0.001
UnitOfWorkDeleteNoValidationTestSuccess0.007
ConcurrentNewObjectTestSuccess0.012
ConcurrentRefreshOnUpdateTestSuccess0.015
ConcurrentRefreshOnCloneTestSuccess5.020
GetIdentityMapFromUOWForREADONLYClassTestSuccess0.002
UnitOfWorkCommitToDatabaseTestSuccess0.016
UnitOfWorkInitializeAllIdentityMapsTestSuccess0.008
WasTransactionBegunPrematurelyRollbackTestSuccess0.016
CanChangeReadOnlySetTestSuccess0.003
GetFromNewObjectWithConformTestSuccess0.001
PerformDeletesFirstTestSuccess0.005
PerformDeletesFirstIgnoreUpdateTestSuccess0.006
PerformDeletesFirstIgnoreUpdateTest2Success0.008
CreateDeleteCreateTestSuccess0.004
UnregisteredNewObjectOptimisticLockTestSuccess0.012
DoubleNestedUnitOfWorkRegisterNewObjectTestSuccess0.002
LockOnCloneTestSuccess10.019
LockOnCloneDeadlockAvoidanceTestSuccess20.011
GetObjectFromIdentityMapTestSuccess0.003
MergeDeadIndirectionTestSuccess0.001
UnitOfWorkConcurrentRevertTestSuccess0.120
CommitAfterExecuteModifyQueryDuringTransTestSuccess0.014
AllChangeSetsTestSuccess0.016
ErrorOnInsertTestSuccess0.000
CollectionMappingMergeObjectTestSuccess0.011
ExceptionsRaisedUnitOfWorkTestSuccess0.009
NestedUOWWithNewObjectRegisteredTwiceTestSuccess0.008
MergeCloneWithReferencesWithNullTestSuccess0.031
MergeCloneWithReferencesTransparentIndirectionTestSuccess0.065
UnitOfWorkRevertAndResumeWithNewTestSuccess0.044
UnitOfWorkRevertWithNewObjectTestSuccess0.001
UnitOfWorkNullPrimaryKeyTestSuccess0.004
MergeUnitOfWorkTest(Employee: Bob Smith)Success0.051
RegisterationUnitOfWorkTest(Employee: Bob Smith)Success0.029
RefreshDeletedObjectTestSuccess0.011
UnregisterUnitOfWorkTestSuccess0.011
CloneAttributeIfMutableTestSuccess0.000
UpdateToNullTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.018
UpdateChangeValueTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.051
UpdateChangeNothingTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.018
UpdateChangeObjectTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.042
UpdateDeepOwnershipTest(org.eclipse.persistence.testing.models.ownership.ObjectA@1a30741)truefalseSuccess0.049
BidirectionalInsertTest(with UOW)Success0.036
NestedUnitOfWorkTest(Employee: Bob Smith)Success0.049
NestedUnitOfWorkMultipleCommitTest(Employee: Bob Smith)Success0.024
DeepNestedUnitOfWorkTest(Employee: Bob Smith)Success0.037
MultipleUnitOfWorkTest(Employee: Bob Smith)Success0.033
InsertNewObjectTestSuccess0.014
ComplexMultipleUnitOfWorkTestSuccess0.150
FaultyUnitOfWorkTestSuccess0.009
LockFailureUnitOfWorkTestSuccess0.016
UnitOfWorkResumeTest(Employee: Bob Smith)Success0.034
UnitOfWorkResumeOnFailureTest(Employee: Bob Smith)Success0.037
DeletingFromParentSessionTestSuccess0.017
EqualObjectUnitOfWorkTestSuccess0.011
NoIMWithValueHolderTestSuccess0.006
UnitOfWorkRevertTest(Employee: Bob Smith)Success0.028
DeepMergeCloneSerializedTestSuccess0.022
DeepMergeCloneIndirectionTestSuccess0.005
RegisterNewObjectTestSuccess0.052
NoIdentityMapUnitOfWorkTestSuccess0.013
RefreshObjectNoIdentityMapUnitOfWorkTestSuccess0.003
RelationshipTreeInsertTestSuccess0.013
UnitOfWorkComplexRefreshTestSuccess0.007
ViolateObjectSpaceTestSuccess0.017
NoValidationWithInitIdentityMapsSuccess0.029
NoIdentityTestSuccess0.130
NoIdentityMergeCloneTestSuccess0.040
BiDirectionInsertOrderTestSuccess0.025
UnitOfWorkCommitResumeOnFailureNoFailureTest(Employee: Bob Smith)Success0.035
UnitOfWorkCommitAndResume(Employee: Bob Smith)Success0.025
NestedUnitOfWorkQuerySuccess0.008
DeleteAndConformSuccess0.007
NullAggregateTestSuccess0.009
UOWHasOnlyDeletesTestSuccess0.002
RegisterNewObjectInIdentityMapNoSeqTestSuccess0.001
NestedUnitOfWorkDeleteNewObjectTestSuccess0.002
NestedUnitOfWorkDeleteNestedNewObjectTestSuccess0.001
NestedUnitOfWorkDeleteConformedNestedNewObjectTestSuccess0.002
DoubleNestedUnitOfWorkDeleteConformedNestedNewObjectTestSuccess0.002
NestedUnitOfWorkNewObjectWithIndirectionTestSuccess0.002
UnitOfWorkDeleteNoValidationTestSuccess0.006
GetIdentityMapFromUOWForREADONLYClassTestSuccess0.003
UnitOfWorkCommitToDatabaseTestSuccess0.135
UnitOfWorkInitializeAllIdentityMapsTestSuccess0.008
WasTransactionBegunPrematurelyRollbackTestSuccess0.014
CanChangeReadOnlySetTestSuccess0.003
GetFromNewObjectWithConformTestSuccess0.001
UOWCommitAndResumeWithPreCalcChangeSetSuccess0.012
PerformDeletesFirstTestSuccess0.006
PerformDeletesFirstIgnoreUpdateTestSuccess0.006
PerformDeletesFirstIgnoreUpdateTest2Success0.011
CreateDeleteCreateTestSuccess0.005
WorkingCloneCopyPolicyTestSuccess0.001
UnregisteredNewObjectOptimisticLockTestSuccess0.013
DoubleNestedUnitOfWorkRegisterNewObjectTestSuccess0.002
GetObjectFromIdentityMapTestSuccess0.003
MergeDeadIndirectionTestSuccess0.002
CommitAfterExecuteModifyQueryDuringTransTestSuccess0.016
AllChangeSetsTestSuccess0.017
CurrentChangeSetTestSuccess0.005
ErrorOnInsertTestSuccess0.001
CollectionMappingMergeObjectTestSuccess0.009
ExceptionsRaisedUnitOfWorkTestSuccess0.009
NestedUOWWithNewObjectRegisteredTwiceTestSuccess0.007
UnitOfWorkRollbackConnectionReleaseTestSuccess0.006
TransactionIsolationAlwaysRefreshTestSuccess0.045
TransactionIsolationBatchReadingTestSuccess0.040
TransactionIsolationIndirectionConformingTestSuccess0.001
TransactionIsolationJoinedTestSuccess0.020
TransactionIsolationM2MBatchReadTestSuccess0.093
TransactionIsolationMergeCircularIndirectionTestSuccess0.028
TransactionIsolationMergeIndirectionOriginalsExistTestSuccess0.018
TransactionIsolationMergeIndirectionTestSuccess0.010
TransactionIsolationMergeOriginalsExistTestSuccess0.015
TransactionIsolationMergeTestSuccess0.007
TransactionIsolationNoNewObjectsTestSuccess0.012
TransactionIsolationNoOriginalsIndirectionTestSuccess0.007
TransactionIsolationNoOriginalsTestSuccess0.002
TransactionIsolationRefreshTestSuccess0.008
TransactionIsolationBuildObjectCacheHitTestSuccess0.093
BeginTransactionEarly_WriteChanges_TestCaseSuccess0.001
WriteChanges_Commit_NonTrivial_TestCaseSuccess0.069
WriteChanges_Commit_TestCaseSuccess0.000
WriteChanges_CommitAndResume_TestCaseSuccess0.001
WriteChanges_CommitAndResumeOnFailure_TestCaseSuccess0.001
WriteChanges_DeleteAll_TestCaseSuccess0.014
WriteChanges_IssueSQL_TestCaseSuccess0.014
WriteChanges_NonCachingOLReadQuery_TestCaseSuccess0.010
WriteChanges_OLModifyQuery_TestCaseSuccess0.004
WriteChanges_OLReadQuery_TestCaseSuccess0.009
WriteChanges_Register_TestCaseSuccess0.002
WriteChanges_RegisterExisting_TestCaseSuccess0.004
WriteChanges_RegisterNew_TestCaseSuccess0.002
WriteChanges_Release_TestCaseSuccess0.001
WriteChanges_ReportQuery_TestCaseSuccess0.002
WriteChanges_RevertAndResume_TestCaseSuccess0.001
WriteChangesFailed_TestCaseSuccess0.031
WriteChangesFailed_StatementCountTestCaseSuccess0.025
ClientServerTest(5 clients, min: 1 max: 2)Success0.230
ClientServerTest(10 clients, min: 2 max: 4)Success0.222
ClientServerTest(15 clients, min: 2 max: 4)Success0.220
ClientServerTest(20 clients, min: 2 max: 5)Success0.220
ClientServerTest(25 clients, min: 4 max: 8)Success0.312
ClientServerTest(25 clients, min: 2 max: 4)Success0.221
NotConnectedDeleteObjectTestSuccess0.061
NotConnectedReadObjectTestSuccess0.045
NotConnectedUpdateObjectQueryTestSuccess0.050
NotConnectedWriteObjectTestSuccess0.045
GetTableNameTestSuccess0.002
CatchMultilpeSetTableNameTestSuccess0.001
GetMethodReturnsValueHolderTestSuccess0.002
SequenceFieldNameNotSetTestSuccess0.002
ConnectionSizeChangedAfterLoginSuccess0.219
NewObjectRegisterationSuccess0.009
NoFieldConversionValueInObjectTypeMappingSuccess0.007
NoAttributeConversionValueInObjectTypeMappingSuccess0.003
KeyFromObjecWithoutDescriptorSuccess0.001
ConstructorTestSuccess0.052
UOWWithoutDescriptorTestSuccess0.001
BidirectionWithHashtableTestSuccess0.003
BatchCommitTransactionExceptionTestSuccess0.006
PrintStackTraceTestSuccess0.003
InvalidQueryKeyTestSuccess0.002
ReportQueryWithNoAttributesTestSuccess0.002
ChainedExceptionTestCaseSuccess0.004
ConversionExceptionFromMappingTestSuccess0.003
DatabaseSessionAttemptLoginTwiceTestSuccess0.046
DatabaseSessionLogoutThenLoginTestSuccess0.090
NestedUOWWithUpdateAllQueryTestSuccess0.002
ExceptionSerializationTestCaseSuccess0.010
QueryParameterForOneToOneValidationTest - conforming: falseSuccess0.014
QueryParameterForOneToOneValidationTest - conforming: trueSuccess0.012
ClientSessionConstructorValidationTestSuccess0.142
ServerSessionReadPoolTypeTestSuccess0.132
NoMappingForPrimaryKeyTestSuccess0.004
DirectFieldNameNotSetTestSuccess0.004
NoForeighKeysAreSpecifiedTestSuccess0.004
ForeignKeysDefinedIncorrectlyTestSuccess0.004
ReferenceKeyFieldNotProperlySpecifiedTestSuccess0.005
NoReferenceKeyIsSpecifiedTestSuccess0.004
NoRelationTableTestSuccess0.004
NoSourceRelationKeysSpecifiedTestSuccess0.004
NoSuchMethodWhileInitializingAttributesInMethodAccessor_SetTestSuccess0.005
NoSuchMethodWhileInitializingAttributesInMethodAccessor_GetTestSuccess0.004
NoSuchMethodWhileInitializingAttributesInMethodAccessorTestSuccess0.003
NoTargetForeignKeysSpecifiedTestSuccess0.003
NoTargetRelationKeysSpecifiedTestSuccess0.004
ClassIndicatorFieldNotFoundTestSuccess0.004
ValueNotFoundInClassIndicatorMappingTestSuccess0.004
DescriptorForInterfaceIsMissingTestSuccess0.004
DescriptorIsMissingTestSuccess0.003
ParentDescriptorNotSpecifiedTestSuccess0.004
TableNotSpecifiedTestSuccess0.002
ReferenceTableNotSpecifiedTestSuccess0.004
RelationKeyFieldNotProperlySpecifiedTestSuccess0.004
ReturnTypeInGetAttributeAccessorTestSuccess0.006
SecurityOnFindMethodTestSuccess0.000
NoSuchMethodOnInitializingAttributeMethodTestSuccess0.005
MultipleWriteMappingsForFieldTestSuccess0.004
AttributeNameNotSpecifiedTestSuccess0.003
IllegalArgumentWhileGettingValueThruMethodAccessorTestSuccess0.013
MultipleTablePrimaryKeyMustBeFullyQualifiedTestSuccess0.003
NullPointerWhileGettingValueThruInstanceVariableAccessorTestSuccess0.003
NullPointerWhileGettingValueThruMethodAccessorTestSuccess0.002
IllegalArgumentWhileSettingValueThruMethodAccessorTestSuccess0.010
ParentClassIsSelfTestSuccess0.004
IllegalArgumentWhileGettingValueThruInstanceVariableAccessorTestSuccess0.009
IllegalArgumentWhileSettingValueThruInstanceVariableAccessorTestSuccess0.010
NoFieldNameForMappingTestSuccess0.004
NoAttributeTransformationMethodTestSuccess0.004
NoSuchMethodWhileConvertingToMethodTestSuccess0.005
NoAttributeValueConversionToFieldValueProvidedTestSuccess0.009
SetExistanceCheckingNotUnderstoodTestSuccess0.004
ValueHolderInstantiationMismatchTestSuccess0.004
TableIsNotPresentInDatabaseTestSuccess21.585
InvalidIdentityMapTestSuccess0.002
MissingMappingForFieldTestSuccess0.003
InvalidUseOfTransparentIndirectionTest_extractPrimaryKeyForReferenceObjectSuccess0.009
InvalidUseOfTransparentIndirectionTest_nullValueFromRowSuccess0.004
InvalidUseOfTransparentIndirectionTest_valueFromMethodSuccess0.002
ReferenceDescriptorIsNotAggreagteCollectionTestSuccess0.003
ReferenceDescriptorIsNotAggregateTestSuccess0.003
SetMethodParameterTypeNotValidTestSuccess0.003
IllegalTableNameInMultipleTableForeignKeyTest_SourceSuccess0.003
IllegalTableNameInMultipleTableForeignKeyTest_TargetSuccess0.002
NormalDescriptorsDoNotSupportNonRelationalExtensionsTestSuccess0.004
NormalDescriptorsDoNotSupportNonRelationalExtensionsTestSuccess0.000
NormalDescriptorsDoNotSupportNonRelationalExtensionsTestSuccess0.000
NormalDescriptorsDoNotSupportNonRelationalExtensionsTestSuccess0.001
NormalDescriptorsDoNotSupportNonRelationalExtensionsTestSuccess0.000
NormalDescriptorsDoNotSupportNonRelationalExtensionsTestSuccess0.000
NormalDescriptorsDoNotSupportNonRelationalExtensionsTestSuccess0.001
InvalidDataModificationEventTestSuccess0.001
InvalidDataModificationEventCodeTest_DirectCollectionMappingSuccess0.002
InvalidDataModificationEventCodeTest_ManyToManyMappingSuccess0.002
InvalidDescriptorEventCodeTestSuccess0.002
MultipleTablePrimaryKeyNotSpecifiedTestSuccess0.003
NoSuchMethodOnFindObsoleteMethodTestSuccess0.003
NoSuchMethodWhileInitializingClassExtractionMethodTestSuccess0.002
NoSuchMethodWhileInitializingCopyPolicyTestSuccess0.003
MappingCanNotBeReadOnlyTestSuccess0.003
MappingMustBeReadOnlyWhenStoredInCacheTestSuccess0.003
ParameterAndMappingWithoutIndirectionMismatchTestSuccess0.004
ReturnAndMappingWithoutIndirectionMismatchTestSuccess0.003
ParameterAndMappingWithIndirectionMismatchTestSuccess0.003
IncorrectCollectionPolicyTestSuccess0.003
InvalidIndirectionContainerClassTestSuccess0.002
StructureNameNotSetInMappingTestSuccess0.002
NoSubClassMatchTest_AggregateCollectionSuccess0.004
NoSubClassMatchTest_AggregateObjectSuccess0.002
ReturnAndMappingWithTransparentIndirectionMismatchTestSuccess0.003
ParameterAndMappingWithTransparentIndirectionMismatchTestSuccess0.003
GetMethodReturnTypeNotValidTestSuccess0.003
AttributeAndMappingWithTransparentIndirectionMismatchTestSuccess0.002
InvalidContainerPolicyTestSuccess0.002
ErrorOccuredInAmendmentMethodTestSuccess0.003
InvalidAmendmentMethodTestSuccess0.003
InvalidContainerPolicyWithTransparentIndirectionTestSuccess0.002
ProxyIndirectionNotAvailableTestSuccess0.002
InvalidAttributeTypeForProxyIndirectionTestSuccess0.003
InvalidGetMethodReturnTypeForProxyIndirectionTestSuccess0.003
InvalidSetMethodParameterTypeForProxyIndirectionTestSuccess0.003
InvalidMappingOperationTestSuccess0.003
InvalidMappingOperationTestSuccess0.001
InvalidMappingOperationTestSuccess0.000
InvalidMappingOperationTestSuccess0.000
InvalidMappingOperationTestSuccess0.001
InvalidMappingOperationTestSuccess0.000
InvalidMappingOperationTestSuccess0.001
InvalidMappingOperationTestSuccess0.000
InvalidMappingOperationTestSuccess0.000
InvalidMappingOperationTestSuccess0.001
InvalidIndirectionPolicyOperationTestSuccess0.002
InvalidIndirectionPolicyOperationTestSuccess0.001
InvalidIndirectionPolicyOperationTestSuccess0.001
MissingForeignKeyTranslationTestSuccess0.003
TargetInvocationWhileInvokingFieldToMethodTestSuccess0.006
TargetInvocationWhileGettingValueThruMethodAccessorTestSuccess0.003
TargetInvocationWhileSettingValueThruMethodAccessorTestSuccess0.002
TargetInvocationWhileCloningTestSuccess0.003
TargetInvocationWhileEventExecutionTestSuccess0.002
NullPointerWhileMethodInstantiationTestSuccess0.006
TargetInvocationWhileMethodInstantiationTestSuccess0.002
TargetInvocationWhileInvokingRowExtractionMethodTestSuccess0.004
TargetInvocationWhileInvokingAttributeMethodTestSuccess0.003
TargetInvocationWhileInstantiatingMethodBasedProxyTestSuccess0.002
TargetInvocationWhileConstructorInstantiationTestSuccess0.003
IllegalArgumentWhileInstantiatingMethodBasedProxyTestSuccess0.002
IllegalArgumentWhileInvokingAttributeMethodTestSuccess0.002
IllegalArgumentWhileInvokingFieldToMethodTestSuccess0.004
TargetInvocationWhileConstructorInstantiationOfFactoryTestSuccess0.004
InstantiationWhileConstructorInstantiationOfFactoryTestSuccess0.003
NoConstructorIndirectionContainerClassTestSuccess0.002
ConstructingDescriptorExceptionTestsSuccess0.025
ChildDoesNotDefineAbstractQueryKeyOfParentTestSuccess0.002
NoSubClassMatchTest_AggregateSuccess0.003
NullPointerWhileConstructorInstantiationTestSuccess0.001
VariableOneToOneMappingIsNotDefinedProperlyTestSuccess0.003
VariableOneToOneMappingIsNotDefinedProperlyTestSuccess0.000
VariableOneToOneMappingIsNotDefinedProperlyTestSuccess0.002
NullPointerWhileSettingValueThruInstanceVariableAccessorTestSuccess0.002
GetClassDescriptorWithNullTestSuccess0.001
CloseConnAfterDatabaseSessionTxnTestSuccess0.209

Back to top
Title: Unit Test Results

Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
2950299.32%32.566
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)Time StampHost
org.eclipse.persistence.testing.tests2952032.5662009-02-13T06:37:30stame10

Package org.eclipse.persistence.testing.tests

NameTestsErrorsFailuresTime(s)Time StampHost
SRGTestModel2952032.5662009-02-13T06:37:30stame10
Back to top


TestCase SRGTestModel

NameStatusTypeTime(s)
FeatureTestModelError Internal Exception: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013204795) violated Error Code: 1 Call: INSERT INTO BUILDER_SELLING_POINT (BUILDER_ID, LOCATION, AREA, DESCRIPTION, SQUARE_FEET, TYPE) VALUES (?, ?, ?, ?, ?, ?) bind => [1, 435 Carling Ave., back yard, Large open space with beautiful lawn., 0, R] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.aggregate.RoomSellingPoint@11ed4e8)

Local Exception Stack:
Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.20090213-SNAPSHOT): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013204795) violated

Error Code: 1
Call: INSERT INTO BUILDER_SELLING_POINT (BUILDER_ID, LOCATION, AREA, DESCRIPTION, SQUARE_FEET, TYPE) VALUES (?, ?, ?, ?, ?, ?)
bind => [1, 435 Carling Ave., back yard, Large open space with beautiful lawn., 0, R]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.aggregate.RoomSellingPoint@11ed4e8)
at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:313)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:767)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:833)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:558)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:501)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:876)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:205)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:191)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:330)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:162)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:177)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:461)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWrite(DatabaseQueryMechanism.java:239)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.mappings.AggregateCollectionMapping.postInsert(AggregateCollectionMapping.java:1426)
at org.eclipse.persistence.descriptors.DescriptorQueryManager.postInsert(DescriptorQueryManager.java:904)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:470)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWrite(DatabaseQueryMechanism.java:239)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.mappings.AggregateCollectionMapping.postInsert(AggregateCollectionMapping.java:1426)
at org.eclipse.persistence.descriptors.DescriptorQueryManager.postInsert(DescriptorQueryManager.java:904)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:470)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:286)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1129)
at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:195)
at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsForClassWithChangeSet(CommitManager.java:164)
at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:116)
at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:3179)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1271)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1366)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:1202)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:980)
at org.eclipse.persistence.testing.models.aggregate.AggregateSystem.populate(AggregateSystem.java:214)
at org.eclipse.persistence.testing.framework.TestSystem.run(TestSystem.java:170)
at org.eclipse.persistence.testing.framework.TestExecutor.forceConfigureSystem(TestExecutor.java:275)
at org.eclipse.persistence.testing.framework.TestModel.configure(TestModel.java:178)
at org.eclipse.persistence.testing.framework.TestModel.setupEntity(TestModel.java:413)
at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:200)
at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:313)
at org.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:247)
at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:208)
at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:313)
Caused by: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013204795) violated

at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:74)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:204)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3468)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:758)
0.001
ReadObjectTest(Employee: Bob Smith)Success0.275
ReadObjectTest(Employee: John Way)Success0.046
ReadObjectTest(Employee: Charles Chanley)Success0.010
ReadObjectTest(Employee: Emanual Smith)Success0.008
ReadObjectTest(Employee: Sarah Way)Success0.009
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.032
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.021
ReadObjectCallTest(class org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.020
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.002
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
WriteObjectTest(Employee: Bob Smith)Success0.060
UnitOfWorkBasicUpdateObjectTest(Employee: Bob Smith)Success0.078
UnitOfWorkBasicUpdateObjectTest(Employee: John Way)Success0.019
UnitOfWorkBasicUpdateObjectTest(Employee: Charles Chanley)Success0.018
UnitOfWorkBasicUpdateObjectTest(Employee: Emanual Smith)Success0.013
UnitOfWorkBasicUpdateObjectTest(Employee: Sarah Way)Success0.018
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.008
UnitOfWorkBasicUpdateObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.005
UnitOfWorkBasicUpdateObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
UnitOfWorkBasicUpdateObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.004
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
UnitOfWorkBasicUpdateObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.005
UnitOfWorkBasicUpdateObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
UnitOfWorkBasicUpdateObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
InsertObjectTest(Employee: Bob Smith)Success0.013
InsertObjectTest(Employee: John Way)Success0.014
InsertObjectTest(Employee: Charles Chanley)Success0.012
InsertObjectTest(Employee: Emanual Smith)Success0.015
InsertObjectTest(Employee: Sarah Way)Success0.015
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.002
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.002
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.004
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.004
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.003
DeleteObjectTest(Employee: Bob Smith)Success0.138
DeleteObjectTest(Employee: John Way)Success0.030
DeleteObjectTest(Employee: Charles Chanley)Success0.024
DeleteObjectTest(Employee: Emanual Smith)Success0.022
DeleteObjectTest(Employee: Sarah Way)Success0.025
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.017
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.007
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.010
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.007
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.015
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
ReadAllCallTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
AddDescriptorsTestSuccess0.004
UpdateToNullTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.135
UpdateChangeValueTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.089
UpdateChangeNothingTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.023
UpdateChangeObjectTestfalsefalse(Employee: Bob Smith)truefalseSuccess0.056
UpdateDeepOwnershipTest(org.eclipse.persistence.testing.models.ownership.ObjectA@106ac75)truefalseSuccess0.050
BidirectionalInsertTest(with UOW)Success0.041
NestedUnitOfWorkTest(Employee: Bob Smith)Success0.092
NestedUnitOfWorkMultipleCommitTest(Employee: Bob Smith)Success0.035
DeepNestedUnitOfWorkTest(Employee: Bob Smith)Success0.057
MultipleUnitOfWorkTest(Employee: Bob Smith)Success0.046
InsertNewObjectTestSuccess0.023
ComplexMultipleUnitOfWorkTestSuccess0.271
FaultyUnitOfWorkTestSuccess0.099
LockFailureUnitOfWorkTestSuccess0.029
UnitOfWorkResumeTest(Employee: Bob Smith)Success0.041
UnitOfWorkResumeOnFailureTest(Employee: Bob Smith)Success0.058
DeletingFromParentSessionTestSuccess0.024
EqualObjectUnitOfWorkTestSuccess0.015
NoIMWithValueHolderTestSuccess0.007
UnitOfWorkRevertTest(Employee: Bob Smith)Success0.039
DeepMergeCloneSerializedTestSuccess0.092
DeepMergeCloneIndirectionTestSuccess0.041
RegisterNewObjectTestSuccess0.058
NoIdentityMapUnitOfWorkTestSuccess0.014
RefreshObjectNoIdentityMapUnitOfWorkTestSuccess0.006
RelationshipTreeInsertTestSuccess0.013
UnitOfWorkComplexRefreshTestSuccess0.027
ViolateObjectSpaceTestSuccess0.168
NoValidationWithInitIdentityMapsSuccess0.043
NoIdentityTestSuccess0.222
NoIdentityMergeCloneTestSuccess0.056
BiDirectionInsertOrderTestSuccess0.029
UnitOfWorkCommitResumeOnFailureNoFailureTest(Employee: Bob Smith)Success0.043
UnitOfWorkCommitAndResume(Employee: Bob Smith)Success0.033
NestedUnitOfWorkQuerySuccess0.018
DeleteAndConformSuccess0.009
NullAggregateTestSuccess0.010
UOWHasOnlyDeletesTestSuccess0.005
RegisterNewObjectInIdentityMapNoSeqTestSuccess0.004
NestedUnitOfWorkDeleteNewObjectTestSuccess0.005
NestedUnitOfWorkDeleteNestedNewObjectTestSuccess0.003
NestedUnitOfWorkDeleteConformedNestedNewObjectTestSuccess0.010
DoubleNestedUnitOfWorkDeleteConformedNestedNewObjectTestSuccess0.006
NestedUnitOfWorkNewObjectWithIndirectionTestSuccess0.003
UnitOfWorkDeleteNoValidationTestSuccess0.010
GetIdentityMapFromUOWForREADONLYClassTestSuccess0.005
UnitOfWorkCommitToDatabaseTestSuccess0.021
UnitOfWorkInitializeAllIdentityMapsTestSuccess0.014
WasTransactionBegunPrematurelyRollbackTestSuccess0.020
CanChangeReadOnlySetTestSuccess0.005
GetFromNewObjectWithConformTestSuccess0.003
UOWCommitAndResumeWithPreCalcChangeSetSuccess0.018
PerformDeletesFirstTestSuccess0.009
PerformDeletesFirstIgnoreUpdateTestSuccess0.012
PerformDeletesFirstIgnoreUpdateTest2Success0.014
CreateDeleteCreateTestSuccess0.007
WorkingCloneCopyPolicyTestSuccess0.007
UnregisteredNewObjectOptimisticLockTestSuccess0.015
DoubleNestedUnitOfWorkRegisterNewObjectTestSuccess0.004
GetObjectFromIdentityMapTestSuccess0.005
MergeDeadIndirectionTestSuccess0.100
CommitAfterExecuteModifyQueryDuringTransTestSuccess0.029
AllChangeSetsTestSuccess0.024
CurrentChangeSetTestSuccess0.006
ErrorOnInsertTestSuccess0.028
CollectionMappingMergeObjectTestSuccess0.012
ExceptionsRaisedUnitOfWorkTestSuccess0.011
NestedUOWWithNewObjectRegisteredTwiceTestSuccess0.011
ReadObjectTest(Employee: Bob Smith)Success0.056
ReadObjectTest(Employee: John Way)Success0.022
ReadObjectTest(Employee: Charles Chanley)Success0.009
ReadObjectTest(Employee: Emanual Smith)Success0.007
ReadObjectTest(Employee: Sarah Way)Success0.009
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.007
ReadObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
ReadObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.001
ReadObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.002
ReadObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.001
ReadObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.001
WriteObjectTest(Employee: Bob Smith)Success0.019
WriteObjectTest(Employee: John Way)Success0.020
WriteObjectTest(Employee: Charles Chanley)Success0.017
WriteObjectTest(Employee: Emanual Smith)Success0.013
WriteObjectTest(Employee: Sarah Way)Success0.017
WriteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.006
WriteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
WriteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.009
WriteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.005
WriteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
InsertObjectTest(Employee: Bob Smith)Success0.012
InsertObjectTest(Employee: John Way)Success0.016
InsertObjectTest(Employee: Charles Chanley)Success0.014
InsertObjectTest(Employee: Emanual Smith)Success0.014
InsertObjectTest(Employee: Sarah Way)Success0.014
InsertObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.003
InsertObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.003
InsertObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.003
InsertObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.004
DeleteObjectTest(Employee: Bob Smith)Success0.068
DeleteObjectTest(Employee: John Way)Success0.024
DeleteObjectTest(Employee: Charles Chanley)Success0.025
DeleteObjectTest(Employee: Emanual Smith)Success0.022
DeleteObjectTest(Employee: Sarah Way)Success0.023
DeleteObjectTest(Small Project: Enterprise A enterprise wide application to report on the corporations database through TopLink.)Success0.015
DeleteObjectTest(Small Project: Sales Reporter A reporting application using JDK to report on the corporations database through TopLink.)Success0.007
DeleteObjectTest(Small Project: TOPEmployee Manager A management application to report on the corporations database through TopLink.)Success0.006
DeleteObjectTest(Large Project: Sales Reporting A reporting application to report on the corporations database through TopLink. 5000.0 1991-11-11 12:00:00.0)Success0.011
DeleteObjectTest(Large Project: Swirly Dirly A swirly application to report on the corporations database through TopLink. 100.98 1999-12-25 11:40:44.0)Success0.008
DeleteObjectTest(Large Project: TOPEmployee Management A management application to report on the corporations database through TopLink. 4000.98 1997-11-12 01:00:00.0)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Employee)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.Project)Success0.014
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.LargeProject)Success0.002
ReadAllTest(org.eclipse.persistence.testing.models.employee.domain.SmallProject)Success0.002
Sessions.xml not foundSuccess0.004
AggregateTestModelError Internal Exception: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013205162) violated Error Code: 1 Call: INSERT INTO BUILDER_SELLING_POINT (BUILDER_ID, LOCATION, AREA, DESCRIPTION, SQUARE_FEET, TYPE) VALUES (?, ?, ?, ?, ?, ?) bind => [51, 435 Carling Ave., back yard, Large open space with beautiful lawn., 0, R] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.aggregate.RoomSellingPoint@1156908)

Local Exception Stack:
Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.20090213-SNAPSHOT): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013205162) violated

Error Code: 1
Call: INSERT INTO BUILDER_SELLING_POINT (BUILDER_ID, LOCATION, AREA, DESCRIPTION, SQUARE_FEET, TYPE) VALUES (?, ?, ?, ?, ?, ?)
bind => [51, 435 Carling Ave., back yard, Large open space with beautiful lawn., 0, R]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.aggregate.RoomSellingPoint@1156908)
at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:313)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:767)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:833)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:558)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:501)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:876)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:205)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:191)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:330)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:162)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:177)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:461)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWrite(DatabaseQueryMechanism.java:239)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.mappings.AggregateCollectionMapping.postInsert(AggregateCollectionMapping.java:1426)
at org.eclipse.persistence.descriptors.DescriptorQueryManager.postInsert(DescriptorQueryManager.java:904)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:470)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWrite(DatabaseQueryMechanism.java:239)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.mappings.AggregateCollectionMapping.postInsert(AggregateCollectionMapping.java:1426)
at org.eclipse.persistence.descriptors.DescriptorQueryManager.postInsert(DescriptorQueryManager.java:904)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:470)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:286)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1129)
at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:195)
at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsForClassWithChangeSet(CommitManager.java:164)
at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:116)
at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:3179)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1271)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1366)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitRootUnitOfWork(UnitOfWorkImpl.java:1202)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commit(UnitOfWorkImpl.java:980)
at org.eclipse.persistence.testing.models.aggregate.AggregateSystem.populate(AggregateSystem.java:214)
at org.eclipse.persistence.testing.framework.TestSystem.run(TestSystem.java:170)
at org.eclipse.persistence.testing.framework.TestExecutor.forceConfigureSystem(TestExecutor.java:275)
at org.eclipse.persistence.testing.framework.TestModel.configure(TestModel.java:188)
at org.eclipse.persistence.testing.framework.TestModel.setupEntity(TestModel.java:413)
at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:200)
at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:313)
at org.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:247)
at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:208)
at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:313)
Caused by: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013205162) violated

at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:74)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:204)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3468)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:758)
0.000
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.A_King2)Success0.006
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@121fdb4)Success0.003
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@12203a9)Success0.006
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@12208a0)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@1220ceb)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@1221136)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@1221581)Success0.001
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@12219cc)Success0.035
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@10b8f22)Success0.005
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@10bced1)Success0.004
ReadObjectTest(Bus(305))Success0.006
ReadObjectTest(Raymen)Success0.008
ReadObjectTest(Steve)Success0.010
ReadObjectTest(Biff)Success0.003
ReadObjectTest(Jenny)Success0.005
ReadObjectTest(Richard)Success0.003
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@10c9700)Success0.006
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@10c9147)Success0.003
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@10c8ae8)Success0.002
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@10c83a1)Success0.004
ReadObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@10c9d0b)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Cat)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Dog)Success0.006
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Company)Success0.004
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Person)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.SalesRep)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Engineer)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.SoftwareEngineer)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Computer)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.PC)Success0.006
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.IBMPC)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Mac)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Mainframe)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Car)Success0.014
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.SportsCar)Success0.008
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Bus)Success0.010
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Bicycle)Success0.007
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Boat)Success0.003
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.Vehicle)Success0.025
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.NonFueledVehicle)Success0.009
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.FueledVehicle)Success0.005
ReadAllTest(org.eclipse.persistence.testing.models.inheritance.A_King2)Success0.002
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@121fdb4)Success0.006
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@12203a9)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@12208a0)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@1220ceb)Success0.005
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@1221136)Success0.005
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@1221581)Success0.003
DeleteObjectTest(Raymen)Success0.050
DeleteObjectTest(Richard)Success0.014
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@12219cc)Success0.051
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@10b8f22)Success0.025
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@10bced1)Success0.019
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@10c83a1)Success0.007
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@10c8ae8)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@10c9147)Success0.003
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@10c9700)Success0.004
DeleteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@10c9d0b)Success0.007
ComplexDeleteTestfalsefalse(org.eclipse.persistence.testing.models.inheritance.Alligator@10cd845)truefalseSuccess0.040
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@10dd249)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@10dd425)Success0.003
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@10dd5fb)Success0.024
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@10dd930)Success0.019
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@10ddb92)Success0.015
InsertObjectTest(Raymen)Success0.010
InsertObjectTest(Richard)Success0.011
InsertObjectTest(Brendan)Success0.009
InsertObjectTest(Car(null))Success0.011
InsertObjectTest(Car(null))Success0.008
InsertObjectTest(Car(null))Success0.008
InsertObjectTest(Car(null))Success0.007
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@10de442)Success0.005
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@10de61a)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@10de7f8)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@10de9d6)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@10debaa)Success0.004
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Developer_King@10deda1)Success0.017
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.Developer_King@10defb4)Success0.005
InsertObjectTest(org.eclipse.persistence.testing.models.inheritance.SeniorDeveloper_King@10df1c3)Success0.009
OverrideInheritedMappingTestSuccess0.014
BindingWithShallowInsertTestSuccess0.049
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@121fdb4)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@121fdb4)Success0.005
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@12203a9)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@12203a9)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@12208a0)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@1220ceb)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Cat@1221136)Success0.003
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Dog@1221581)Success0.004
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@12219cc)Success0.012
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@12219cc)Success0.011
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@10b8f22)Success0.008
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Company@10bced1)Success0.008
WriteObjectTest(Raymen)Success0.008
UnitOfWorkBasicUpdateObjectTest(Raymen)Success0.008
WriteObjectTest(Steve)Success0.011
UnitOfWorkBasicUpdateObjectTest(Steve)Success0.011
WriteObjectTest(Richard)Success0.006
UnitOfWorkBasicUpdateObjectTest(Richard)Success0.007
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@10c83a1)Success0.005
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Mac@10c83a1)Success0.005
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@10c8ae8)Success0.007
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@10c8ae8)Success0.004
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.IBMPC@10c9147)Success0.003
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@10c9700)Success0.003
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.PC@10c9700)Success0.004
WriteObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@10c9d0b)Success0.008
UnitOfWorkBasicUpdateObjectTest(org.eclipse.persistence.testing.models.inheritance.Mainframe@10c9d0b)Success0.003
UnitOfWorkTest(org.eclipse.persistence.testing.models.inheritance.Company@12219cc)Success0.046
UnitOfWorkTest(org.eclipse.persistence.testing.models.inheritance.Company@10b8f22)Success0.030
UnitOfWorkTest(org.eclipse.persistence.testing.models.inheritance.Company@10bced1)Success0.026
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.inheritance.Company@12219cc)Success0.055
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.inheritance.Company@10b8f22)Success0.048
UnitOfWorkCommitResumeTest(org.eclipse.persistence.testing.models.inheritance.Company@10bced1)Success0.045
LeafQueryTestSuccess0.023
SecondaryTableUpdateTestSuccess0.021
TranslatedKeyInheritanceTestCaseSuccess0.046
SingleInheritanceTestSuccess0.163
SessionsXMLSchemaTestSuccess0.195
SessionsXMLSchemaWriteTestSuccess0.076

Back to top
Title: Unit Test Results

Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
11852299.66%570.988
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)Time StampHost
org.eclipse.persistence.testing.tests200075.7122009-02-13T07:30:12stame10
org.eclipse.persistence.testing.tests.jpa109322477.5602009-02-13T07:21:36stame10
org.eclipse.persistence.testing.tests.jpa.xml720017.7162009-02-13T07:29:43stame10

Package org.eclipse.persistence.testing.tests

NameTestsErrorsFailuresTime(s)Time StampHost
OracleJPATestSuite200075.7122009-02-13T07:30:12stame10
Back to top

Package org.eclipse.persistence.testing.tests.jpa

NameTestsErrorsFailuresTime(s)Time StampHost
FullRegressionTestSuite109322477.5602009-02-13T07:21:36stame10
Back to top

Package org.eclipse.persistence.testing.tests.jpa.xml

NameTestsErrorsFailuresTime(s)Time StampHost
EntityMappingsJUnitTestSuite720017.7162009-02-13T07:29:43stame10
Back to top


TestCase EntityMappingsJUnitTestSuite

NameStatusTypeTime(s)
testSetupSuccess8.056
testCreateEmployeeSuccess0.067
testReadEmployeeSuccess0.247
testNamedNativeQueryOnAddressSuccess0.077
testNamedQueryOnEmployeeSuccess0.065
testUpdateEmployeeSuccess0.132
testRefreshNotManagedEmployeeSuccess0.042
testRefreshRemovedEmployeeSuccess0.226
testDeleteEmployeeSuccess0.106
testUnidirectionalPersistSuccess0.269
testUnidirectionalUpdateSuccess0.177
testUnidirectionalFetchJoinSuccess0.130
testUnidirectionalTargetLocking_AddRemoveTargetSuccess0.170
testUnidirectionalTargetLocking_DeleteSourceSuccess0.180
testExistenceCheckingSettingSuccess0.001
testReadOnlyClassSettingSuccess0.001
testEmployeeChangeTrackingPolicySuccess0.000
testAddressChangeTrackingPolicySuccess0.001
testPhoneNumberChangeTrackingPolicySuccess0.001
testProjectChangeTrackingPolicySuccess0.001
testJoinFetchSettingSuccess0.001
testEmployeeOptimisticLockingSettingsSuccess0.001
testEmployeeCacheSettingsSuccess0.002
testProjectOptimisticLockingSettingsSuccess0.001
testExtendedEmployeeSuccess0.062
testGiveExtendedEmployeeASexChangeSuccess0.025
testNamedStoredProcedureQuerySuccess0.068
testNamedStoredProcedureQueryInOutSuccess0.012
testMethodBasedTransformationMappingSuccess0.038
testClassBasedTransformationMappingSuccess0.025
testClassInstanceConverterSuccess0.017
testPropertySuccess0.012
testAccessorMethodsSuccess0.010
testIfMultipleBasicCollectionMappingsExistForEmployeeResponsibilitesSuccess0.000
testSetupSuccess1.223
testCreateCustomerSuccess0.029
testCreateItemSuccess0.066
testCreateOrderSuccess0.022
testReadCustomerSuccess0.001
testReadItemSuccess0.001
testReadOrderSuccess0.001
testNamedQueryOnCustomerSuccess0.007
testNamedQueryOnItemSuccess0.016
testNamedQueryOnOrderSuccess0.008
testUpdateCustomerSuccess0.008
testUpdateItemSuccess0.020
testUpdateOrderSuccess0.016
testDeleteOrderSuccess0.010
testDeleteCustomerSuccess0.015
testDeleteItemSuccess0.014
testExcludeDefaultMappingsSuccess0.000
testCreateExtendedItemSuccess0.038
testModifyExtendedItemSuccess0.036
testVerifyExtendedItemSuccess0.004
testCopyPolicySuccess0.001
testCloneCopyPolicySuccess0.001
testInstantiationCopyPolicySuccess0.000
testSetupSuccess1.098
testCreateExtendedObjectsSuccess0.098
testVerifyExtendedObjectsSuccess0.074
testAutoGenerationOnEmbeddedIdSuccess0.053
testSetupSuccess2.348
testCreateDepartmentSuccess0.022
testCreateScientistsSuccess0.056
testReadDepartmentSuccess0.010
testReadJuniorScientistSuccess0.006
testAnyAndAllSuccess0.204
testDepartmentAdminSuccess0.052
testSetupSuccess1.671
testEL254937Success0.046
testGF1894Success0.028
testManAndWomanSuccess0.051

Back to top

TestCase FullRegressionTestSuite

NameStatusTypeTime(s)
testDeadLockOnReadLockError Internal Exception: java.sql.SQLException: ORA-00942: table or view does not exist Error Code: 942 Call: UPDATE CMP3_DEPARTMENT_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? bind => [50, DEPT_SEQ] Query: DataModifyQuery(sql="UPDATE CMP3_DEPARTMENT_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?")

Local Exception Stack:
Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.20090213-SNAPSHOT): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-00942: table or view does not exist

Error Code: 942
Call: UPDATE CMP3_DEPARTMENT_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
bind => [50, DEPT_SEQ]
Query: DataModifyQuery(sql="UPDATE CMP3_DEPARTMENT_SEQ SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?")
at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:313)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:767)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:833)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:558)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:501)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:876)
at org.eclipse.persistence.internal.sessions.IsolatedClientSession.executeCall(IsolatedClientSession.java:132)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:205)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:191)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:234)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:214)
at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:85)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:2247)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1143)
at org.eclipse.persistence.sequencing.QuerySequence.update(QuerySequence.java:330)
at org.eclipse.persistence.sequencing.QuerySequence.updateAndSelectSequence(QuerySequence.java:269)
at org.eclipse.persistence.sequencing.StandardSequence.getGeneratedVector(StandardSequence.java:71)
at org.eclipse.persistence.sequencing.Sequence.getGeneratedVector(Sequence.java:246)
at org.eclipse.persistence.internal.sequencing.SequencingManager$Preallocation_Transaction_NoAccessor_State.getNextValue(SequencingManager.java:463)
at org.eclipse.persistence.internal.sequencing.SequencingManager.getNextValue(SequencingManager.java:905)
at org.eclipse.persistence.internal.sequencing.ClientSessionSequencing.getNextValue(ClientSessionSequencing.java:70)
at org.eclipse.persistence.internal.descriptors.ObjectBuilder.assignSequenceNumber(ObjectBuilder.java:277)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.assignSequenceNumber(UnitOfWorkImpl.java:402)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNotRegisteredNewObjectForPersist(UnitOfWorkImpl.java:3991)
at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.registerNotRegisteredNewObjectForPersist(RepeatableWriteUnitOfWork.java:359)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerNewObjectForPersist(UnitOfWorkImpl.java:3938)
at org.eclipse.persistence.internal.jpa.EntityManagerImpl.persist(EntityManagerImpl.java:282)
at org.eclipse.persistence.testing.tests.jpa.advanced.concurrency.ConcurrencyTest.testDeadLockOnReadLock(ConcurrencyTest.java:50)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
Caused by: java.sql.SQLException: ORA-00942: table or view does not exist

at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:74)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:204)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3468)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:758)
7.456
testSetupSuccess3.440
testNamedNativeQuerySuccess0.048
testSetupSuccess3.432
testContainsSuccess1.199
testEvictClassObjectSuccess0.356
testEvictClassSuccess0.038
testEvictAllSuccess0.057
testSetupSuccess3.434
testPersistThenRemoveCallsSuccess0.063
testRemoveUnmanagedNewEntitySuccess0.009
testPersistOnRegisteredObjectSuccess0.016
testPreUpdateEvent_UpdateAlteredSuccess0.100
testPreUpdateEvent_UpdateRevertedSuccess0.020
testMergeCascadeTriggersPrePersistSuccess0.045
testSetupSuccess3.336
testWeavingSuccess0.003
testClearEntityManagerWithoutPersistenceContextSuccess0.001
testUpdateAllProjectsSuccess0.279
testUpdateUsingTempStorageSuccess0.293
testSequenceObjectDefinitionSuccess0.097
testFindDeleteAllPersistSuccess0.165
testExtendedPersistenceContextSuccess0.225
testRemoveFlushFindSuccess0.032
testRemoveFlushPersistContainsSuccess0.033
testTransactionRequiredSuccess0.011
testSubStringSuccess0.040
testFlushModeOnUpdateQuerySuccess0.107
testAnnotationDefaultLockModeNONEOnUpdateQuerySuccess0.006
testContainsRemovedSuccess0.019
testRefreshRemovedSuccess0.057
testRefreshNotManagedSuccess0.002
testDoubleMergeSuccess0.008
testDescriptorNamedQueryForMultipleQueriesSuccess0.019
testDescriptorNamedQuerySuccess0.013
testClearEntityManagerWithoutPersistenceContextSimulateJTASuccess0.012
testMultipleEntityManagerFactoriesSuccess3.908
testOneToManyDefaultJoinTableNameSuccess0.052
testClosedEmShouldThrowExceptionFailure; em.lock() threw wrong exception: null

junit.framework.AssertionFailedError: ; em.lock() threw wrong exception: null
at org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testClosedEmShouldThrowException(EntityManagerJUnitTestSuite.java:6228)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
0.010
testRollbackOnlyOnExceptionSuccess0.002
testUpdateAllProjectsWithNullTeamLeaderSuccess0.121
testUpdateAllLargeProjectsWithNullTeamLeaderSuccess0.078
testUpdateAllSmallProjectsWithNullTeamLeaderSuccess0.056
testUpdateAllProjectsWithNameSuccess0.040
testUpdateAllLargeProjectsWithNameSuccess0.052
testUpdateAllSmallProjectsWithNameSuccess0.039
testUpdateAllLargeProjectsSuccess0.072
testUpdateAllSmallProjectsSuccess0.035
testUpdateUsingTempStorageWithParameterSuccess0.063
testDeleteAllLargeProjectsWithNullTeamLeaderSuccess0.103
testDeleteAllSmallProjectsWithNullTeamLeaderSuccess0.051
testDeleteAllProjectsWithNullTeamLeaderSuccess0.035
testDeleteAllPhonesWithNullOwnerSuccess0.010
testSetFieldForPropertyAccessWithNewEMSuccess0.137
testSetFieldForPropertyAccessWithRefreshSuccess0.112
testSetFieldForPropertyAccessSuccess0.075
testInitializeFieldForPropertyAccessSuccess0.031
testCascadePersistToNonEntitySubclassSuccess0.014
testCascadeMergeManagedSuccess0.053
testCascadeMergeDetachedSuccess0.021
testPrimaryKeyUpdatePKFKSuccess0.033
testPrimaryKeyUpdateSameValueSuccess0.007
testPrimaryKeyUpdateSuccess0.010
testRemoveNullSuccess0.002
testClearNullSuccess0.002
testContainsNullSuccess0.002
testPersistNullSuccess0.001
testMergeNullSuccess0.001
testMergeRemovedObjectSuccess0.020
testClearRemovedObjectSuccess0.026
testMergeDetachedObjectSuccess0.029
testSerializedLazySuccess0.087
testCloneableSuccess0.043
testLeftJoinOneToOneQuerySuccess0.056
testNullifyAddressInSuccess0.039
testQueryOnClosedEMSuccess0.001
testIncorrectBatchQueryHintSuccess0.009
testFetchQueryHintSuccess0.137
testBatchQueryHintSuccess0.105
testQueryHintsSuccess0.059
testParallelMultipleFactoriesSuccess0.005
testMultipleFactoriesSuccess4.241
testPersistencePropertiesSuccess0.004
testGetPropertiesSuccess0.003
testBeginTransactionCloseCommitTransactionSuccess0.047
testBeginTransactionCloseSuccess0.001
testCloseSuccess0.001
testPersistOnNonEntitySuccess0.001
testClearNonEntitySuccess0.001
testWRITELockSuccess0.066
testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh_FlushSuccess0.088
testReadTransactionIsolation_OriginalInCache_UpdateAll_RefreshSuccess0.062
testReadTransactionIsolation_OriginalInCache_UpdateAll_FlushSuccess0.054
testReadTransactionIsolation_OriginalInCache_UpdateAllSuccess0.039
testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh_FlushSuccess0.145
testReadTransactionIsolation_OriginalInCache_CustomUpdate_RefreshSuccess0.033
testReadTransactionIsolation_OriginalInCache_CustomUpdate_FlushSuccess0.029
testReadTransactionIsolation_OriginalInCache_CustomUpdateSuccess0.031
testReadTransactionIsolation_UpdateAll_Refresh_FlushSuccess0.035
testReadTransactionIsolation_UpdateAll_RefreshSuccess0.035
testReadTransactionIsolation_UpdateAll_FlushSuccess0.030
testReadTransactionIsolation_UpdateAllSuccess0.028
testReadTransactionIsolation_CustomUpdate_Refresh_FlushSuccess0.033
testReadTransactionIsolation_CustomUpdate_RefreshSuccess0.038
testReadTransactionIsolation_CustomUpdate_FlushSuccess0.037
testReadTransactionIsolation_CustomUpdateSuccess0.029
testClearInTransactionSuccess0.036
testClearWithFlushSuccess0.045
testClearSuccess0.006
testEMFCloseSuccess0.001
testCheckVersionOnMergeSuccess0.011
testFindWithNullPkSuccess0.002
testFindWithWrongTypePkSuccess0.001
testPersistManagedNoExceptionSuccess0.019
testPersistManagedExceptionSuccess0.006
testClearManagedObjectSuccess0.016
testClearNonManagedObjectSuccess0.001
testPersistRemovedSuccess0.384
testIgnoreRemovedObjectsOnDatabaseSyncSuccess0.112
testIdentityOutsideTransactionSuccess0.012
testIdentityInsideTransactionSuccess0.004
testDatabaseSyncNewObjectSuccess0.003
testSetRollbackOnlySuccess0.042
testFlushModeEmCommitQueryAutoSuccess0.024
testFlushModeEmCommitSuccess0.011
testFlushModeEmCommitQueryCommitSuccess0.009
testFlushModeEmAutoQueryAutoSuccess0.013
testFlushModeEmAutoSuccess0.014
testFlushModeEmAutoQueryCommitSuccess0.009
testCacheUsageSuccess0.047
testSequencePreallocationUsingCallbackTestSuccess0.023
testForceSQLExceptionFor219097Success0.013
testRefreshInvalidateDeletedObjectSuccess0.018
testClearWithFlush2Success0.268
testEMFWrapValidationExceptionSuccess0.496
testEMDefaultTxTypeSuccess0.002
testMergeNewObjectSuccess0.004
testMergeNewObject2Success0.020
testMergeNewObject3_UseSequencingSuccess0.005
testMergeNewObject3_DontUseSequencingSuccess0.020
testCreateEntityManagerFactorySuccess0.003
testCreateEntityManagerFactory2Success0.029
testPessimisticLockHintStartsTransactionSuccess0.011
testManyToOnePersistCascadeOnFlushSuccess0.009
testDiscoverNewReferencedObjectSuccess0.072
testBulkDeleteThenMergeSuccess0.045
testNativeSequencesSuccess0.001
testGetReferenceSuccess0.033
testGetLockModeTypeSuccess0.048
testGetEntityManagerFactorySuccess0.007
testGetReferenceUpdateSuccess0.043
testGetReferenceUsedInUpdateSuccess0.028
testBadGetReferenceSuccess0.003
testClassInstanceConverterSuccess0.023
test210280EntityManagerFromPUwithSpaceInNameButNotInPathSuccess0.356
test210280EntityManagerFromPUwithSpaceInPathButNotInNameSuccess0.677
test210280EntityManagerFromPUwithSpaceInNameAndPathSuccess0.383
testNewObjectNotCascadePersistSuccess0.006
testConnectionPolicySuccess0.011
testConverterInSuccess0.012
testExceptionForPersistNonEntitySubclassSuccess0.002
testEnabledPersistNonEntitySubclassSuccess0.002
testCloneEmbeddableSuccess0.003
testCloseOnCommitSuccess0.044
testPersistOnCommitSuccess0.055
testFlushModeSuccess0.005
testEmbeddedNPESuccess0.065
testCollectionAddNewObjectUpdateSuccess0.067
testUnWrapClassSuccess0.004
testEMCloseAndOpenSuccess61.845
testEMFactoryCloseAndOpenSuccess7.798
testInheritanceNoDiscriminatorColumnSuccess0.057
testComplicateResultWithInheritanceSuccess0.070
testRefreshSuccess0.095
testBindParametersSuccess0.016
testBindParametersWithPostitionalSuccess0.011
testSimpleInheritanceSuccess0.025
testPessimisticLockingSuccess0.023
testComplicateResultsSuccess0.023
testSetupSuccess4.027
testProjectJoinTeamMembersSuccess0.166
testProjectJoinTeamLeaderJoinAddressWhereTeamLeaderNotNullSuccess0.068
testProjectJoinTeamMembersJoinAddressSuccess0.157
testProjectOuterJoinTeamMembersJoinAddressSuccess0.162
testProjectOuterJoinTeamMembersOuterJoinAddressSuccess0.150
testProjectJoinTeamMembersOuterJoinAddressSuccess0.170
testProblemReporterProjectJoinTeamMembersJoinAddressSuccess0.055
testEmployeeJoinProjectsSuccess0.141
testEmployeeJoinProjectsOnUOWSuccess0.072
testEmployeeJoinProjectsJoinTeamLeaderJoinAddressWhereManagerIsNullSuccess0.071
testProjectOuterJoinTeamLeaderAddressTeamMembersAddressPhonesWhereProjectNameSuccess0.118
testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhonesSuccess0.381
testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhonesOnUOWSuccess0.350
testEmployeeJoinManagerAddressOuterJoinManagerAddressSuccess0.088
testTwoUnrelatedResultWithOneToManyJoinsSuccess4.400
testMultipleUnrelatedResultWithOneToManyJoinsSuccess3.910
testTwoUnrelatedResultWithOneToOneJoinsSuccess3.982
testTwoUnrelatedResultWithOneToOneJoinsWithExtraItemSuccess3.864
testSimpleReturnDirectToFieldSuccess0.008
testSimpleReturnObjectSuccess0.026
testReturnObjectAndDirectToFieldSuccess0.024
testReturnUnrelatedObjectAndDirectToFieldSuccess0.039
testInheritanceMultiTableExceptionSuccess0.007
testReturnRootObjectSuccess0.012
testSetupSuccess3.814
testPhoneCountGroupByOwnerSuccess0.602
testPhoneCountGroupByOwnersAddressSuccess0.940
testProjectCountGroupByTeamMembersSuccess0.466
testProjectCountGroupByTeamMemberAddressSuccess0.463
testProjectCountGroupByTeamMemberPhoneSuccess0.362
testSetupSuccess3.830
testExtendedPersistenceContextSuccess0.027
testSetupSuccess3.780
testSimpleConstructorExpressionSuccess0.016
testSimpleConstructorExpressionWithNamedQuerySuccess0.007
testMultipleTypeConstructorExpressionSuccess0.012
testNonExistantConstructorConstructorExpressionSuccess0.002
testPrimitiveConstructorExpressionSuccess0.010
testConstructorEJBQLWithInheritanceSuccess0.010
testConstructorExpressionWithOtherAttributesSuccess0.010
testSetupSuccess3.417
testCreateProjectsSuccess0.026
testCreateEmployeeWithFlushSuccess0.065
testVersionUpdateWithCorrectValueSuccess0.006
testVersionUpdateWithIncorrectValueSuccess0.015
testVersionUpdateWithNullValueSuccess0.013
testSetupSuccess3.836
testExistenceCheckingSettingSuccess0.001
testJoinFetchAnnotationSuccess0.001
testVerifyEmployeeCacheSettingsSuccess0.002
testVerifyEmployeeCustomizerSettingsSuccess0.001
testUpdateEmployeeSuccess0.063
testVerifyUpdatedEmployeeSuccess0.013
testCreateNewBuyerSuccess0.032
testVerifyNewBuyerSuccess0.058
testBuyerOptimisticLockingSuccess0.037
testGiveFredASexChangeSuccess0.025
testUpdatePenelopesPhoneNumberStatusSuccess0.040
testRemoveJillWithPrivateOwnedPhoneNumbersSuccess0.097
testCreateNewEquipmentSuccess0.021
testAddNewEquipmentToDepartmentSuccess0.024
testRemoveDepartmentWithPrivateOwnedEquipmentSuccess0.058
testUpdateReadOnlyEquipmentCodeSuccess0.010
testNamedStoredProcedureQuerySuccess0.024
testNamedStoredProcedureQueryInOutSuccess0.011
testNamedStoredProcedureQueryWithRawDataSuccess0.008
testModifyNamedStoredProcedureQueryWithRawDataSuccess0.008
testNamedStoredProcedureQueryWithResultSetMappingSuccess0.008
testNamedStoredProcedureQueryWithResultSetFieldMappingSuccess0.007
testMethodBasedTransformationMappingSuccess0.037
testClassBasedTransformationMappingSuccess0.046
testPropertySuccess0.014
testBackpointerOnMergeSuccess0.019
testUnidirectionalPersistSuccess0.247
testUnidirectionalUpdateSuccess0.191
testUnidirectionalFetchJoinSuccess0.094
testUnidirectionalTargetLocking_AddRemoveTargetSuccess0.154
testUnidirectionalTargetLocking_DeleteSourceSuccess0.169
testSetupSuccess3.443
testGF1818Success0.018
testEL254937Success0.045
testGF1894Success0.028
testGF894Success0.023
testManAndWomanSuccess0.056
testStringArrayFieldSuccess0.016
testSetupSuccess4.060
testCreateDepartmentSuccess0.023
testCreateScientistsSuccess0.113
testReadDepartmentSuccess0.006
testReadJuniorScientistSuccess0.006
testAnyAndAllSuccess0.166
testDepartmentAdminSuccess0.063
testSetupSuccess2.394
testNamedNativeQuerySuccess0.005
testSetupSuccess2.973
testPersistThenRemoveCallsSuccess0.039
testRemoveUnmanagedNewEntitySuccess0.013
testPersistOnRegisteredObjectSuccess0.007
testPreUpdateEvent_UpdateAlteredSuccess0.021
testPreUpdateEvent_UpdateRevertedSuccess0.017
testSetupSuccess2.904
testWeavingSuccess0.003
testClearEntityManagerWithoutPersistenceContextSuccess0.001
testUpdateAllProjectsSuccess0.136
testUpdateUsingTempStorageSuccess0.185
testSequenceObjectDefinitionSuccess0.094
testFindDeleteAllPersistSuccess0.113
testExtendedPersistenceContextSuccess0.186
testRemoveFlushFindSuccess0.030
testRemoveFlushPersistContainsSuccess0.032
testTransactionRequiredSuccess0.002
testSubStringSuccess0.028
testFlushModeOnUpdateQuerySuccess0.073
testContainsRemovedSuccess0.017
testRefreshRemovedSuccess0.020
testRefreshNotManagedSuccess0.001
testDoubleMergeSuccess0.008
testDescriptorNamedQueryForMultipleQueriesSuccess0.017
testDescriptorNamedQuerySuccess0.009
testClearEntityManagerWithoutPersistenceContextSimulateJTASuccess0.001
testMultipleEntityManagerFactoriesSuccess2.141
testOneToManyDefaultJoinTableNameSuccess0.033
testClosedEmShouldThrowExceptionFailure; em.lock() threw wrong exception: null

junit.framework.AssertionFailedError: ; em.lock() threw wrong exception: null
at org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerJUnitTestSuite.testClosedEmShouldThrowException(EntityManagerJUnitTestSuite.java:4106)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
0.003
testRollbackOnlyOnExceptionSuccess0.001
testUpdateAllProjectsWithNullTeamLeaderSuccess0.084
testUpdateAllLargeProjectsWithNullTeamLeaderSuccess0.069
testUpdateAllSmallProjectsWithNullTeamLeaderSuccess0.053
testUpdateAllProjectsWithNameSuccess0.069
testUpdateAllLargeProjectsWithNameSuccess0.052
testUpdateAllSmallProjectsWithNameSuccess0.064
testUpdateAllLargeProjectsSuccess0.049
testUpdateAllSmallProjectsSuccess0.042
testUpdateUsingTempStorageWithParameterSuccess0.046
testDeleteAllLargeProjectsWithNullTeamLeaderSuccess0.084
testDeleteAllSmallProjectsWithNullTeamLeaderSuccess0.040
testDeleteAllProjectsWithNullTeamLeaderSuccess0.031
testDeleteAllPhonesWithNullOwnerSuccess0.011
testSetFieldForPropertyAccessWithNewEMSuccess0.059
testSetFieldForPropertyAccessWithRefreshSuccess0.051
testSetFieldForPropertyAccessSuccess0.040
testInitializeFieldForPropertyAccessSuccess0.031
testCascadePersistToNonEntitySubclassSuccess0.017
testCascadeMergeManagedSuccess0.029
testCascadeMergeDetachedSuccess0.021
testPrimaryKeyUpdatePKFKSuccess0.024
testPrimaryKeyUpdateSameValueSuccess0.007
testPrimaryKeyUpdateSuccess0.009
testRemoveNullSuccess0.002
testContainsNullSuccess0.002
testPersistNullSuccess0.001
testMergeNullSuccess0.002
testMergeRemovedObjectSuccess0.018
testMergeDetachedObjectErrorException [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.20090213-SNAPSHOT): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013214528) violated Error Code: 1 Call: INSERT INTO CMP3_FA_DEPT (ID, NAME) VALUES (?, ?) bind => [1, null] Query: WriteObjectQuery(org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Department@1491a0e)

javax.persistence.RollbackException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.20090213-SNAPSHOT): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013214528) violated

Error Code: 1
Call: INSERT INTO CMP3_FA_DEPT (ID, NAME) VALUES (?, ?)
bind => [1, null]
Query: WriteObjectQuery(org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Department@1491a0e)
at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:102)
at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.commitTransaction(JUnitTestCase.java:211)
at org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerJUnitTestSuite.testMergeDetachedObject(EntityManagerJUnitTestSuite.java:2795)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.0.20090213-SNAPSHOT): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013214528) violated

Error Code: 1
Call: INSERT INTO CMP3_FA_DEPT (ID, NAME) VALUES (?, ?)
bind => [1, null]
Query: WriteObjectQuery(org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Department@1491a0e)
at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:313)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:767)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:833)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:558)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:501)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:876)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:205)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:191)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:330)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:162)
at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:177)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:461)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.performUserDefinedWrite(DatabaseQueryMechanism.java:547)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.performUserDefinedInsert(DatabaseQueryMechanism.java:515)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:392)
at org.eclipse.persistence.queries.WriteObjectQuery.executeCommitWithChangeSet(WriteObjectQuery.java:121)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:286)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1129)
at org.eclipse.persistence.mappings.ObjectReferenceMapping.insert(ObjectReferenceMapping.java:879)
at org.eclipse.persistence.mappings.ObjectReferenceMapping.preInsert(ObjectReferenceMapping.java:493)
at org.eclipse.persistence.descriptors.DescriptorQueryManager.preInsert(DescriptorQueryManager.java:997)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:415)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)
at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:286)
at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:583)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:109)
at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:86)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2690)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1185)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1169)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1129)
at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:195)
at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:103)
at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:3179)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1271)
at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitToDatabase(RepeatableWriteUnitOfWork.java:468)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1366)
at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:160)
at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1032)
at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:84)
Caused by: java.sql.SQLException: ORA-00001: unique constraint (ECLIPSELINK.SYS_C0013214528) violated

at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:74)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:131)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:204)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1222)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3387)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3468)
at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:758)
0.063
testSerializedLazySuccess0.067
testCloneableSuccess0.026
testLeftJoinOneToOneQuerySuccess0.008
testNullifyAddressInSuccess0.026
testQueryOnClosedEMSuccess0.001
testIncorrectBatchQueryHintSuccess0.003
testFetchQueryHintSuccess0.110
testBatchQueryHintSuccess0.088
testQueryHintsSuccess0.005
testParallelMultipleFactoriesSuccess0.040
testMultipleFactoriesSuccess0.001
testPersistencePropertiesSuccess0.003
testBeginTransactionCloseCommitTransactionSuccess0.024
testBeginTransactionCloseSuccess0.002
testCloseSuccess0.000
testPersistOnNonEntitySuccess0.001
testWRITELockSuccess0.032
testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh_FlushSuccess0.058
testReadTransactionIsolation_OriginalInCache_UpdateAll_RefreshSuccess0.039
testReadTransactionIsolation_OriginalInCache_UpdateAll_FlushSuccess0.030
testReadTransactionIsolation_OriginalInCache_UpdateAllSuccess0.030
testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh_FlushSuccess0.064
testReadTransactionIsolation_OriginalInCache_CustomUpdate_RefreshSuccess0.030
testReadTransactionIsolation_OriginalInCache_CustomUpdate_FlushSuccess0.025
testReadTransactionIsolation_OriginalInCache_CustomUpdateSuccess0.024
testReadTransactionIsolation_UpdateAll_Refresh_FlushSuccess0.029
testReadTransactionIsolation_UpdateAll_RefreshSuccess0.029
testReadTransactionIsolation_UpdateAll_FlushSuccess0.029
testReadTransactionIsolation_UpdateAllSuccess0.028
testReadTransactionIsolation_CustomUpdate_Refresh_FlushSuccess0.030
testReadTransactionIsolation_CustomUpdate_RefreshSuccess0.030
testReadTransactionIsolation_CustomUpdate_FlushSuccess0.025
testReadTransactionIsolation_CustomUpdateSuccess0.029
testClearInTransactionSuccess0.024
testClearWithFlushSuccess0.026
testClearSuccess0.006
testCheckVersionOnMergeSuccess0.010
testFindWithNullPkSuccess0.002
testFindWithWrongTypePkSuccess0.001
testPersistManagedNoExceptionSuccess0.017
testPersistManagedExceptionSuccess0.007
testPersistRemovedSuccess0.434
testREADLockSuccess0.027
testIgnoreRemovedObjectsOnDatabaseSyncSuccess0.083
testIdentityOutsideTransactionSuccess0.010
testIdentityInsideTransactionSuccess0.003
testDatabaseSyncNewObjectSuccess0.002
testSetRollbackOnlySuccess0.039
testFlushModeEmCommitQueryAutoSuccess0.024
testFlushModeEmCommitSuccess0.011
testFlushModeEmCommitQueryCommitSuccess0.009
testFlushModeEmAutoQueryAutoSuccess0.013
testFlushModeEmAutoSuccess0.013
testFlushModeEmAutoQueryCommitSuccess0.010
testCacheUsageSuccess0.029
testSuperclassFieldInSubclassSuccess0.026
testCopyingAddressSuccess0.003
testSequencePreallocationUsingCallbackTestSuccess1.593
testInheritanceNoDiscriminatorColumnSuccess0.021
testComplicateResultWithInheritanceSuccess0.237
testRefreshSuccess0.065
testBindParametersSuccess0.015
testBindParametersWithPostitionalSuccess0.009
testSimpleInheritanceSuccess0.027
testPessimisticLockingSuccess0.016
testComplicateResultsSuccess0.018
testSetupSuccess3.269
testProjectJoinTeamMembersSuccess0.161
testProjectJoinTeamLeaderJoinAddressWhereTeamLeaderNotNullSuccess0.076
testProjectJoinTeamMembersJoinAddressSuccess0.162
testProjectOuterJoinTeamMembersJoinAddressSuccess0.173
testProjectOuterJoinTeamMembersOuterJoinAddressSuccess0.157
testProjectJoinTeamMembersOuterJoinAddressSuccess0.170
testProblemReporterProjectJoinTeamMembersJoinAddressSuccess0.067
testEmployeeJoinProjectsSuccess0.161
testEmployeeJoinProjectsJoinTeamLeaderJoinAddressWhereManagerIsNullSuccess0.068
testProjectOuterJoinTeamLeaderAddressTeamMembersAddressPhonesWhereProjectNameSuccess0.134
testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhonesSuccess0.335
testEmployeeJoinManagerAddressOuterJoinManagerAddressSuccess0.117
testTwoUnrelatedResultWithOneToManyJoinsSuccess3.394
testMultipleUnrelatedResultWithOneToManyJoinsSuccess3.463
testTwoUnrelatedResultWithOneToOneJoinsSuccess3.518
testTwoUnrelatedResultWithOneToOneJoinsWithExtraItemSuccess3.365
testSimpleReturnDirectToFieldSuccess0.008
testSimpleReturnObjectSuccess0.034
testReturnObjectAndDirectToFieldSuccess0.030
testReturnUnrelatedObjectAndDirectToFieldSuccess0.041
testInheritanceMultiTableExceptionSuccess0.005
testReturnRootObjectSuccess0.019
testSetupSuccess3.212
testExtendedPersistenceContextSuccess0.052
testSetupSuccess3.132
testSimpleConstructorExpressionSuccess0.013
testSimpleConstructorExpressionWithNamedQuerySuccess0.007
testMultipleTypeConstructorExpressionSuccess0.011
testNonExistantConstructorConstructorExpressionSuccess0.002
testPrimitiveConstructorExpressionSuccess0.009
testConstructorEJBQLWithInheritanceSuccess0.010
testConstructorExpressionWithOtherAttributesSuccess0.008
testSetupSuccess2.989
testCreateProjectsSuccess0.020
testCreateEmployeeWithFlushSuccess0.048
testVersionUpdateWithCorrectValueSuccess0.005
testVersionUpdateWithIncorrectValueSuccess0.012
testVersionUpdateWithNullValueSuccess0.012
testSetupSuccess3.253
testJoinFetchAnnotationSuccess0.001
testVerifyEmployeeCustomizerSettingsSuccess0.001
testUpdateEmployeeSuccess0.072
testVerifyUpdatedEmployeeSuccess0.011
testCreateNewBuyerSuccess0.018
testVerifyNewBuyerSuccess0.027
testBuyerOptimisticLockingSuccess0.034
testGiveFredASexChangeSuccess0.030
testUpdatePenelopesPhoneNumberStatusSuccess0.043
testRemoveJillWithPrivateOwnedPhoneNumbersSuccess0.091
testCreateNewEquipmentSuccess0.028
testAddNewEquipmentToDepartmentSuccess0.019
testRemoveDepartmentWithPrivateOwnedEquipmentSuccess0.043
testUpdateReadOnlyEquipmentCodeSuccess0.010
testNamedStoredProcedureQuerySuccess0.112
testNamedStoredProcedureQueryInOutSuccess0.013
testNamedStoredProcedureQueryWithRawDataSuccess0.008
testSetupSuccess2.879
testGF1818Success0.016
testGF1894Success0.030
testGF894Success0.028
testManAndWomanSuccess0.039
testStringArrayFieldSuccess0.009
testBUG241388Success0.049
testZeroIdSuccess0.023
testSetupSuccess0.825
selfReferencingManyToManyTestSuccess0.052
testManyToManyClearDeleteSuccess0.050
testLeftTrimWithTrimCharSuccess1.073
testLeftTrimWithoutTrimCharSuccess1.407
testRightTrimWithTrimCharSuccess1.087
testRightTrimWithoutTrimCharSuccess1.065
testTrimWithTrimCharSuccess1.092
testTrimWithoutTrimCharSuccess1.091
testLocateWithSingleArgumentSuccess1.080
testLocateWithDoubleArgumentSuccess1.086
testSetupSuccess0.713
testInsertVirtualAttributeSuccess0.040
testReadVirtualAttributeSuccess0.002
testUpdateVirtualAttributeSuccess0.011
testDeleteVirtualAttributeSuccess0.027
testSetupSuccess1.040
testMarshalSuccess0.360
testSetupSuccess2.414
testPrePersistBusOverrideAndAbstractInheritAndDefaultSuccess0.054
testPostPersistBusInheritAndDefaultSuccess0.021
testPostLoadBusInheritAndDefaultSuccess0.001
testPrePersistSportsCarInheritAndExcludeDefaultSuccess0.019
testPostPersistSportsCarInheritAndExcludeDefaultSuccess0.009
testPrePersistSportsCarOverrideSuccess0.007
testSetupSuccess4.424
test_nullSuccess0.975
test_nullNonDeferredSuccess0.642
test_ownerTOPSuccess1.111
test_fuelTypePetrolSuccess0.362
test_schoolBusNullDriverSuccess0.089
test_ownerOwnsNonFueledVehicleSuccess0.687
testSetupSuccess4.148
testPersistPolymorphicRelationshipSuccess0.049
testAssociationWithEmbeddedIdSubclassEntityInJoinedStrategySuccess0.064
testUpateTireInfoSuccess0.023
testSetupSuccess4.255
testCreateNewMudTireSuccess0.042
testCreateNewRockTireSuccess0.014
testReadNewMudTireSuccess0.007
testReadNewRockTireSuccess0.006
testSetupSuccess4.254
testVehicleJoinCompanySuccess0.258
testVehicleJoinCompanyWherePassengerCapacitySuccess0.166
testCompanyJoinVehiclesSuccess0.131
testCompanyJoinVehiclesWhereNameTOPSuccess0.088
testSetupSuccess4.076
testCreateAssassinWithGunSuccess0.042
testValidateAssassinWithGunSuccess0.039
testValidateGunToAssassinSuccess0.012
testAddDirectEliminationSuccess0.030
testValidateDirectEliminationSuccess0.026
testAddIndirectEliminationSuccess0.033
testValidateIndirectEliminationSuccess0.035
testValidateAssassinWithBombAndEliminationsSuccess0.024
testNamedQueryFindAllWeaponsSuccess0.044
testNamedQueryFindAllWeaponsWhereDescriptionContainsSniperSuccess0.030
testCreateNewSocialClubsWithMembersSuccess0.072
testValidateSocialClub1MembersSuccess0.051
testValidateSocialClub2MembersSuccess0.044
testValidateSocialClub3MembersSuccess0.011
testAssassinOptimisticLockingSuccess0.038
testSpecialAssassinOptimisticLockingSuccess0.018
testAssassinOptimisticLockingUsingEntityManagerAPISuccess0.032
testGunOptimisticLockingSuccess0.022
testUpdateAllQuerySuccess0.044
testSetupSuccess1.577
testInitializeSuccess0.213
test1Success0.140
testInitializeSuccess0.074
test2Success0.075
testInitializeSuccess0.050
test3Success0.072
testInitializeSuccess0.087
test1Success0.109
testInitializeSuccess0.052
test2Success0.055
testInitializeSuccess0.050
test3Success0.071
testSetupSuccess2.870
testCreateBlueSuccess0.049
testReadBlueSuccess0.013
testCreateBeerConsumerSuccess0.026
testCreateNoviceBeerConsumerSuccess0.084
testCreateExpertBeerConsumerSuccess0.082
testReadNoviceBeerConsumerSuccess0.045
testReadExpertBeerConsumerSuccess0.054
testUpdateBeerConsumerSuccess0.054
testInheritedCloneSuccess0.112
testCascadeRemoveSuccess0.025
testSetupSuccess2.706
testPreAndPostPersistAlpineSuccess0.026
testPrePersistAlpineOnMergeSuccess0.015
testPrePersistAlpineAndSerialNumberOnBeerConsumerMergeSuccess0.032
testPreAndPostPersistBeerConsumerSuccess0.006
testPostLoadOnFindSuccess0.001
testPostLoadOnRefreshSuccess0.012
testPreAndPostUpdateSuccess0.007
testPreAndPostRemoveSuccess0.044
testSetupSuccess2.725
testExistenceCheckingSettingSuccess0.001
testCreateBeerConsumerSuccess0.021
testCreateAlpineSuccess0.072
testCreateCanadianSuccess0.035
testCreateCertificationsSuccess0.033
testCreateTelephoneNumbersSuccess0.044
testReadBeerConsumerSuccess0.010
testReadAlpineSuccess0.007
testReadCanadianSuccess0.007
testInsertNewAlpineSuccess0.070
testInsertNewAlpineAndModifyOrderOfExistingAlpinesSuccess0.077
testUpdateAlpineSuccess0.021
testUpdateAlpineThroughBeerConsumerSuccess0.033
testUpdateBeerConsumerSuccess0.018
testUpdateCanadianSuccess0.026
testUpdateCanadianThroughBeerConsumerSuccess0.034
testUpdateCertificationsSuccess0.033
testUpdateTelephoneNumberThroughBeerConsumerSuccess0.023
testShuffleTelephoneNumbersOnBeerConsumersSuccess0.029
testDeleteAlpineSuccess0.016
testDeleteCanadianSuccess0.011
testDeleteBeerConsumerSuccess0.063
testOptimisticLockingTestSuccess0.066
testgetReferenceSuccess1.175
testcreateNativeQuerySuccess1.968
testcreateNativeQueryWithSelectSQLSuccess1.878
testNativeNamedQuerySuccess1.872
testSetParameterUsingNullSuccess1.916
testExcludingUnneccesaryJoinSuccess1.890
testRemoveUnneccesaryDistinctFromJoinSuccess1.928
testLeftTrimWithTrimCharSuccess1.886
testLeftTrimWithoutTrimCharSuccess1.901
testRightTrimWithTrimCharSuccess1.892
testRightTrimWithoutTrimCharSuccess1.864
testTrimWithTrimCharSuccess1.910
testTrimWithoutTrimCharSuccess1.883
testLocateWithSingleArgumentSuccess1.906
testLocateWithDoubleArgumentSuccess2.069
testSetupSuccess0.523
testInsertVirtualAttributeSuccess0.023
testReadVirtualAttributeSuccess0.002
testUpdateVirtualAttributeSuccess0.008
testDeleteVirtualAttributeSuccess0.023
testCacheIsolation_PropertiesDefault_ConfigSuccess0.397
testCacheIsolation_XMLDefault_ConfigSuccess0.398
testJTADatasource_Config_OverrideSuccess0.010
testNonJTADatasource_Config_OverrideSuccess0.011
testPKClassTypeValidationSuccess0.001
testParameterNameValidationSuccess0.002
testParameterPositionValidationSuccess0.001
testParameterPositionValidation2Success0.001
selfReferencingManyToManyCreateTestSuccess1.931
testManyToManyClearDeleteSuccess1.976
testSetupSuccess1.950
testCreateItemSuccess0.036
testModifyItemSuccess0.029
testVerifyItemSuccess0.002
testInstantiationCopyPolicySuccess0.000
testCopyPolicySuccess0.001
testCloneCopyPolicySuccess0.001
testCollectionImplementationSuccess0.010
testSetupSuccess4.080
testSelectPhoneNumberAreaCodeSuccess0.020
testSelectPhoneNumberAreaCodeWithEmployeeSuccess0.046
testSelectPhoneNumberNumberWithEmployeeWithExplicitJoinSuccess0.040
testSelectPhoneNumberNumberWithEmployeeWithFirstNameFirstSuccess0.024
testSelectEmployeeWithSameParameterUsedMultipleTimesSuccess0.033
testOuterJoinOnOneToOneSuccess0.053
testOuterJoinPolymorphicSuccess0.045
testFirstResultOnNamedQuerySuccess0.020
testInvertedSelectionCriteriaNullPKSuccess0.019
testInvertedSelectionCriteriaInvalidQueryKeySuccess0.039
testMaxAndFirstResultsOnDataQuerySuccess0.011
testMaxAndFirstResultsOnDataQueryWithGroupBySuccess0.018
testMaxAndFirstResultsOnObjectQueryOnInheritanceRootSuccess0.009
testDistinctSelectForEmployeeWithNullAddressSuccess0.026
testSetupSuccess4.001
simpleJoinFetchTestSuccess0.588
simpleJoinFetchTest2Success0.500
baseTestCaseSuccess0.373
simpleABSTestSuccess0.063
simpleBetweenAndTestSuccess0.199
simpleBetweenTestSuccess0.197
simpleConcatTestSuccess0.057
simpleConcatTestWithParametersSuccess0.047
simpleConcatTestWithConstants1Success0.056
simpleDistinctTestSuccess0.047
simpleDistinctNullTestSuccess0.032
simpleDistinctMultipleResultTestSuccess0.050
simpleDoubleOrTestSuccess0.128
simpleEqualsBracketsTestSuccess0.055
simpleEqualsTestSuccess0.047
simpleEqualsTestWithJoinSuccess0.062
simpleEqualsWithAsSuccess0.047
collectionMemberIdentifierEqualsTestSuccess0.048
abstractSchemaIdentifierEqualsTestSuccess0.051
abstractSchemaIdentifierNotEqualsTestSuccess0.386
simpleInOneDotTestSuccess0.049
simpleInTestSuccess0.049
simpleLengthTestSuccess0.059
simpleLikeTestSuccess0.053
simpleLikeTestWithParameterSuccess0.049
simpleLikeEscapeTestWithParameterSuccess0.015
simpleNotBetweenTestSuccess0.414
simpleNotEqualsVariablesIntegerSuccess0.717
simpleNotInTestSuccess0.372
simpleNotLikeTestSuccess0.371
simpleOrFollowedByAndTestSuccess0.050
simpleOrFollowedByAndTestWithStaticNamesSuccess0.070
simpleOrTestSuccess0.063
simpleParameterTestSuccess0.047
simpleParameterTestChangingParametersSuccess0.085
simpleReverseAbsTestSuccess0.053
simpleReverseConcatTestSuccess0.052
simpleReverseEqualsTestSuccess0.047
simpleReverseLengthTestSuccess0.048
simpleReverseParameterTestSuccess0.046
simpleReverseSqrtTestSuccess0.038
simpleReverseSubstringTestSuccess0.051
simpleSqrtTestSuccess0.029
simpleSubstringTestSuccess0.046
simpleNullTestSuccess0.076
simpleNotNullTestSuccess0.374
distinctTestSuccess0.065
conformResultsInUnitOfWorkTestSuccess0.342
simpleModTestSuccess0.374
simpleIsEmptyTestSuccess0.039
simpleIsNotEmptyTestSuccess0.422
simpleApostrohpeTestSuccess0.025
simpleEscapeUnderscoreTestSuccess0.006
simpleEnumTestSuccess0.012
smallProjectMemberOfProjectsTestSuccess0.150
smallProjectNOTMemberOfProjectsTestSuccess0.216
selectCountOneToOneTestSuccess0.026
selectOneToOneTestSuccess0.021
selectPhonenumberDeclaredInINClauseTestSuccess0.144
selectPhoneUsingALLTestSuccess0.095
selectSimpleMemberOfWithParameterTestSuccess0.045
selectSimpleNotMemberOfWithParameterTestSuccess0.330
selectSimpleBetweenWithParameterTestSuccess0.154
selectSimpleInWithParameterTestSuccess0.035
selectAverageQueryForByteColumnTestSuccess0.008
selectUsingLockModeQueryHintTestSuccess0.010
multipleExecutionOfNamedQueryTestSuccess0.023
selectNamedNativeQueryWithPositionalParameterTestSuccess0.018
selectNativeQueryWithPositionalParameterTestSuccess0.009
testOneEqualsOneSuccess0.041
testSetupSuccess5.425
complexABSTestSuccess0.148
complexABSWithParameterTestSuccess0.018
compexInTestSuccess0.136
complexLengthTestSuccess0.049
complexLikeTestSuccess0.049
complexNotInTestSuccess0.285
complexNotLikeTestSuccess0.321
complexParameterTestSuccess0.050
complexReverseAbsTestSuccess0.074
complexReverseLengthTestSuccess0.045
complexReverseParameterTestSuccess0.048
complexReverseSqrtTestSuccess0.058
complexSqrtTestSuccess0.048
complexStringInTestSuccess0.112
complexStringNotInTestSuccess0.285
complexSubstringTestSuccess0.035
complexLocateTestSuccess0.046
complexNestedOneToManyUsingInClauseSuccess0.078
complexUnusedVariableTestSuccess0.349
complexJoinTestSuccess0.047
complexMultipleJoinOfSameRelationshipSuccess0.015
complexMultipleLeftOuterJoinOfSameRelationshipSuccess0.015
complexFetchJoinTestSuccess0.340
complexOneToOneFetchJoinTestSuccess0.035
complexSelectRelationshipTestSuccess0.020
complexConstructorTestSuccess0.014
complexConstructorVariableTestSuccess0.018
complexConstructorRelationshipTestSuccess0.022
complexConstructorAggregatesTestSuccess0.025
complexConstructorCountOnJoinedVariableTestSuccess0.076
complexResultPropertiesTestSuccess0.049
complexInSubqueryTestSuccess0.056
complexExistsTestSuccess0.082
complexNotExistsTestSuccess0.068
complexMemberOfTestSuccess0.142
complexNotMemberOfTestSuccess0.235
complexNavigatingEmbeddedSuccess0.008
complexNavigatingTwoLevelOfEmbeddedsSuccess0.006
complexNamedQueryResultPropertiesTestSuccess0.049
complexOuterJoinQuerySuccess0.048
testSetupSuccess8.067
testStraightReadSuperClassSuccess0.068
testStraightReadSubClassSuccess0.017
testJoinSuperClassSuccess0.130
testJoinSubClassSuccess0.058
testJoinFetchSuperClassSuccess0.077
testJoinFetchSubClassSuccess0.033
testJoinedInheritanceSuccess0.019
testJoinedInheritanceWithLeftOuterJoin1Success0.017
testJoinedInheritanceWithLeftOuterJoin2Success0.014
testJoinedInheritanceWithLeftOuterJoin3Success0.013
testSetupSuccess3.684
generalExceptionTestSuccess0.032
recognitionExceptionTestSuccess0.004
missingSelectExceptionTestSuccess0.001
malformedJPQLExceptionTest1Success0.006
malformedJPQLExceptionTest2Success0.003
malformedJPQLExceptionTest3Success0.001
malformedJPQLExceptionTest4Success0.001
malformedJPQLExceptionTest5Success0.004
malformedJPQLExceptionTest6Success0.006
malformedJPQLExceptionTest7Success0.001
malformedJPQLExceptionTest8Success0.001
noAliasWithWHEREAndParameterExceptionTestSuccess0.001
multipleDeclarationOfIdentificationVariableSuccess0.002
aliasResolutionExceptionSuccess0.004
illegalArgumentExceptionTestSuccess0.001
createNamedQueryThrowsIllegalArgumentExceptionTestSuccess0.000
flushTxExceptionTestSuccess0.001
testExecuteUpdateTxExceptionSuccess0.002
noResultExceptionTestSuccess0.015
testGetSingleResultOnUpdateSuccess0.006
testGetSingleResultOnDeleteSuccess0.001
testExecuteUpdateOnSelectSuccess0.001
flushOptimisticLockExceptionTestSuccess0.041
commitOptimisticLockExceptionTestSuccess0.024
JTAOptimisticLockExceptionTestSuccess0.026
testParameterNameValidationSuccess0.001
testModArgumentValidationSuccess0.003
testInExpressionValidationSuccess0.003
testOrderableTypeInOrderByItemSuccess0.002
testInvalidNavigationSuccess0.003
testInvalidCollectionNavigationSuccess0.003
testUnknownAttributeSuccess0.003
testUnknownEnumConstantSuccess0.002
testCommitRollbackExceptionSuccess0.009
testParameterPositionValidationSuccess0.001
testParameterPositionValidation2Success0.001
testParameterTypeValidationSuccess0.001
testEjbqlCaseSensitivitySuccess0.021
testEjbqlUnsupportJoinArgumentSuccess0.003
testInvalidSetClauseSuccess0.003
testUnsupportedCountDistinctOnOuterJoinedCompositePKSuccess0.002
testInvalidHintSuccess0.002
testSetupSuccess6.841
complexAVGTestSuccess0.018
complexCountDistinctWithGroupByAndHavingTestSuccess0.023
complexCountDistinctWithGroupByTestSuccess0.013
complexCountDistinctWithGroupByTest2Success0.012
complexHavingWithAggregateSuccess0.051
complexCountTestSuccess0.009
complexCountWithGroupByTestSuccess0.008
complexDistinctCountTestSuccess0.013
complexMaxTestSuccess0.012
complexMinTestSuccess0.008
complexSumTestSuccess0.008
complexCountDistinctOnBaseQueryClassSuccess0.024
complexCountOnJoinedVariableSimplePKSuccess0.018
complexCountOnJoinedVariableCompositePKSuccess0.038
complexCountOnJoinedVariableOverManyToManySelfRefRelationshipSuccess0.012
complexCountOnJoinedCompositePKSuccess0.045
testSetupSuccess0.463
testSqlDateSuccess0.011
testSqlDateToTSSuccess0.003
testTimeSuccess0.008
testTimeToTSSuccess0.006
testTimestampSuccess0.011
testTimestampToDateSuccess0.002
testTimestampToTimeSuccess0.002
testUtilDateSuccess0.007
testCalenderWithUtilDateSuccess0.010
testSqlDateWithCalSuccess0.007
testTimeWithCalSuccess0.003
testTimestampWithCalSuccess0.003
testCalendarSuccess0.003
testTimestampGreaterThanSuccess0.008
testTimestampLessThanSuccess0.009
testTimestampInSuccess0.007
testTimestampBetweenSuccess0.008
testSetupSuccess3.754
multipleParameterTestSuccess0.114
updateEnumParameterSuccess0.043
testSetupSuccess5.668
findAllOrdersSuccess0.016
findEmployeesInOntarioSuccess0.216
findAllProvinceWithEmployeesSuccess0.015
findAllEmployeesWithPhoneNumbersSuccess0.238
findAllEmployeesWithOutPhoneNumbersSuccess0.027
findAllEmployeesWithCellPhonesSuccess0.084
findOrdersWithDifferentBilledCustomerSuccess0.022
findEmployeeWithWorkPhone2258812Success0.151
parameterTestSuccess0.139
getOrderLargerThanSuccess0.014
getSalesPersonForOrdersSuccess0.016
getOrderForCustomerSuccess0.035
testOuterJoinSuccess0.087
testExistsExpressionSuccess0.033
testAllExpressionsSuccess0.055
testCountInSubQuerySuccess0.015
testGroupByHavingExpressionSuccess0.037
testGroupByHavingCountSuccess0.020
testConstructorQuerySuccess0.009
testSumExpressionSuccess0.013
testAvgExpressionSuccess0.005
testOrderByExpressionSuccess0.062
testCountInSubQuerySuccess0.004
testOrderByExpressionWithSelectSuccess0.044
testDeleteExpressionSuccess0.053
testComplexDeleteExpressionSuccess0.044
updateAllTestSuccess0.053
namedQueryCloneTestSuccess0.015
aggregateParameterTestSuccess0.086
testEJBQLQueryStringSuccess0.032
updateEmbeddedFieldTestSuccess0.009
testSetupSuccess4.141
simpleUpdateSuccess4.182
updateWithSubquerySuccess4.206
updateEmbeddedSuccess4.275
updateEmbeddedFieldTestSuccess4.236
updateUnqualifiedAttributeInSetSuccess4.302
updateUnqualifiedAttributeInWhereSuccess4.270
updateDateTimeFieldsSuccess4.296
simpleDeleteSuccess4.030
testSetupSuccess4.120
simpleUpdateSuccess4.148
updateWithSubquerySuccess4.149
updateEmbeddedSuccess4.246
updateEmbeddedFieldTestSuccess5.261
updateUnqualifiedAttributeInSetSuccess4.337
updateUnqualifiedAttributeInWhereSuccess4.250
updateDateTimeFieldsSuccess4.277
simpleDeleteSuccess4.102
testSetupSuccess3.608
testQueryCacheFirstCacheHitsSuccess0.054
testQueryCacheOnlyCacheHitsSuccess0.015
testQueryCacheOnlyCacheHitsOnSessionSuccess0.018
testQueryPrimaryKeyCacheHitsSuccess0.015
testQueryExactPrimaryKeyCacheHitsSuccess0.013
testQueryTypeCacheHitsSuccess0.013
testQueryCacheSuccess0.029
testObjectResultTypeSuccess0.055
testNativeResultTypeSuccess0.034
testCursorsSuccess2.026
testFetchGroupsSuccess0.123
testMultipleNamedJoinFetchsSuccess0.056
testSetupSuccess1.621
testCreateEmployeeSuccess0.021
testReadEmployeeSuccess0.003
testNamedNativeQueryOnAddressSuccess0.015
testNamedQueryOnEmployeeSuccess0.012
testUpdateEmployeeSuccess0.015
testRefreshNotManagedEmployeeSuccess0.002
testRefreshRemovedEmployeeSuccess0.075
testDeleteEmployeeSuccess0.044
testUnidirectionalPersistSuccess0.168
testUnidirectionalUpdateSuccess0.136
testUnidirectionalFetchJoinSuccess0.071
testUnidirectionalTargetLocking_AddRemoveTargetSuccess0.116
testUnidirectionalTargetLocking_DeleteSourceSuccess0.120
testSetupSuccess0.631
testCreateCustomerSuccess0.019
testCreateItemSuccess0.027
testCreateOrderSuccess0.018
testReadCustomerSuccess0.001
testReadItemSuccess0.001
testReadOrderSuccess0.001
testNamedQueryOnCustomerSuccess0.006
testNamedQueryOnItemSuccess0.010
testNamedQueryOnOrderSuccess0.008
testUpdateCustomerSuccess0.008
testUpdateItemSuccess0.014
testUpdateOrderSuccess0.014
testDeleteOrderSuccess0.009
testDeleteCustomerSuccess0.014
testDeleteItemSuccess0.014
testSetupSuccess0.873
testUnidirectionalOneToOneCreateSuccess0.056
testUnidirectionalOneToOneReadSuccess0.003
testUnidirectionalOneToOneDeleteNonowningSuccess0.037
testUnidirectionalOneToOneDeleteOwningSuccess0.013
testUnidirectionalOneToManyCreateSuccess0.056
testUnidirectionalOneToManyReadSuccess0.004
testUnidirectionalOneToManyDeleteNonowningSuccess0.018
testUnidirectionalOneToManyDeleteOwningSuccess0.013
testUnidirectionalManyToOneCreateSuccess0.029
testUnidirectionalManyToOneReadSuccess0.002
testUnidirectionalManyToOneDeleteNonowningSuccess0.026
testUnidirectionalManyToOneDeleteOwningSuccess0.023
testUnidirectionalManyToManyCreateSuccess0.024
testUnidirectionalManyToManyReadSuccess0.009
testUnidirectionalManyToManyDeleteNonowningSuccess0.018
testUnidirectionalManyToManyDeleteOwningSuccess0.012
testSetupSuccess0.939
testCreateFueledVehicleSuccess0.038
testCreateBusFueledVehicleSuccess0.018
testCreateNonFueledVehicleSuccess0.048
testReadFueledVehicleSuccess0.003
testReadNonFueledVehicleSuccess0.001
testNamedNativeQueryOnSportsCarSuccess0.009
testUpdateBusFueledVehicleSuccess0.018
testUpdateFueledVehicleSuccess0.011
testUpdateNonFueledVehicleSuccess0.018
testDeleteBusFueledVehicleSuccess0.023
testDeleteFueledVehicleSuccess0.015
testDeleteNonFueledVehicleSuccess0.014
testSetupSuccess1.375
testOneToManyRelationshipsSuccess0.041
testVerifyOneToManyRelationshipsSuccess0.013
testCreateBeerConsumerSuccess0.047
testReadBeerConsumerSuccess0.002
testCreateNoviceBeerConsumerSuccess0.053
testReadNoviceBeerConsumerSuccess0.007
testCreateExpertBeerConsumerSuccess0.064
testReadExpertBeerConsumerSuccess0.012
testNamedNativeQueryBeerConsumersSuccess0.012
testNamedNativeQueryCertificationsSuccess0.009
testUpdateBeerConsumerSuccess0.008
testDeleteBeerConsumerSuccess0.072
testInheritanceDiscriminatorFieldValueSuccess0.002
testMappingsTypesSuccess0.003
testSetupSuccess0.630
testCustomerOrdersMappingSuccess0.001
testOrderCustomerMappingSuccess0.001
testItemNameMappingSuccess0.001
testCreateCustomerSuccess0.012
testCreateItemSuccess0.041
testCreateOrderSuccess0.020
testReadCustomerSuccess0.001
testReadItemSuccess0.001
testReadOrderSuccess0.001
testNamedQueryOnCustomerSuccess0.006
testNamedQueryOnItemSuccess0.010
testNamedQueryOnOrderSuccess0.008
testUpdateCustomerSuccess0.011
testUpdateItemSuccess0.033
testUpdateOrderSuccess0.020
testDeleteOrderSuccess0.012
testDeleteCustomerSuccess0.010
testDeleteItemSuccess0.016
testSetupSuccess0.722
testCreateCustomerSuccess0.023
testCreateItemSuccess0.038
testCreateOrderSuccess0.020
testReadCustomerSuccess0.001
testReadItemSuccess0.001
testReadOrderSuccess0.001
testUpdateCustomerSuccess0.013
testUpdateItemSuccess0.033
testUpdateOrderSuccess0.021
testDeleteOrderSuccess0.013
testDeleteCustomerSuccess0.020
testDeleteItemSuccess0.015
testSetupSuccess0.849
testCreateEmployeeSuccess0.107
testReadEmployeeSuccess0.002
testUpdateEmployeeSuccess0.014
testDeleteEmployeeSuccess0.047
testSetupSuccess2.020
testOneToManyRelationshipsSuccess0.051
testVerifyOneToManyRelationshipsSuccess0.010
testCreateBeerConsumerSuccess0.079
testReadBeerConsumerSuccess0.002
testNamedNativeQueryBeerConsumersSuccess0.010
testNamedNativeQueryCertificationsSuccess0.012
testMappedSuperclassTransientFieldSuccess0.031
testTransientFieldSuccess0.011
testUpdateBeerConsumerSuccess0.009
testDeleteBeerConsumerSuccess0.062
testBeerLifeCycleMethodAnnotationIgnoredSuccess0.011
testMappedSuperclassEntityListenerSuccess0.010
testMappedSuperclassEmbeddedXMLElementSuccess0.000
testSetupSuccess2.684
testCreateDepartmentSuccess0.022
testCreateScientistsSuccess0.084
testReadDepartmentSuccess0.007
testReadJuniorScientistSuccess0.005
testAnyAndAllSuccess0.133
testDepartmentAdminSuccess0.056
testSetupSuccess1.993
testEL254937Success0.037
testGF1894Success0.026
testManAndWomanSuccess0.053
testSetupSuccess0.001
testDDLPkConstraintErrorIncludingRelationTableColumnNameSuccess0.028
testDDLUniqueKeysAsJoinColumnsSuccess0.040
testDDLUniqueConstraintsByAnnotationsSuccess0.083
testDDLUniqueConstraintsByXMLSuccess0.075
testDDLSubclassEmbeddedIdPkColumnsInJoinedStrategySuccess0.014
testBug241308Success0.014
testDDLUnidirectionalOneToManySuccess0.049
testCascadeMergeOnManagedEntityWithOrderedListSuccess0.062
testSetupSuccess0.774
testSessionXMLPropertySuccess0.130
testSessionEventListenerPropertySuccess0.013
testExceptionHandlerPropertySuccess0.004
testNativeSQLPropertySuccess0.002
testCacheStatementsAndItsSizePropertySuccess0.002
testBatchwritingPropertySuccess0.001
testCopyDescriptorNamedQueryToSessionPropertySuccess0.001
testLoggingTyperPropertySuccess0.001
testProfilerTyperPropertySuccess0.686
testSetupSuccess0.635
testCreateWrapperTypesSuccess0.044
testNullifyBigDecimalSuccess0.019
testNullifyBigIntegerSuccess0.007
testNullifyBooleanSuccess0.007
testNullifyByteSuccess0.007
testNullifyCharacterSuccess0.009
testNullifyShortSuccess0.007
testNullifyIntegerSuccess0.007
testNullifyLongSuccess0.007
testNullifyFloatSuccess0.008
testNullifyDoubleSuccess0.007
testNullifyStringSuccess0.007
testCreateByteArrayTypeSuccess0.025
testCreatePrimitiveByteArrayTypeSuccess0.025
testCreateCharacterArrayTypeSuccess0.030
testCreateCharArrayTypeSuccess0.025
testPrimitiveByteArrayPKSuccess0.020
testSetupSuccess0.429
testCreateDateTimeSuccess0.006
testNullifySqlDateSuccess0.010
testNullifyTimeSuccess0.007
testNullifyTimestampSuccess0.007
testNullifyUtilDateSuccess0.007
testNullifyCalendarSuccess0.007
testSetupSuccess0.513
testCreateSuccess0.052
testReadSuccess0.028
testUpdateSuccess0.011
testDeleteSuccess0.013

Back to top

TestCase OracleJPATestSuite

NameStatusTypeTime(s)
testPlatformSuccess10.394
testXMLPlatformSuccess1.038
testSimpleSpatialWriteSuccess1.000
testSimpleXMLSpatialWriteSuccess1.038
testInternalPool_EMFProxyPropertiesSuccess4.064
testInternalPool_EMFProxyProperties_ExclusiveIsolatedSuccess3.623
testExternalPool_EMFProxyPropertiesSuccess4.223
testExternalPool_EMFProxyProperties_ExclusiveIsolatedSuccess3.875
testInternalPool_EMProxyPropertiesSuccess8.334
testInternalPool_EMProxyProperties_ExclusiveIsolatedSuccess3.421
testExternalPool_EMProxyPropertiesSuccess3.821
testExternalPool_EMProxyProperties_ExclusiveIsolatedSuccess3.560
testInternalPool_EMFProxyProperties_EMProxyPropertiesSuccess3.404
testInternalPool_EMFProxyProperties_EMProxyProperties_ExclusiveIsolatedSuccess3.245
testExternalPool_EMFProxyProperties_EMProxyPropertiesSuccess3.745
testExternalPool_EMFProxyProperties_EMProxyProperties_ExclusiveIsolatedSuccess3.643
testInternalPool_EMFProxyProperties_EMCancelProxyPropertiesSuccess3.077
testInternalPool_EMFProxyProperties_EMCancelProxyProperties_ExclusiveIsolatedSuccess3.008
testExternalPool_EMFProxyProperties_EMCancelProxyPropertiesSuccess3.767
testExternalPool_EMFProxyProperties_EMCancelProxyProperties_ExclusiveIsolatedSuccess3.321

Back to top
Title: Unit Test Results

Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
1561099.36%98.565
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)Time StampHost
org.eclipse.persistence.testing.tests.jpa.advanced1560198.5652009-02-13T07:19:33stame10

Package org.eclipse.persistence.testing.tests.jpa.advanced

NameTestsErrorsFailuresTime(s)Time StampHost
EntityManagerJUnitTestSuite1560198.5652009-02-13T07:19:33stame10
Back to top


TestCase EntityManagerJUnitTestSuite

NameStatusTypeTime(s)
testSetupSuccess10.421
testWeavingSuccess0.003
testClearEntityManagerWithoutPersistenceContextSuccess0.003
testUpdateAllProjectsSuccess0.941
testUpdateUsingTempStorageSuccess0.458
testSequenceObjectDefinitionSuccess0.100
testFindDeleteAllPersistSuccess0.298
testExtendedPersistenceContextSuccess0.243
testRemoveFlushFindSuccess0.030
testRemoveFlushPersistContainsSuccess0.039
testTransactionRequiredSuccess0.011
testSubStringSuccess0.041
testFlushModeOnUpdateQuerySuccess0.107
testAnnotationDefaultLockModeNONEOnUpdateQuerySuccess0.007
testContainsRemovedSuccess0.017
testRefreshRemovedSuccess0.054
testRefreshNotManagedSuccess0.002
testDoubleMergeSuccess0.012
testDescriptorNamedQueryForMultipleQueriesSuccess0.019
testDescriptorNamedQuerySuccess0.013
testClearEntityManagerWithoutPersistenceContextSimulateJTASuccess0.011
testMultipleEntityManagerFactoriesSuccess3.965
testOneToManyDefaultJoinTableNameSuccess0.051
testClosedEmShouldThrowExceptionFailure; em.lock() threw wrong exception: null

junit.framework.AssertionFailedError: ; em.lock() threw wrong exception: null
at org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite.testClosedEmShouldThrowException(EntityManagerJUnitTestSuite.java:6228)
at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:364)
0.021
testRollbackOnlyOnExceptionSuccess0.002
testUpdateAllProjectsWithNullTeamLeaderSuccess0.121
testUpdateAllLargeProjectsWithNullTeamLeaderSuccess0.086
testUpdateAllSmallProjectsWithNullTeamLeaderSuccess0.055
testUpdateAllProjectsWithNameSuccess0.202
testUpdateAllLargeProjectsWithNameSuccess0.059
testUpdateAllSmallProjectsWithNameSuccess0.185
testUpdateAllLargeProjectsSuccess0.052
testUpdateAllSmallProjectsSuccess0.040
testUpdateUsingTempStorageWithParameterSuccess0.073
testDeleteAllLargeProjectsWithNullTeamLeaderSuccess0.106
testDeleteAllSmallProjectsWithNullTeamLeaderSuccess0.056
testDeleteAllProjectsWithNullTeamLeaderSuccess0.038
testDeleteAllPhonesWithNullOwnerSuccess0.013
testSetFieldForPropertyAccessWithNewEMSuccess0.147
testSetFieldForPropertyAccessWithRefreshSuccess0.119
testSetFieldForPropertyAccessSuccess0.091
testInitializeFieldForPropertyAccessSuccess0.037
testCascadePersistToNonEntitySubclassSuccess0.015
testCascadeMergeManagedSuccess0.055
testCascadeMergeDetachedSuccess0.028
testPrimaryKeyUpdatePKFKSuccess0.034
testPrimaryKeyUpdateSameValueSuccess0.007
testPrimaryKeyUpdateSuccess0.010
testRemoveNullSuccess0.002
testClearNullSuccess0.003
testContainsNullSuccess0.002
testPersistNullSuccess0.002
testMergeNullSuccess0.001
testMergeRemovedObjectSuccess0.019
testClearRemovedObjectSuccess0.030
testMergeDetachedObjectSuccess0.032
testSerializedLazySuccess0.261
testCloneableSuccess0.036
testLeftJoinOneToOneQuerySuccess0.038
testNullifyAddressInSuccess0.042
testQueryOnClosedEMSuccess0.001
testIncorrectBatchQueryHintSuccess0.010
testFetchQueryHintSuccess0.122
testBatchQueryHintSuccess0.091
testQueryHintsSuccess0.060
testParallelMultipleFactoriesSuccess0.004
testMultipleFactoriesSuccess3.635
testPersistencePropertiesSuccess0.006
testGetPropertiesSuccess0.003
testBeginTransactionCloseCommitTransactionSuccess0.052
testBeginTransactionCloseSuccess0.001
testCloseSuccess0.001
testPersistOnNonEntitySuccess0.001
testClearNonEntitySuccess0.001
testWRITELockSuccess0.049
testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh_FlushSuccess0.104
testReadTransactionIsolation_OriginalInCache_UpdateAll_RefreshSuccess0.040
testReadTransactionIsolation_OriginalInCache_UpdateAll_FlushSuccess0.035
testReadTransactionIsolation_OriginalInCache_UpdateAllSuccess0.036
testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh_FlushSuccess0.046
testReadTransactionIsolation_OriginalInCache_CustomUpdate_RefreshSuccess0.041
testReadTransactionIsolation_OriginalInCache_CustomUpdate_FlushSuccess0.034
testReadTransactionIsolation_OriginalInCache_CustomUpdateSuccess0.033
testReadTransactionIsolation_UpdateAll_Refresh_FlushSuccess0.038
testReadTransactionIsolation_UpdateAll_RefreshSuccess0.038
testReadTransactionIsolation_UpdateAll_FlushSuccess0.053
testReadTransactionIsolation_UpdateAllSuccess0.034
testReadTransactionIsolation_CustomUpdate_Refresh_FlushSuccess0.038
testReadTransactionIsolation_CustomUpdate_RefreshSuccess0.036
testReadTransactionIsolation_CustomUpdate_FlushSuccess0.032
testReadTransactionIsolation_CustomUpdateSuccess0.033
testClearInTransactionSuccess0.041
testClearWithFlushSuccess0.035
testClearSuccess0.006
testEMFCloseSuccess0.001
testCheckVersionOnMergeSuccess0.013
testFindWithNullPkSuccess0.001
testFindWithWrongTypePkSuccess0.002
testPersistManagedNoExceptionSuccess0.022
testPersistManagedExceptionSuccess0.007
testClearManagedObjectSuccess0.033
testClearNonManagedObjectSuccess0.002
testPersistRemovedSuccess0.454
testIgnoreRemovedObjectsOnDatabaseSyncSuccess0.097
testIdentityOutsideTransactionSuccess0.012
testIdentityInsideTransactionSuccess0.004
testDatabaseSyncNewObjectSuccess0.215
testSetRollbackOnlySuccess0.049
testFlushModeEmCommitQueryAutoSuccess0.024
testFlushModeEmCommitSuccess0.010
testFlushModeEmCommitQueryCommitSuccess0.010
testFlushModeEmAutoQueryAutoSuccess0.013
testFlushModeEmAutoSuccess0.014
testFlushModeEmAutoQueryCommitSuccess0.009
testCacheUsageSuccess0.047
testSequencePreallocationUsingCallbackTestSuccess0.023
testForceSQLExceptionFor219097Success0.012
testRefreshInvalidateDeletedObjectSuccess0.017
testClearWithFlush2Success0.245
testEMFWrapValidationExceptionSuccess0.500
testEMDefaultTxTypeSuccess1.018
testMergeNewObjectSuccess0.007
testMergeNewObject2Success0.014
testMergeNewObject3_UseSequencingSuccess0.004
testMergeNewObject3_DontUseSequencingSuccess0.048
testCreateEntityManagerFactorySuccess0.003
testCreateEntityManagerFactory2Success0.551
testPessimisticLockHintStartsTransactionSuccess0.011
testManyToOnePersistCascadeOnFlushSuccess0.008
testDiscoverNewReferencedObjectSuccess0.037
testBulkDeleteThenMergeSuccess0.044
testNativeSequencesSuccess0.001
testGetReferenceSuccess0.035
testGetLockModeTypeSuccess0.045
testGetEntityManagerFactorySuccess0.007
testGetReferenceUpdateSuccess0.043
testGetReferenceUsedInUpdateSuccess0.028
testBadGetReferenceSuccess0.004
testClassInstanceConverterSuccess0.040
test210280EntityManagerFromPUwithSpaceInNameButNotInPathSuccess0.344
test210280EntityManagerFromPUwithSpaceInPathButNotInNameSuccess0.380
test210280EntityManagerFromPUwithSpaceInNameAndPathSuccess0.396
testNewObjectNotCascadePersistSuccess0.005
testConnectionPolicySuccess0.011
testConverterInSuccess0.011
testExceptionForPersistNonEntitySubclassSuccess0.001
testEnabledPersistNonEntitySubclassSuccess0.001
testCloneEmbeddableSuccess0.010
testCloseOnCommitSuccess0.040
testPersistOnCommitSuccess0.068
testFlushModeSuccess0.004
testEmbeddedNPESuccess0.061
testCollectionAddNewObjectUpdateSuccess0.062
testUnWrapClassSuccess0.004
testEMCloseAndOpenSuccess61.595
testEMFactoryCloseAndOpenSuccess7.880

Back to top
Title: Nightly Test Results

EclipseLink[main]: Nightly Test Results[2009-02-13]


[Fri Feb 13 01:00:11 EST 2009] Checking out /svnroot/rt/org.eclipse.persistence/trunk started
[Fri Feb 13 01:33:49 EST 2009] Compiling started.

Java Development Kit: jdk16

Directory: trunk/

Ant target: build-core

Result: success

ANT log

Directory: trunk/

Ant target: package-eclipselink-jar

Result: success

ANT log

Directory: trunk/

Ant target: build-core-test

Result: success

ANT log

Directory: trunk/

Ant target: build-oracle-extension

Result: success

ANT log

Directory: trunk/

Ant target: build-util

Result: success

ANT log
Checked in trunk/foundation/plugins/org.eclipse.persistence.oracle.jar & org.eclipse.persistence.oracle.source.jar
EclipseLink Version: 2.0.0.20090213-SNAPSHOT
[Fri Feb 13 01:37:15 EST 2009] 'functional' testing started.

Directory: trunk/foundation/eclipselink.core.test/

Ant target: test-srg

Java Development Kit: jdk16

Database server: oracle(version 11)

TestsFailuresErrorsSuccess rateTime
2950299.32%32.566
JUnit Test Report ANT log

Directory: trunk/foundation/eclipselink.core.test/

Ant target: test-lrg

Java Development Kit: jdk16

Database server: oracle(version 11)

TestsFailuresErrorsSuccess rateTime
46710399.94%593.195
JUnit Test Report ANT log

Directory: trunk/foundation/eclipselink.extension.oracle.test/

Ant target: test-oracle

Java Development Kit: jdk16

Database server: oracle(version 11)

TestsFailuresErrorsSuccess rateTime
185103098.38%739.883
JUnit Test Report ANT log

Directory: trunk/foundation/eclipselink.core.test/

Ant target: test-non-lrg

Java Development Kit: jdk15

Database server: oracle(version 11)

Total TestsSetup FailuresFatal ErrorsErrorsProblemsWarnings
1089100073
ANT log

Directory: trunk/jpa/eclipselink.jpa.test/

Ant target: test-srg

Java Development Kit: jdk16

Database server: oracle(version 11)

TestsFailuresErrorsSuccess rateTime
1561099.36%98.565
JUnit Test Report ANT log

Directory: trunk/jpa/eclipselink.jpa.test/

Ant target: test-lrg

Java Development Kit: jdk16

Database server: oracle(version 11)

TestsFailuresErrorsSuccess rateTime
11852299.66%570.988
JUnit Test Report ANT log

Directory: trunk/jpa/eclipselink.jpa.test/

Ant target: test-no-weave

Java Development Kit: jdk16

Database server: oracle(version 11)

TestsFailuresErrorsSuccess rateTime
10932299.63%489.412
JUnit Test Report ANT log

Directory: trunk/jpa/eclipselink.jpa.test/

Ant target: test-static-weave

Java Development Kit: jdk16

Database server: oracle(version 11)

TestsFailuresErrorsSuccess rateTime
11652299.66%514.952
JUnit Test Report ANT log

Directory: trunk/

Ant target: test-oxm

Java Development Kit: jdk16

TestsFailuresErrorsSuccess rateTime
1116500100.00%467.906
JUnit Test Report ANT log

Directory: trunk/

Ant target: test-jaxb

Java Development Kit: jdk16

TestsFailuresErrorsSuccess rateTime
40700100.00%8.996
JUnit Test Report ANT log

Directory: trunk/

Ant target: test-sdo

Java Development Kit: jdk16

TestsFailuresErrorsSuccess rateTime
439800100.00%873.736
JUnit Test Report ANT log
[Fri Feb 13 03:21:49 EST 2009] 'functional' testing finished.
[Fri Feb 13 03:21:49 EST 2009] 'server certification' testing started.

JPA tests on weblogic(version 10.3.x)

JAVA_HOME=/scratch/aime/eclipselink/org.eclipse.persistence/beahome-10.3.x/jrockit_160_05_CR380468

ANT_HOME=/scratch/aime/eclipselink/org.eclipse.persistence/beahome-10.3.x/modules/org.apache.ant_1.6.5

Database server: oracle(version 11)

Directory: trunk/jpa/eclipselink.jpa.test/

Ant target: server-test-lrg

TestsFailuresErrorsSuccess rateTime
JUnit Test Report ANT log

Diagnostic logs

server-install-weblogic-10.3.x.log server-start-weblogic-10.3.x.log server-setup-weblogic-10.3.x.log server-reset-weblogic-10.3.x.log server-stop-weblogic-10.3.x.log

JPA tests on weblogic(version 10.3)

JAVA_HOME=/scratch/aime/eclipselink/org.eclipse.persistence/beahome-10.3/jrockit_160_05

ANT_HOME=/scratch/aime/eclipselink/org.eclipse.persistence/beahome-10.3/modules/org.apache.ant_1.6.5

Database server: oracle(version 11)

Directory: trunk/jpa/eclipselink.jpa.test/

Ant target: server-test-lrg

TestsFailuresErrorsSuccess rateTime
1059101897.36%377.893
JUnit Test Report ANT log

Diagnostic logs

server-install-weblogic-10.3.log server-start-weblogic-10.3.log server-setup-weblogic-10.3.log server-reset-weblogic-10.3.log server-stop-weblogic-10.3.log

JPA tests on weblogic(version 10.1)

JAVA_HOME=/scratch/aime/eclipselink/org.eclipse.persistence/bea/jrockit_150_11

ANT_HOME=/scratch/aime/eclipselink/org.eclipse.persistence/bea/modules/org.apache.ant_1.6.5

Database server: oracle(version 11)

Directory: trunk/jpa/eclipselink.jpa.test/

Ant target: server-test-lrg

TestsFailuresErrorsSuccess rateTime
10591013086.78%481.053
JUnit Test Report ANT log

Diagnostic logs

server-install-weblogic-10.1.log server-start-weblogic-10.1.log server-setup-weblogic-10.1.log server-reset-weblogic-10.1.log server-stop-weblogic-10.1.log

JPA tests on oc4j(version 10)

JAVA_HOME=/scratch/aime/eclipselink/org.eclipse.persistence/beahome-10.3/jrockit_160_05

ANT_HOME=/ade_autofs/ade_base/TOPLINK_MAIN_GENERIC.rdd/LATEST/ant

Database server: oracle(version 11)

Directory: trunk/jpa/eclipselink.jpa.test/

Ant target: server-test-lrg

TestsFailuresErrorsSuccess rateTime
1059216691.78%520.304
JUnit Test Report ANT log

Diagnostic logs

server-install-oc4j-10.log server-start-oc4j-10.log server-setup-oc4j-10.log server-reset-oc4j-10.log server-stop-oc4j-10.log

JPA tests on websphere(version 6.1)

JAVA_HOME=/scratch/aime/eclipselink/org.eclipse.persistence/was/java

ANT_HOME=/ade_autofs/ade_base/TOPLINK_MAIN_GENERIC.rdd/LATEST/ant

Database server: oracle(version 10.2)

Directory: trunk/jpa/eclipselink.jpa.test/

Ant target: server-test-lrg

TestsFailuresErrorsSuccess rateTime
105962896.79%525.404
JUnit Test Report ANT log

Diagnostic logs

server-install-websphere-6.1.log server-start-websphere-6.1.log server-setup-websphere-6.1.log server-reset-websphere-6.1.log server-stop-websphere-6.1.log

JPA tests on jboss(version 4.2)

JAVA_HOME=/scratch/aime/eclipselink/org.eclipse.persistence/beahome-10.3/jrockit_160_05

ANT_HOME=/ade_autofs/ade_base/TOPLINK_MAIN_GENERIC.rdd/LATEST/ant

Database server: oracle(version 11)

Directory: trunk/jpa/eclipselink.jpa.test/

Ant target: server-test-lrg

TestsFailuresErrorsSuccess rateTime
10591513086.31%482.754
JUnit Test Report ANT log

Diagnostic logs

server-install-jboss-4.2.log server-start-jboss-4.2.log server-setup-jboss-4.2.log server-reset-jboss-4.2.log server-stop-jboss-4.2.log

JPA tests on glassfish(version 2)

JAVA_HOME=/net/stame10.us.oracle.com/scratch/aime/eclipselink/org.eclipse.persistence/jdk1.5.0_17

ANT_HOME=/ade_autofs/ade_base/TOPLINK_MAIN_GENERIC.rdd/LATEST/ant

Database server: derby network server(version 10)

Directory: trunk/jpa/eclipselink.jpa.test/

Ant target: server-test-lrg

TestsFailuresErrorsSuccess rateTime
1059266291.69%451.536
JUnit Test Report ANT log

Diagnostic logs

server-install-glassfish-2.log server-start-glassfish-2.log server-setup-glassfish-2.log server-reset-glassfish-2.log server-stop-glassfish-2.log

Directory: trunk/jpa/eclipselink.jpa.spring.test/

Ant target: test-jpa-spring-local

Java Development Kit: jdk16

Database server: oracle(version 11)

TestsFailuresErrorsSuccess rateTime
342094.12%51.343
JUnit Test Report ANT log

Directory: trunk/jpa/eclipselink.jpa.spring.test/

Ant target: test-jpa-spring-container

Java Development Kit: jdk16

Database server: oracle(version 11)

TestsFailuresErrorsSuccess rateTime
4623226.09%33.005
JUnit Test Report ANT log
[Fri Feb 13 05:55:21 EST 2009] 'server certification' testing finished.

Logfiles location: /net/.us.oracle.com/scratch/aime/DocumentRoot/main/2009-02-13

Test Environment

Kernel VersionLinux 2.6.9-78.0.0.0.1.ELsmp
Ant Version
JUnit Version4.4
jdk15JDK 1.5.0_17
jdk16JDK 1.6.0_11
jrockit16/scratch/aime/eclipselink/org.eclipse.persistence/beahome-10.3/jrockit_160_05
oracle(version 11)Oracle Database version 11.1.0.7(thin driver)(Note: 1. For foundation/eclipselink.extensions.oracle.test:test-oracle suite. Oracle 11gR1 Spatial feature has bug 6036791. 2. oci driver is used for XDB tests)
oracle(version 11oci)
oracle(version 10.2)Oracle Database version 10.2.0.4(thin driver)(Note: oci driver is used for XDB tests)
oracle(version 10.2oci)Oracle Database version 10.2.0.4(oci driver)
mysql(version 5)MySQL version 5.0.45
db2(version 9)DB2 Database version 9.1(universal driver)
sybase(version 12)Sybase Adaptive Server Enterprise 12.5(jconnect driver)
sqlserver(version 2k5)SQL Server version 2005(Microsoft jdbc driver)
derby network server(version 10)Apache Derby Network Server - 10.2.2.1
derby(version 10)Apache Derby Enbedded Server - 10.4.2.1
postgresql(version 8)PostgreSQL v8.2.5
weblogic(version 10.3.x)Installer: /ade_autofs/ade_base/SOA_MAIN_GENERIC.rdd/LATEST/wls10/server103_linux32.bin
weblogic(version 10.3)WebLogic server version 10.3.
weblogic(version 10.1)WebLogic server version 10.1.
oc4j(version 10)OC4J standalone version 10.1.3.5. Installer: /ade_autofs/ade_base/J2EE_10.1.3.5.0_GENERIC.rdd/LATEST/j2ee/oc4j_extended.zip
websphere(version 6.1)WebSphere server version 6.1.0.17
jboss(version 4.2)JBoss server version 4.2.2 GA
glassfish(version 2)GlassFish v2 UR2
Spring Framework version2.5.3

Back to the top