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?

Tom,

It's looking like an out-of-memory error is occurring during the JPA tests, and thus crashing the framework. I'm going to try increasing the vm max memory again and see if that takes care of it.

-Eric

Tom Ware wrote:
Hi Mitesh,

I am seeing some issues with the testing on MySQL. I will take a look and let you know when I know what is going on.

-Tom

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 <http://www.junit.org> and Ant <http://ant.apache.org/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 <#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 <#FullRegressionTestSuite> 1093 2 8 422.911 2009-02-14T00:04:17 mitesh-linux

Back to top <#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

Properties ยป <javascript:displayProperties('org.eclipse.persistence.testing.tests.jpa.FullRegressionTestSuite');>

Back to top <#top>


------------------------------------------------------------------------

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



Back to the top