Skip to main content

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

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

Title: Unit Test Results

Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
10938299.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.
NameTestsErrorsFailuresTime(s)Time StampHost
org.eclipse.persistence.testing.tests.jpa109328422.9112009-02-14T00:04:17mitesh-linux

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

NameTestsErrorsFailuresTime(s)Time StampHost
FullRegressionTestSuite109328422.9112009-02-14T00:04:17mitesh-linux
Back to top


TestCase FullRegressionTestSuite

NameStatusTypeTime(s)
testDeadLockOnReadLockError 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
testSetupSuccess4.518
testNamedNativeQuerySuccess0.004
testSetupSuccess3.411
testContainsSuccess0.625
testEvictClassObjectSuccess0.049
testEvictClassSuccess0.013
testEvictAllSuccess0.019
testSetupSuccess3.750
testPersistThenRemoveCallsSuccess0.014
testRemoveUnmanagedNewEntitySuccess0.004
testPersistOnRegisteredObjectSuccess0.008
testPreUpdateEvent_UpdateAlteredSuccess0.015
testPreUpdateEvent_UpdateRevertedSuccess0.020
testMergeCascadeTriggersPrePersistSuccess0.006
testSetupSuccess3.457
testWeavingSuccess0.001
testClearEntityManagerWithoutPersistenceContextSuccess0.000
testUpdateAllProjectsSuccess0.074
testUpdateUsingTempStorageSuccess0.118
testSequenceObjectDefinitionSuccess0.000
testFindDeleteAllPersistSuccess0.082
testExtendedPersistenceContextFailureempNew 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
testRemoveFlushFindSuccess0.029
testRemoveFlushPersistContainsSuccess0.028
testTransactionRequiredSuccess0.003
testSubStringSuccess0.019
testFlushModeOnUpdateQuerySuccess0.047
testAnnotationDefaultLockModeNONEOnUpdateQuerySuccess0.041
testContainsRemovedSuccess0.014
testRefreshRemovedSuccess0.021
testRefreshNotManagedSuccess0.000
testDoubleMergeSuccess0.007
testDescriptorNamedQueryForMultipleQueriesSuccess0.007
testDescriptorNamedQueryFailurenull

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
testClearEntityManagerWithoutPersistenceContextSimulateJTASuccess0.002
testMultipleEntityManagerFactoriesSuccess6.611
testOneToManyDefaultJoinTableNameSuccess0.032
testClosedEmShouldThrowExceptionSuccess0.001
testRollbackOnlyOnExceptionSuccess0.000
testUpdateAllProjectsWithNullTeamLeaderSuccess0.099
testUpdateAllLargeProjectsWithNullTeamLeaderSuccess0.094
testUpdateAllSmallProjectsWithNullTeamLeaderSuccess0.054
testUpdateAllProjectsWithNameSuccess0.041
testUpdateAllLargeProjectsWithNameSuccess0.052
testUpdateAllSmallProjectsWithNameSuccess0.071
testUpdateAllLargeProjectsSuccess0.034
testUpdateAllSmallProjectsSuccess0.030
testUpdateUsingTempStorageWithParameterSuccess0.132
testDeleteAllLargeProjectsWithNullTeamLeaderSuccess0.060
testDeleteAllSmallProjectsWithNullTeamLeaderSuccess0.018
testDeleteAllProjectsWithNullTeamLeaderSuccess0.067
testDeleteAllPhonesWithNullOwnerSuccess0.004
testSetFieldForPropertyAccessWithNewEMSuccess0.065
testSetFieldForPropertyAccessWithRefreshSuccess0.066
testSetFieldForPropertyAccessSuccess0.054
testInitializeFieldForPropertyAccessSuccess0.026
testCascadePersistToNonEntitySubclassSuccess0.008
testCascadeMergeManagedSuccess0.031
testCascadeMergeDetachedSuccess0.023
testPrimaryKeyUpdatePKFKSuccess0.025
testPrimaryKeyUpdateSameValueSuccess0.004
testPrimaryKeyUpdateSuccess0.006
testRemoveNullSuccess0.000
testClearNullSuccess0.000
testContainsNullSuccess0.000
testPersistNullSuccess0.000
testMergeNullSuccess0.000
testMergeRemovedObjectSuccess0.014
testClearRemovedObjectSuccess0.014
testMergeDetachedObjectSuccess0.008
testSerializedLazySuccess0.045
testCloneableSuccess0.030
testLeftJoinOneToOneQuerySuccess0.006
testNullifyAddressInSuccess0.010
testQueryOnClosedEMSuccess0.001
testIncorrectBatchQueryHintSuccess0.002
testFetchQueryHintSuccess0.069
testBatchQueryHintSuccess0.072
testQueryHintsSuccess0.004
testParallelMultipleFactoriesSuccess0.001
testMultipleFactoriesSuccess2.854
testPersistencePropertiesSuccess0.000
testGetPropertiesSuccess0.000
testBeginTransactionCloseCommitTransactionSuccess0.057
testBeginTransactionCloseSuccess0.001
testCloseSuccess0.000
testPersistOnNonEntitySuccess0.000
testClearNonEntitySuccess0.001
testWRITELockSuccess0.027
testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh_FlushSuccess0.088
testReadTransactionIsolation_OriginalInCache_UpdateAll_RefreshSuccess0.043
testReadTransactionIsolation_OriginalInCache_UpdateAll_FlushSuccess0.037
testReadTransactionIsolation_OriginalInCache_UpdateAllSuccess0.038
testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh_FlushSuccess0.039
testReadTransactionIsolation_OriginalInCache_CustomUpdate_RefreshSuccess0.039
testReadTransactionIsolation_OriginalInCache_CustomUpdate_FlushSuccess0.029
testReadTransactionIsolation_OriginalInCache_CustomUpdateSuccess0.027
testReadTransactionIsolation_UpdateAll_Refresh_FlushSuccess0.040
testReadTransactionIsolation_UpdateAll_RefreshSuccess0.047
testReadTransactionIsolation_UpdateAll_FlushSuccess0.035
testReadTransactionIsolation_UpdateAllSuccess0.053
testReadTransactionIsolation_CustomUpdate_Refresh_FlushSuccess0.032
testReadTransactionIsolation_CustomUpdate_RefreshSuccess0.046
testReadTransactionIsolation_CustomUpdate_FlushSuccess0.029
testReadTransactionIsolation_CustomUpdateSuccess0.029
testClearInTransactionSuccess0.014
testClearWithFlushSuccess0.021
testClearSuccess0.004
testEMFCloseSuccess0.000
testCheckVersionOnMergeSuccess0.007
testFindWithNullPkSuccess0.000
testFindWithWrongTypePkSuccess0.000
testPersistManagedNoExceptionSuccess0.010
testPersistManagedExceptionSuccess0.004
testClearManagedObjectSuccess0.010
testClearNonManagedObjectSuccess0.001
testPersistRemovedFailurei=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
testIgnoreRemovedObjectsOnDatabaseSyncSuccess0.050
testIdentityOutsideTransactionSuccess0.005
testIdentityInsideTransactionSuccess0.002
testDatabaseSyncNewObjectSuccess0.001
testSetRollbackOnlySuccess0.026
testFlushModeEmCommitQueryAutoSuccess0.015
testFlushModeEmCommitSuccess0.009
testFlushModeEmCommitQueryCommitSuccess0.009
testFlushModeEmAutoQueryAutoSuccess0.012
testFlushModeEmAutoSuccess0.013
testFlushModeEmAutoQueryCommitSuccess0.010
testCacheUsageSuccess0.025
testSequencePreallocationUsingCallbackTestSuccess0.012
testForceSQLExceptionFor219097Success0.004
testRefreshInvalidateDeletedObjectSuccess0.008
testClearWithFlush2Success0.170
testEMFWrapValidationExceptionSuccess0.177
testEMDefaultTxTypeSuccess0.001
testMergeNewObjectSuccess0.001
testMergeNewObject2Success0.005
testMergeNewObject3_UseSequencingSuccess0.001
testMergeNewObject3_DontUseSequencingSuccess0.013
testCreateEntityManagerFactorySuccess0.001
testCreateEntityManagerFactory2Success0.027
testPessimisticLockHintStartsTransactionSuccess0.005
testManyToOnePersistCascadeOnFlushSuccess0.006
testDiscoverNewReferencedObjectSuccess0.031
testBulkDeleteThenMergeSuccess0.030
testNativeSequencesSuccess0.001
testGetReferenceSuccess0.009
testGetLockModeTypeSuccess0.022
testGetEntityManagerFactorySuccess0.004
testGetReferenceUpdateSuccess0.022
testGetReferenceUsedInUpdateSuccess0.019
testBadGetReferenceSuccess0.003
testClassInstanceConverterSuccess0.024
test210280EntityManagerFromPUwithSpaceInNameButNotInPathSuccess0.098
test210280EntityManagerFromPUwithSpaceInPathButNotInNameSuccess0.215
test210280EntityManagerFromPUwithSpaceInNameAndPathSuccess0.111
testNewObjectNotCascadePersistSuccess0.000
testConnectionPolicySuccess0.002
testConverterInSuccess0.004
testExceptionForPersistNonEntitySubclassSuccess0.001
testEnabledPersistNonEntitySubclassSuccess0.000
testCloneEmbeddableSuccess0.000
testCloseOnCommitSuccess0.028
testPersistOnCommitSuccess0.044
testFlushModeSuccess0.004
testEmbeddedNPESuccess0.101
testCollectionAddNewObjectUpdateSuccess0.035
testUnWrapClassSuccess0.002
testEMCloseAndOpenSuccess60.559
testEMFactoryCloseAndOpenSuccess5.456
testInheritanceNoDiscriminatorColumnSuccess0.011
testComplicateResultWithInheritanceSuccess0.027
testRefreshSuccess0.045
testBindParametersSuccess0.005
testBindParametersWithPostitionalSuccess0.004
testSimpleInheritanceSuccess0.013
testPessimisticLockingSuccess0.006
testComplicateResultsSuccess0.006
testSetupSuccess3.567
testProjectJoinTeamMembersSuccess0.180
testProjectJoinTeamLeaderJoinAddressWhereTeamLeaderNotNullSuccess0.040
testProjectJoinTeamMembersJoinAddressSuccess0.125
testProjectOuterJoinTeamMembersJoinAddressSuccess0.117
testProjectOuterJoinTeamMembersOuterJoinAddressSuccess0.120
testProjectJoinTeamMembersOuterJoinAddressSuccess0.143
testProblemReporterProjectJoinTeamMembersJoinAddressSuccess0.027
testEmployeeJoinProjectsSuccess0.094
testEmployeeJoinProjectsOnUOWSuccess0.063
testEmployeeJoinProjectsJoinTeamLeaderJoinAddressWhereManagerIsNullSuccess0.028
testProjectOuterJoinTeamLeaderAddressTeamMembersAddressPhonesWhereProjectNameSuccess0.050
testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhonesSuccess0.266
testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhonesOnUOWSuccess0.259
testEmployeeJoinManagerAddressOuterJoinManagerAddressSuccess0.050
testTwoUnrelatedResultWithOneToManyJoinsSuccess3.616
testMultipleUnrelatedResultWithOneToManyJoinsSuccess3.808
testTwoUnrelatedResultWithOneToOneJoinsSuccess3.892
testTwoUnrelatedResultWithOneToOneJoinsWithExtraItemSuccess3.838
testSimpleReturnDirectToFieldSuccess0.002
testSimpleReturnObjectSuccess0.007
testReturnObjectAndDirectToFieldSuccess0.007
testReturnUnrelatedObjectAndDirectToFieldSuccess0.031
testInheritanceMultiTableExceptionSuccess0.003
testReturnRootObjectSuccess0.009
testSetupSuccess3.798
testPhoneCountGroupByOwnerSuccess0.243
testPhoneCountGroupByOwnersAddressSuccess0.437
testProjectCountGroupByTeamMembersSuccess0.247
testProjectCountGroupByTeamMemberAddressSuccess0.270
testProjectCountGroupByTeamMemberPhoneSuccess0.284
testSetupSuccess3.921
testExtendedPersistenceContextSuccess0.008
testSetupSuccess3.939
testSimpleConstructorExpressionSuccess0.004
testSimpleConstructorExpressionWithNamedQuerySuccess0.007
testMultipleTypeConstructorExpressionSuccess0.006
testNonExistantConstructorConstructorExpressionSuccess0.001
testPrimitiveConstructorExpressionSuccess0.005
testConstructorEJBQLWithInheritanceSuccess0.002
testConstructorExpressionWithOtherAttributesSuccess0.004
testSetupSuccess3.742
testCreateProjectsSuccess0.007
testCreateEmployeeWithFlushSuccess0.017
testVersionUpdateWithCorrectValueSuccess0.007
testVersionUpdateWithIncorrectValueSuccess0.006
testVersionUpdateWithNullValueSuccess0.005
testSetupSuccess4.094
testExistenceCheckingSettingSuccess0.000
testJoinFetchAnnotationSuccess0.000
testVerifyEmployeeCacheSettingsSuccess0.001
testVerifyEmployeeCustomizerSettingsSuccess0.000
testUpdateEmployeeSuccess0.022
testVerifyUpdatedEmployeeSuccess0.005
testCreateNewBuyerSuccess0.013
testVerifyNewBuyerSuccess0.008
testBuyerOptimisticLockingSuccess0.013
testGiveFredASexChangeSuccess0.008
testUpdatePenelopesPhoneNumberStatusSuccess0.033
testRemoveJillWithPrivateOwnedPhoneNumbersSuccess0.032
testCreateNewEquipmentSuccess0.009
testAddNewEquipmentToDepartmentSuccess0.008
testRemoveDepartmentWithPrivateOwnedEquipmentSuccess0.017
testUpdateReadOnlyEquipmentCodeSuccess0.003
testNamedStoredProcedureQuerySuccess0.032
testNamedStoredProcedureQueryInOutSuccess0.007
testNamedStoredProcedureQueryWithRawDataSuccess0.007
testModifyNamedStoredProcedureQueryWithRawDataSuccess0.008
testNamedStoredProcedureQueryWithResultSetMappingSuccess0.008
testNamedStoredProcedureQueryWithResultSetFieldMappingSuccess0.008
testMethodBasedTransformationMappingSuccess0.014
testClassBasedTransformationMappingSuccess0.014
testPropertySuccess0.001
testBackpointerOnMergeSuccess0.006
testUnidirectionalPersistSuccess0.069
testUnidirectionalUpdateSuccess0.067
testUnidirectionalFetchJoinSuccess0.051
testUnidirectionalTargetLocking_AddRemoveTargetSuccess0.067
testUnidirectionalTargetLocking_DeleteSourceSuccess0.163
testSetupSuccess3.863
testGF1818Success0.005
testEL254937Success0.012
testGF1894Success0.010
testGF894Success0.007
testManAndWomanSuccess0.015
testStringArrayFieldSuccess0.007
testSetupSuccess3.734
testCreateDepartmentSuccess0.008
testCreateScientistsSuccess0.031
testReadDepartmentSuccess0.001
testReadJuniorScientistSuccess0.002
testAnyAndAllSuccess0.026
testDepartmentAdminSuccess0.013
testSetupSuccess3.342
testNamedNativeQuerySuccess0.001
testSetupSuccess3.464
testPersistThenRemoveCallsSuccess0.008
testRemoveUnmanagedNewEntitySuccess0.004
testPersistOnRegisteredObjectSuccess0.004
testPreUpdateEvent_UpdateAlteredSuccess0.011
testPreUpdateEvent_UpdateRevertedSuccess0.011
testSetupSuccess3.185
testWeavingSuccess0.000
testClearEntityManagerWithoutPersistenceContextSuccess0.000
testUpdateAllProjectsSuccess0.045
testUpdateUsingTempStorageSuccess0.140
testSequenceObjectDefinitionSuccess0.009
testFindDeleteAllPersistSuccess0.091
testExtendedPersistenceContextFailureempNew 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
testRemoveFlushFindSuccess0.023
testRemoveFlushPersistContainsSuccess0.026
testTransactionRequiredSuccess0.000
testSubStringSuccess0.017
testFlushModeOnUpdateQuerySuccess0.037
testContainsRemovedSuccess0.010
testRefreshRemovedSuccess0.016
testRefreshNotManagedSuccess0.000
testDoubleMergeSuccess0.008
testDescriptorNamedQueryForMultipleQueriesSuccess0.007
testDescriptorNamedQueryFailurenull

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
testClearEntityManagerWithoutPersistenceContextSimulateJTASuccess0.001
testMultipleEntityManagerFactoriesSuccess1.256
testOneToManyDefaultJoinTableNameSuccess0.008
testClosedEmShouldThrowExceptionSuccess0.000
testRollbackOnlyOnExceptionSuccess0.001
testUpdateAllProjectsWithNullTeamLeaderSuccess0.079
testUpdateAllLargeProjectsWithNullTeamLeaderSuccess0.062
testUpdateAllSmallProjectsWithNullTeamLeaderSuccess0.042
testUpdateAllProjectsWithNameSuccess0.036
testUpdateAllLargeProjectsWithNameSuccess0.041
testUpdateAllSmallProjectsWithNameSuccess0.035
testUpdateAllLargeProjectsSuccess0.036
testUpdateAllSmallProjectsSuccess0.040
testUpdateUsingTempStorageWithParameterSuccess0.051
testDeleteAllLargeProjectsWithNullTeamLeaderSuccess0.028
testDeleteAllSmallProjectsWithNullTeamLeaderSuccess0.015
testDeleteAllProjectsWithNullTeamLeaderSuccess0.025
testDeleteAllPhonesWithNullOwnerSuccess0.003
testSetFieldForPropertyAccessWithNewEMSuccess0.026
testSetFieldForPropertyAccessWithRefreshSuccess0.029
testSetFieldForPropertyAccessSuccess0.023
testInitializeFieldForPropertyAccessSuccess0.016
testCascadePersistToNonEntitySubclassSuccess0.006
testCascadeMergeManagedSuccess0.014
testCascadeMergeDetachedSuccess0.012
testPrimaryKeyUpdatePKFKSuccess0.009
testPrimaryKeyUpdateSameValueSuccess0.003
testPrimaryKeyUpdateSuccess0.004
testRemoveNullSuccess0.000
testContainsNullSuccess0.000
testPersistNullSuccess0.000
testMergeNullSuccess0.000
testMergeRemovedObjectSuccess0.009
testMergeDetachedObjectErrorException [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
testSerializedLazySuccess0.042
testCloneableSuccess0.014
testLeftJoinOneToOneQuerySuccess0.003
testNullifyAddressInSuccess0.007
testQueryOnClosedEMSuccess0.001
testIncorrectBatchQueryHintSuccess0.001
testFetchQueryHintSuccess0.059
testBatchQueryHintSuccess0.043
testQueryHintsSuccess0.001
testParallelMultipleFactoriesSuccess0.026
testMultipleFactoriesSuccess0.000
testPersistencePropertiesSuccess0.000
testBeginTransactionCloseCommitTransactionSuccess0.027
testBeginTransactionCloseSuccess0.000
testCloseSuccess0.000
testPersistOnNonEntitySuccess0.000
testWRITELockSuccess0.015
testReadTransactionIsolation_OriginalInCache_UpdateAll_Refresh_FlushSuccess0.036
testReadTransactionIsolation_OriginalInCache_UpdateAll_RefreshSuccess0.041
testReadTransactionIsolation_OriginalInCache_UpdateAll_FlushSuccess0.032
testReadTransactionIsolation_OriginalInCache_UpdateAllSuccess0.029
testReadTransactionIsolation_OriginalInCache_CustomUpdate_Refresh_FlushSuccess0.028
testReadTransactionIsolation_OriginalInCache_CustomUpdate_RefreshSuccess0.029
testReadTransactionIsolation_OriginalInCache_CustomUpdate_FlushSuccess0.025
testReadTransactionIsolation_OriginalInCache_CustomUpdateSuccess0.024
testReadTransactionIsolation_UpdateAll_Refresh_FlushSuccess0.033
testReadTransactionIsolation_UpdateAll_RefreshSuccess0.060
testReadTransactionIsolation_UpdateAll_FlushSuccess0.034
testReadTransactionIsolation_UpdateAllSuccess0.032
testReadTransactionIsolation_CustomUpdate_Refresh_FlushSuccess0.041
testReadTransactionIsolation_CustomUpdate_RefreshSuccess0.042
testReadTransactionIsolation_CustomUpdate_FlushSuccess0.026
testReadTransactionIsolation_CustomUpdateSuccess0.025
testClearInTransactionSuccess0.010
testClearWithFlushSuccess0.015
testClearSuccess0.003
testCheckVersionOnMergeSuccess0.006
testFindWithNullPkSuccess0.000
testFindWithWrongTypePkSuccess0.000
testPersistManagedNoExceptionSuccess0.013
testPersistManagedExceptionSuccess0.005
testPersistRemovedFailurei=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
testREADLockSuccess0.013
testIgnoreRemovedObjectsOnDatabaseSyncSuccess0.042
testIdentityOutsideTransactionSuccess0.004
testIdentityInsideTransactionSuccess0.001
testDatabaseSyncNewObjectSuccess0.001
testSetRollbackOnlySuccess0.021
testFlushModeEmCommitQueryAutoSuccess0.015
testFlushModeEmCommitSuccess0.011
testFlushModeEmCommitQueryCommitSuccess0.010
testFlushModeEmAutoQueryAutoSuccess0.013
testFlushModeEmAutoSuccess0.014
testFlushModeEmAutoQueryCommitSuccess0.011
testCacheUsageSuccess0.018
testSuperclassFieldInSubclassSuccess0.013
testCopyingAddressSuccess0.001
testSequencePreallocationUsingCallbackTestSuccess1.344
testInheritanceNoDiscriminatorColumnSuccess0.007
testComplicateResultWithInheritanceSuccess0.026
testRefreshSuccess0.048
testBindParametersSuccess0.007
testBindParametersWithPostitionalSuccess0.007
testSimpleInheritanceSuccess0.016
testPessimisticLockingSuccess0.006
testComplicateResultsSuccess0.005
testSetupSuccess3.394
testProjectJoinTeamMembersSuccess0.101
testProjectJoinTeamLeaderJoinAddressWhereTeamLeaderNotNullSuccess0.047
testProjectJoinTeamMembersJoinAddressSuccess0.135
testProjectOuterJoinTeamMembersJoinAddressSuccess0.120
testProjectOuterJoinTeamMembersOuterJoinAddressSuccess0.135
testProjectJoinTeamMembersOuterJoinAddressSuccess0.103
testProblemReporterProjectJoinTeamMembersJoinAddressSuccess0.037
testEmployeeJoinProjectsSuccess0.091
testEmployeeJoinProjectsJoinTeamLeaderJoinAddressWhereManagerIsNullSuccess0.020
testProjectOuterJoinTeamLeaderAddressTeamMembersAddressPhonesWhereProjectNameSuccess0.043
testEmployeeOuterJoinAddressPhoneProjectsTeamLeaderAddressTeamMembersPhonesSuccess0.249
testEmployeeJoinManagerAddressOuterJoinManagerAddressSuccess0.043
testTwoUnrelatedResultWithOneToManyJoinsSuccess3.331
testMultipleUnrelatedResultWithOneToManyJoinsSuccess3.387
testTwoUnrelatedResultWithOneToOneJoinsSuccess3.379
testTwoUnrelatedResultWithOneToOneJoinsWithExtraItemSuccess3.570
testSimpleReturnDirectToFieldSuccess0.002
testSimpleReturnObjectSuccess0.015
testReturnObjectAndDirectToFieldSuccess0.010
testReturnUnrelatedObjectAndDirectToFieldSuccess0.017
testInheritanceMultiTableExceptionSuccess0.002
testReturnRootObjectSuccess0.012
testSetupSuccess3.578
testExtendedPersistenceContextSuccess0.016
testSetupSuccess3.661
testSimpleConstructorExpressionSuccess0.003
testSimpleConstructorExpressionWithNamedQuerySuccess0.003
testMultipleTypeConstructorExpressionSuccess0.004
testNonExistantConstructorConstructorExpressionSuccess0.000
testPrimitiveConstructorExpressionSuccess0.003
testConstructorEJBQLWithInheritanceSuccess0.001
testConstructorExpressionWithOtherAttributesSuccess0.003
testSetupSuccess3.546
testCreateProjectsSuccess0.007
testCreateEmployeeWithFlushSuccess0.014
testVersionUpdateWithCorrectValueSuccess0.004
testVersionUpdateWithIncorrectValueSuccess0.006
testVersionUpdateWithNullValueSuccess0.005
testSetupSuccess3.264
testJoinFetchAnnotationSuccess0.000
testVerifyEmployeeCustomizerSettingsSuccess0.000
testUpdateEmployeeSuccess0.029
testVerifyUpdatedEmployeeSuccess0.012
testCreateNewBuyerSuccess0.014
testVerifyNewBuyerSuccess0.006
testBuyerOptimisticLockingSuccess0.017
testGiveFredASexChangeSuccess0.020
testUpdatePenelopesPhoneNumberStatusSuccess0.034
testRemoveJillWithPrivateOwnedPhoneNumbersSuccess0.016
testCreateNewEquipmentSuccess0.008
testAddNewEquipmentToDepartmentSuccess0.006
testRemoveDepartmentWithPrivateOwnedEquipmentSuccess0.012
testUpdateReadOnlyEquipmentCodeSuccess0.002
testNamedStoredProcedureQuerySuccess0.008
testNamedStoredProcedureQueryInOutSuccess0.006
testNamedStoredProcedureQueryWithRawDataSuccess0.006
testSetupSuccess2.668
testGF1818Success0.004
testGF1894Success0.007
testGF894Success0.006
testManAndWomanSuccess0.011
testStringArrayFieldSuccess0.004
testBUG241388Success0.013
testZeroIdSuccess0.020
testSetupSuccess0.467
selfReferencingManyToManyTestSuccess0.010
testManyToManyClearDeleteSuccess0.009
testLeftTrimWithTrimCharSuccess0.702
testLeftTrimWithoutTrimCharSuccess0.654
testRightTrimWithTrimCharSuccess0.672
testRightTrimWithoutTrimCharSuccess0.796
testTrimWithTrimCharSuccess0.726
testTrimWithoutTrimCharSuccess0.657
testLocateWithSingleArgumentSuccess0.829
testLocateWithDoubleArgumentSuccess0.785
testSetupSuccess0.184
testInsertVirtualAttributeSuccess0.010
testReadVirtualAttributeSuccess0.000
testUpdateVirtualAttributeSuccess0.004
testDeleteVirtualAttributeSuccess0.007
testSetupSuccess0.749
testMarshalSuccess0.124
testSetupSuccess2.519
testPrePersistBusOverrideAndAbstractInheritAndDefaultSuccess0.010
testPostPersistBusInheritAndDefaultSuccess0.010
testPostLoadBusInheritAndDefaultSuccess0.000
testPrePersistSportsCarInheritAndExcludeDefaultSuccess0.007
testPostPersistSportsCarInheritAndExcludeDefaultSuccess0.005
testPrePersistSportsCarOverrideSuccess0.005
testSetupSuccess3.038
test_nullSuccess0.221
test_nullNonDeferredSuccess0.193
test_ownerTOPSuccess0.463
test_fuelTypePetrolSuccess0.288
test_schoolBusNullDriverSuccess0.103
test_ownerOwnsNonFueledVehicleSuccess0.281
testSetupSuccess3.007
testPersistPolymorphicRelationshipSuccess0.014
testAssociationWithEmbeddedIdSubclassEntityInJoinedStrategySuccess0.017
testUpateTireInfoSuccess0.009
testSetupSuccess3.031
testCreateNewMudTireSuccess0.011
testCreateNewRockTireSuccess0.004
testReadNewMudTireSuccess0.002
testReadNewRockTireSuccess0.002
testSetupSuccess2.782
testVehicleJoinCompanySuccess0.088
testVehicleJoinCompanyWherePassengerCapacitySuccess0.081
testCompanyJoinVehiclesSuccess0.074
testCompanyJoinVehiclesWhereNameTOPSuccess0.046
testSetupSuccess3.664
testCreateAssassinWithGunSuccess0.010
testValidateAssassinWithGunSuccess0.012
testValidateGunToAssassinSuccess0.005
testAddDirectEliminationSuccess0.010
testValidateDirectEliminationSuccess0.009
testAddIndirectEliminationSuccess0.013
testValidateIndirectEliminationSuccess0.015
testValidateAssassinWithBombAndEliminationsSuccess0.012
testNamedQueryFindAllWeaponsSuccess0.018
testNamedQueryFindAllWeaponsWhereDescriptionContainsSniperSuccess0.009
testCreateNewSocialClubsWithMembersSuccess0.028
testValidateSocialClub1MembersSuccess0.017
testValidateSocialClub2MembersSuccess0.013
testValidateSocialClub3MembersSuccess0.006
testAssassinOptimisticLockingSuccess0.016
testSpecialAssassinOptimisticLockingSuccess0.007
testAssassinOptimisticLockingUsingEntityManagerAPISuccess0.011
testGunOptimisticLockingSuccess0.008
testUpdateAllQuerySuccess0.018
testSetupSuccess1.843
testInitializeSuccess0.037
test1Success0.038
testInitializeSuccess0.018
test2Success0.031
testInitializeSuccess0.018
test3Success0.033
testInitializeSuccess0.027
test1Success0.041
testInitializeSuccess0.018
test2Success0.029
testInitializeSuccess0.020
test3Success0.036
testSetupSuccess2.596
testCreateBlueSuccess0.007
testReadBlueSuccess0.002
testCreateBeerConsumerSuccess0.006
testCreateNoviceBeerConsumerSuccess0.018
testCreateExpertBeerConsumerSuccess0.023
testReadNoviceBeerConsumerSuccess0.008
testReadExpertBeerConsumerSuccess0.011
testUpdateBeerConsumerSuccess0.014
testInheritedCloneSuccess0.031
testCascadeRemoveSuccess0.008
testSetupSuccess2.589
testPreAndPostPersistAlpineSuccess0.006
testPrePersistAlpineOnMergeSuccess0.005
testPrePersistAlpineAndSerialNumberOnBeerConsumerMergeSuccess0.008
testPreAndPostPersistBeerConsumerSuccess0.003
testPostLoadOnFindSuccess0.001
testPostLoadOnRefreshSuccess0.004
testPreAndPostUpdateSuccess0.002
testPreAndPostRemoveSuccess0.008
testSetupSuccess2.586
testExistenceCheckingSettingSuccess0.001
testCreateBeerConsumerSuccess0.005
testCreateAlpineSuccess0.023
testCreateCanadianSuccess0.013
testCreateCertificationsSuccess0.010
testCreateTelephoneNumbersSuccess0.020
testReadBeerConsumerSuccess0.004
testReadAlpineSuccess0.003
testReadCanadianSuccess0.003
testInsertNewAlpineSuccess0.033
testInsertNewAlpineAndModifyOrderOfExistingAlpinesSuccess0.038
testUpdateAlpineSuccess0.011
testUpdateAlpineThroughBeerConsumerSuccess0.017
testUpdateBeerConsumerSuccess0.008
testUpdateCanadianSuccess0.011
testUpdateCanadianThroughBeerConsumerSuccess0.012
testUpdateCertificationsSuccess0.019
testUpdateTelephoneNumberThroughBeerConsumerSuccess0.009
testShuffleTelephoneNumbersOnBeerConsumersSuccess0.015
testDeleteAlpineSuccess0.009
testDeleteCanadianSuccess0.005
testDeleteBeerConsumerSuccess0.017
testOptimisticLockingTestSuccess0.025
testgetReferenceSuccess1.260
testcreateNativeQuerySuccess1.647
testcreateNativeQueryWithSelectSQLSuccess1.730
testNativeNamedQuerySuccess1.589
testSetParameterUsingNullSuccess1.513
testExcludingUnneccesaryJoinSuccess1.855
testRemoveUnneccesaryDistinctFromJoinSuccess1.586
testLeftTrimWithTrimCharSuccess1.578
testLeftTrimWithoutTrimCharSuccess1.573
testRightTrimWithTrimCharSuccess1.576
testRightTrimWithoutTrimCharSuccess1.601
testTrimWithTrimCharSuccess1.545
testTrimWithoutTrimCharSuccess1.481
testLocateWithSingleArgumentSuccess1.518
testLocateWithDoubleArgumentSuccess1.486
testSetupSuccess0.254
testInsertVirtualAttributeSuccess0.010
testReadVirtualAttributeSuccess0.000
testUpdateVirtualAttributeSuccess0.004
testDeleteVirtualAttributeSuccess0.009
testCacheIsolation_PropertiesDefault_ConfigSuccess0.090
testCacheIsolation_XMLDefault_ConfigSuccess0.117
testJTADatasource_Config_OverrideSuccess0.003
testNonJTADatasource_Config_OverrideSuccess0.006
testPKClassTypeValidationSuccess0.001
testParameterNameValidationSuccess0.001
testParameterPositionValidationSuccess0.001
testParameterPositionValidation2Success0.001
selfReferencingManyToManyCreateTestSuccess1.503
testManyToManyClearDeleteSuccess1.916
testSetupSuccess1.872
testCreateItemSuccess0.011
testModifyItemSuccess0.007
testVerifyItemSuccess0.001
testInstantiationCopyPolicySuccess0.000
testCopyPolicySuccess0.000
testCloneCopyPolicySuccess0.000
testCollectionImplementationSuccess0.003
testSetupSuccess3.698
testSelectPhoneNumberAreaCodeSuccess0.005
testSelectPhoneNumberAreaCodeWithEmployeeSuccess0.014
testSelectPhoneNumberNumberWithEmployeeWithExplicitJoinSuccess0.009
testSelectPhoneNumberNumberWithEmployeeWithFirstNameFirstSuccess0.009
testSelectEmployeeWithSameParameterUsedMultipleTimesSuccess0.009
testOuterJoinOnOneToOneSuccess0.016
testOuterJoinPolymorphicSuccess0.013
testFirstResultOnNamedQuerySuccess0.005
testInvertedSelectionCriteriaNullPKSuccess0.006
testInvertedSelectionCriteriaInvalidQueryKeySuccess0.013
testMaxAndFirstResultsOnDataQuerySuccess0.003
testMaxAndFirstResultsOnDataQueryWithGroupBySuccess0.003
testMaxAndFirstResultsOnObjectQueryOnInheritanceRootSuccess0.002
testDistinctSelectForEmployeeWithNullAddressSuccess0.008
testSetupSuccess3.849
simpleJoinFetchTestSuccess0.468
simpleJoinFetchTest2Success0.556
baseTestCaseSuccess0.303
simpleABSTestSuccess0.032
simpleBetweenAndTestSuccess0.106
simpleBetweenTestSuccess0.136
simpleConcatTestSuccess0.021
simpleConcatTestWithParametersSuccess0.021
simpleConcatTestWithConstants1Success0.062
simpleDistinctTestSuccess0.015
simpleDistinctNullTestSuccess0.015
simpleDistinctMultipleResultTestSuccess0.015
simpleDoubleOrTestSuccess0.067
simpleEqualsBracketsTestSuccess0.020
simpleEqualsTestSuccess0.021
simpleEqualsTestWithJoinSuccess0.047
simpleEqualsWithAsSuccess0.020
collectionMemberIdentifierEqualsTestSuccess0.027
abstractSchemaIdentifierEqualsTestSuccess0.037
abstractSchemaIdentifierNotEqualsTestSuccess0.351
simpleInOneDotTestSuccess0.050
simpleInTestSuccess0.028
simpleLengthTestSuccess0.028
simpleLikeTestSuccess0.052
simpleLikeTestWithParameterSuccess0.082
simpleLikeEscapeTestWithParameterSuccess0.006
simpleNotBetweenTestSuccess0.366
simpleNotEqualsVariablesIntegerSuccess0.583
simpleNotInTestSuccess0.241
simpleNotLikeTestSuccess0.222
simpleOrFollowedByAndTestSuccess0.034
simpleOrFollowedByAndTestWithStaticNamesSuccess0.052
simpleOrTestSuccess0.035
simpleParameterTestSuccess0.026
simpleParameterTestChangingParametersSuccess0.062
simpleReverseAbsTestSuccess0.020
simpleReverseConcatTestSuccess0.021
simpleReverseEqualsTestSuccess0.022
simpleReverseLengthTestSuccess0.021
simpleReverseParameterTestSuccess0.044
simpleReverseSqrtTestSuccess0.021
simpleReverseSubstringTestSuccess0.029
simpleSqrtTestSuccess0.018
simpleSubstringTestSuccess0.021
simpleNullTestSuccess0.021
simpleNotNullTestSuccess0.261
distinctTestSuccess0.054
conformResultsInUnitOfWorkTestSuccess0.073
simpleModTestSuccess0.260
simpleIsEmptyTestSuccess0.018
simpleIsNotEmptyTestSuccess0.248
simpleApostrohpeTestSuccess0.007
simpleEscapeUnderscoreTestSuccess0.005
simpleEnumTestSuccess0.003
smallProjectMemberOfProjectsTestSuccess0.095
smallProjectNOTMemberOfProjectsTestSuccess0.150
selectCountOneToOneTestSuccess0.007
selectOneToOneTestSuccess0.007
selectPhonenumberDeclaredInINClauseTestSuccess0.118
selectPhoneUsingALLTestSuccess0.074
selectSimpleMemberOfWithParameterTestSuccess0.021
selectSimpleNotMemberOfWithParameterTestSuccess0.243
selectSimpleBetweenWithParameterTestSuccess0.098
selectSimpleInWithParameterTestSuccess0.037
selectAverageQueryForByteColumnTestSuccess0.003
selectUsingLockModeQueryHintTestSuccess0.007
multipleExecutionOfNamedQueryTestSuccess0.010
selectNamedNativeQueryWithPositionalParameterTestSuccess0.005
selectNativeQueryWithPositionalParameterTestSuccess0.006
testOneEqualsOneSuccess0.017
testSetupSuccess4.371
complexABSTestSuccess0.043
complexABSWithParameterTestSuccess0.008
compexInTestSuccess0.168
complexLengthTestSuccess0.023
complexLikeTestSuccess0.030
complexNotInTestSuccess0.270
complexNotLikeTestSuccess0.276
complexParameterTestSuccess0.031
complexReverseAbsTestSuccess0.048
complexReverseLengthTestSuccess0.043
complexReverseParameterTestSuccess0.038
complexReverseSqrtTestSuccess0.036
complexSqrtTestSuccess0.058
complexStringInTestSuccess0.069
complexStringNotInTestSuccess0.257
complexSubstringTestSuccess0.018
complexLocateTestSuccess0.011
complexNestedOneToManyUsingInClauseSuccess0.038
complexUnusedVariableTestSuccess0.240
complexJoinTestSuccess0.018
complexMultipleJoinOfSameRelationshipSuccess0.005
complexMultipleLeftOuterJoinOfSameRelationshipSuccess0.005
complexFetchJoinTestSuccess0.232
complexOneToOneFetchJoinTestSuccess0.008
complexSelectRelationshipTestSuccess0.010
complexConstructorTestSuccess0.007
complexConstructorVariableTestSuccess0.009
complexConstructorRelationshipTestSuccess0.011
complexConstructorAggregatesTestSuccess0.009
complexConstructorCountOnJoinedVariableTestSuccess0.029
complexResultPropertiesTestSuccess0.019
complexInSubqueryTestSuccess0.006
complexExistsTestSuccess0.040
complexNotExistsTestSuccess0.036
complexMemberOfTestSuccess0.085
complexNotMemberOfTestSuccess0.139
complexNavigatingEmbeddedSuccess0.003
complexNavigatingTwoLevelOfEmbeddedsSuccess0.002
complexNamedQueryResultPropertiesTestSuccess0.031
complexOuterJoinQuerySuccess0.009
testSetupSuccess8.602
testStraightReadSuperClassSuccess0.021
testStraightReadSubClassSuccess0.009
testJoinSuperClassSuccess0.030
testJoinSubClassSuccess0.018
testJoinFetchSuperClassSuccess0.027
testJoinFetchSubClassSuccess0.015
testJoinedInheritanceSuccess0.004
testJoinedInheritanceWithLeftOuterJoin1Success0.003
testJoinedInheritanceWithLeftOuterJoin2Success0.011
testJoinedInheritanceWithLeftOuterJoin3Success0.003
testSetupSuccess4.213
generalExceptionTestSuccess0.006
recognitionExceptionTestSuccess0.001
missingSelectExceptionTestSuccess0.000
malformedJPQLExceptionTest1Success0.000
malformedJPQLExceptionTest2Success0.000
malformedJPQLExceptionTest3Success0.001
malformedJPQLExceptionTest4Success0.000
malformedJPQLExceptionTest5Success0.002
malformedJPQLExceptionTest6Success0.003
malformedJPQLExceptionTest7Success0.000
malformedJPQLExceptionTest8Success0.001
noAliasWithWHEREAndParameterExceptionTestSuccess0.001
multipleDeclarationOfIdentificationVariableSuccess0.000
aliasResolutionExceptionSuccess0.001
illegalArgumentExceptionTestSuccess0.001
createNamedQueryThrowsIllegalArgumentExceptionTestSuccess0.000
flushTxExceptionTestSuccess0.000
testExecuteUpdateTxExceptionSuccess0.000
noResultExceptionTestSuccess0.002
testGetSingleResultOnUpdateSuccess0.001
testGetSingleResultOnDeleteSuccess0.000
testExecuteUpdateOnSelectSuccess0.001
flushOptimisticLockExceptionTestSuccess0.021
commitOptimisticLockExceptionTestSuccess0.015
JTAOptimisticLockExceptionTestSuccess0.014
testParameterNameValidationSuccess0.000
testModArgumentValidationSuccess0.000
testInExpressionValidationSuccess0.000
testOrderableTypeInOrderByItemSuccess0.001
testInvalidNavigationSuccess0.001
testInvalidCollectionNavigationSuccess0.001
testUnknownAttributeSuccess0.001
testUnknownEnumConstantSuccess0.001
testCommitRollbackExceptionSuccess0.006
testParameterPositionValidationSuccess0.000
testParameterPositionValidation2Success0.000
testParameterTypeValidationSuccess0.001
testEjbqlCaseSensitivitySuccess0.006
testEjbqlUnsupportJoinArgumentSuccess0.001
testInvalidSetClauseSuccess0.000
testUnsupportedCountDistinctOnOuterJoinedCompositePKSuccess0.001
testInvalidHintSuccess0.001
testSetupSuccess5.976
complexAVGTestSuccess0.004
complexCountDistinctWithGroupByAndHavingTestSuccess0.007
complexCountDistinctWithGroupByTestSuccess0.007
complexCountDistinctWithGroupByTest2Success0.006
complexHavingWithAggregateSuccess0.014
complexCountTestSuccess0.003
complexCountWithGroupByTestSuccess0.005
complexDistinctCountTestSuccess0.005
complexMaxTestSuccess0.004
complexMinTestSuccess0.003
complexSumTestSuccess0.003
complexCountDistinctOnBaseQueryClassSuccess0.007
complexCountOnJoinedVariableSimplePKSuccess0.005
complexCountOnJoinedVariableCompositePKSuccess0.009
complexCountOnJoinedVariableOverManyToManySelfRefRelationshipSuccess0.003
complexCountOnJoinedCompositePKSuccess0.012
testSetupSuccess0.145
testSqlDateSuccess0.003
testSqlDateToTSSuccess0.001
testTimeSuccess0.002
testTimeToTSSuccess0.003
testTimestampSuccess0.002
testTimestampToDateSuccess0.001
testTimestampToTimeSuccess0.001
testUtilDateSuccess0.002
testCalenderWithUtilDateSuccess0.003
testSqlDateWithCalSuccess0.001
testTimeWithCalSuccess0.001
testTimestampWithCalSuccess0.001
testCalendarSuccess0.001
testTimestampGreaterThanSuccess0.002
testTimestampLessThanSuccess0.002
testTimestampInSuccess0.002
testTimestampBetweenSuccess0.002
testSetupSuccess3.538
multipleParameterTestSuccess0.021
updateEnumParameterSuccess0.024
testSetupSuccess5.052
findAllOrdersSuccess0.004
findEmployeesInOntarioSuccess0.088
findAllProvinceWithEmployeesSuccess0.005
findAllEmployeesWithPhoneNumbersSuccess0.148
findAllEmployeesWithOutPhoneNumbersSuccess0.013
findAllEmployeesWithCellPhonesSuccess0.062
findOrdersWithDifferentBilledCustomerSuccess0.005
findEmployeeWithWorkPhone2258812Success0.082
parameterTestSuccess0.085
getOrderLargerThanSuccess0.005
getSalesPersonForOrdersSuccess0.005
getOrderForCustomerSuccess0.010
testOuterJoinSuccess0.049
testExistsExpressionSuccess0.006
testAllExpressionsSuccess0.008
testCountInSubQuerySuccess0.003
testGroupByHavingExpressionSuccess0.012
testGroupByHavingCountSuccess0.006
testConstructorQuerySuccess0.003
testSumExpressionSuccess0.005
testAvgExpressionSuccess0.013
testOrderByExpressionSuccess0.038
testCountInSubQuerySuccess0.003
testOrderByExpressionWithSelectSuccess0.007
testDeleteExpressionSuccess0.027
testComplexDeleteExpressionFailureComplex 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
updateAllTestSuccess0.038
namedQueryCloneTestFailureNamed 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
aggregateParameterTestSuccess0.050
testEJBQLQueryStringSuccess0.012
updateEmbeddedFieldTestSuccess0.021
testSetupSuccess3.757
simpleUpdateSuccess3.876
updateWithSubquerySuccess4.016
updateEmbeddedSuccess3.765
updateEmbeddedFieldTestSuccess3.633
updateUnqualifiedAttributeInSetSuccess3.508
updateUnqualifiedAttributeInWhereSuccess4.151
updateDateTimeFieldsSuccess4.131
simpleDeleteSuccess3.968
testSetupSuccess4.156
simpleUpdateSuccess4.647
updateWithSubquerySuccess3.090
updateEmbeddedSuccess2.965
updateEmbeddedFieldTestSuccess4.374
updateUnqualifiedAttributeInSetSuccess4.896
updateUnqualifiedAttributeInWhereSuccess3.655
updateDateTimeFieldsSuccess3.854
simpleDeleteSuccess3.726
testSetupSuccess3.703
testQueryCacheFirstCacheHitsSuccess0.011
testQueryCacheOnlyCacheHitsSuccess0.006
testQueryCacheOnlyCacheHitsOnSessionSuccess0.007
testQueryPrimaryKeyCacheHitsSuccess0.007
testQueryExactPrimaryKeyCacheHitsSuccess0.006
testQueryTypeCacheHitsSuccess0.006
testQueryCacheSuccess0.008
testObjectResultTypeSuccess0.029
testNativeResultTypeSuccess0.016
testCursorsSuccess0.032
testFetchGroupsSuccess0.033
testMultipleNamedJoinFetchsSuccess0.013
testSetupSuccess1.733
testCreateEmployeeSuccess0.012
testReadEmployeeSuccess0.001
testNamedNativeQueryOnAddressSuccess0.007
testNamedQueryOnEmployeeSuccess0.003
testUpdateEmployeeSuccess0.005
testRefreshNotManagedEmployeeSuccess0.001
testRefreshRemovedEmployeeSuccess0.029
testDeleteEmployeeSuccess0.011
testUnidirectionalPersistSuccess0.071
testUnidirectionalUpdateSuccess0.053
testUnidirectionalFetchJoinSuccess0.051
testUnidirectionalTargetLocking_AddRemoveTargetSuccess0.044
testUnidirectionalTargetLocking_DeleteSourceSuccess0.052
testSetupSuccess0.501
testCreateCustomerSuccess0.005
testCreateItemSuccess0.004
testCreateOrderSuccess0.004
testReadCustomerSuccess0.000
testReadItemSuccess0.000
testReadOrderSuccess0.001
testNamedQueryOnCustomerSuccess0.001
testNamedQueryOnItemSuccess0.002
testNamedQueryOnOrderSuccess0.002
testUpdateCustomerSuccess0.003
testUpdateItemSuccess0.005
testUpdateOrderSuccess0.005
testDeleteOrderSuccess0.004
testDeleteCustomerSuccess0.005
testDeleteItemSuccess0.005
testSetupSuccess0.938
testUnidirectionalOneToOneCreateSuccess0.013
testUnidirectionalOneToOneReadSuccess0.001
testUnidirectionalOneToOneDeleteNonowningSuccess0.008
testUnidirectionalOneToOneDeleteOwningSuccess0.003
testUnidirectionalOneToManyCreateSuccess0.012
testUnidirectionalOneToManyReadSuccess0.001
testUnidirectionalOneToManyDeleteNonowningSuccess0.004
testUnidirectionalOneToManyDeleteOwningSuccess0.007
testUnidirectionalManyToOneCreateSuccess0.010
testUnidirectionalManyToOneReadSuccess0.002
testUnidirectionalManyToOneDeleteNonowningSuccess0.008
testUnidirectionalManyToOneDeleteOwningSuccess0.008
testUnidirectionalManyToManyCreateSuccess0.008
testUnidirectionalManyToManyReadSuccess0.002
testUnidirectionalManyToManyDeleteNonowningSuccess0.004
testUnidirectionalManyToManyDeleteOwningSuccess0.005
testSetupSuccess1.053
testCreateFueledVehicleSuccess0.010
testCreateBusFueledVehicleSuccess0.008
testCreateNonFueledVehicleSuccess0.016
testReadFueledVehicleSuccess0.001
testReadNonFueledVehicleSuccess0.001
testNamedNativeQueryOnSportsCarSuccess0.001
testUpdateBusFueledVehicleSuccess0.006
testUpdateFueledVehicleSuccess0.004
testUpdateNonFueledVehicleSuccess0.004
testDeleteBusFueledVehicleSuccess0.006
testDeleteFueledVehicleSuccess0.007
testDeleteNonFueledVehicleSuccess0.005
testSetupSuccess1.788
testOneToManyRelationshipsSuccess0.008
testVerifyOneToManyRelationshipsSuccess0.003
testCreateBeerConsumerSuccess0.014
testReadBeerConsumerSuccess0.001
testCreateNoviceBeerConsumerSuccess0.014
testReadNoviceBeerConsumerSuccess0.001
testCreateExpertBeerConsumerSuccess0.020
testReadExpertBeerConsumerSuccess0.004
testNamedNativeQueryBeerConsumersSuccess0.002
testNamedNativeQueryCertificationsSuccess0.002
testUpdateBeerConsumerSuccess0.002
testDeleteBeerConsumerSuccess0.014
testInheritanceDiscriminatorFieldValueSuccess0.000
testMappingsTypesSuccess0.000
testSetupSuccess0.532
testCustomerOrdersMappingSuccess0.000
testOrderCustomerMappingSuccess0.000
testItemNameMappingSuccess0.000
testCreateCustomerSuccess0.003
testCreateItemSuccess0.009
testCreateOrderSuccess0.004
testReadCustomerSuccess0.000
testReadItemSuccess0.000
testReadOrderSuccess0.000
testNamedQueryOnCustomerSuccess0.001
testNamedQueryOnItemSuccess0.001
testNamedQueryOnOrderSuccess0.001
testUpdateCustomerSuccess0.003
testUpdateItemSuccess0.010
testUpdateOrderSuccess0.008
testDeleteOrderSuccess0.005
testDeleteCustomerSuccess0.004
testDeleteItemSuccess0.004
testSetupSuccess0.560
testCreateCustomerSuccess0.003
testCreateItemSuccess0.007
testCreateOrderSuccess0.004
testReadCustomerSuccess0.000
testReadItemSuccess0.000
testReadOrderSuccess0.000
testUpdateCustomerSuccess0.003
testUpdateItemSuccess0.010
testUpdateOrderSuccess0.008
testDeleteOrderSuccess0.006
testDeleteCustomerSuccess0.005
testDeleteItemSuccess0.006
testSetupSuccess0.806
testCreateEmployeeSuccess0.021
testReadEmployeeSuccess0.000
testUpdateEmployeeSuccess0.005
testDeleteEmployeeSuccess0.010
testSetupSuccess1.912
testOneToManyRelationshipsSuccess0.010
testVerifyOneToManyRelationshipsSuccess0.003
testCreateBeerConsumerSuccess0.018
testReadBeerConsumerSuccess0.000
testNamedNativeQueryBeerConsumersSuccess0.003
testNamedNativeQueryCertificationsSuccess0.003
testMappedSuperclassTransientFieldSuccess0.007
testTransientFieldSuccess0.004
testUpdateBeerConsumerSuccess0.003
testDeleteBeerConsumerSuccess0.014
testBeerLifeCycleMethodAnnotationIgnoredSuccess0.004
testMappedSuperclassEntityListenerSuccess0.004
testMappedSuperclassEmbeddedXMLElementSuccess0.000
testSetupSuccess2.780
testCreateDepartmentSuccess0.006
testCreateScientistsSuccess0.025
testReadDepartmentSuccess0.001
testReadJuniorScientistSuccess0.003
testAnyAndAllSuccess0.021
testDepartmentAdminSuccess0.014
testSetupSuccess3.096
testEL254937Success0.010
testGF1894Success0.007
testManAndWomanSuccess0.012
testSetupSuccess0.000
testDDLPkConstraintErrorIncludingRelationTableColumnNameSuccess0.006
testDDLUniqueKeysAsJoinColumnsSuccess0.007
testDDLUniqueConstraintsByAnnotationsSuccess0.015
testDDLUniqueConstraintsByXMLSuccess0.018
testDDLSubclassEmbeddedIdPkColumnsInJoinedStrategySuccess0.006
testBug241308Success0.004
testDDLUnidirectionalOneToManySuccess0.014
testCascadeMergeOnManagedEntityWithOrderedListSuccess0.018
testSetupSuccess0.584
testSessionXMLPropertySuccess0.034
testSessionEventListenerPropertySuccess0.005
testExceptionHandlerPropertySuccess0.002
testNativeSQLPropertySuccess0.001
testCacheStatementsAndItsSizePropertySuccess0.000
testBatchwritingPropertySuccess0.000
testCopyDescriptorNamedQueryToSessionPropertySuccess0.000
testLoggingTyperPropertySuccess0.001
testProfilerTyperPropertySuccess0.174
testSetupSuccess0.293
testCreateWrapperTypesSuccess0.007
testNullifyBigDecimalSuccess0.004
testNullifyBigIntegerSuccess0.003
testNullifyBooleanSuccess0.003
testNullifyByteSuccess0.003
testNullifyCharacterSuccess0.004
testNullifyShortSuccess0.004
testNullifyIntegerSuccess0.004
testNullifyLongSuccess0.004
testNullifyFloatSuccess0.003
testNullifyDoubleSuccess0.004
testNullifyStringSuccess0.004
testCreateByteArrayTypeSuccess0.007
testCreatePrimitiveByteArrayTypeSuccess0.007
testCreateCharacterArrayTypeSuccess0.007
testCreateCharArrayTypeSuccess0.008
testPrimitiveByteArrayPKSuccess0.000
testSetupSuccess0.142
testCreateDateTimeSuccess0.004
testNullifySqlDateSuccess0.005
testNullifyTimeSuccess0.003
testNullifyTimestampSuccess0.003
testNullifyUtilDateSuccess0.003
testNullifyCalendarSuccess0.003
testSetupSuccess0.160
testCreateSuccess0.010
testReadSuccess0.006
testUpdateSuccess0.005
testDeleteSuccess0.005

Back to top

Back to the top