Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Bugs/309681"

m (org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager)
m (org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager)
Line 11: Line 11:
 
==== org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager ====
 
==== org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager ====
  
{| border="1" cellspacing="0" cellpadding="5"
+
{| style="width:100%" border="1" cellspacing="0" cellpadding="5" align="center2
 
|+ TestCache
 
|+ TestCache
 
|-
 
|-
! method !! skip annotation !! bugid !! analysis
+
!width="250"| method  
 +
!width="100"| skip annotation  
 +
!width="70"| bugid  
 +
!| analysis
 
|-
 
|-
 
| testContains || @ToBeinvestigated ||  ||  
 
| testContains || @ToBeinvestigated ||  ||  
 
|-
 
|-
 
| testInvalidateRemote || @ToBeinvestigated ||  ||  
 
| testInvalidateRemote || @ToBeinvestigated ||  ||  
 +
|-
 +
| testInvalidateUpdate || @ToBeinvestigated ||  ||
 +
|-
 +
| testNotOwningSide || @ToBeinvestigated ||  ||
 +
|-
 +
| testNotOwningSide2 || @ToBeinvestigated ||  ||
 +
|-
 +
| testRelation || @ToBeinvestigated ||  ||
 +
|-
 +
| testTimetoLive || @ToBeinvestigated ||  ||
 +
|}
 +
 +
 +
{| style="width:100%" border="1" cellspacing="0" cellpadding="5"
 +
|+ TestCascadeFlush
 +
|-
 +
!width="250"| method
 +
!width="100"| skip annotation
 +
!width="70"| bugid
 +
!| analysis
 +
|-
 +
| testSimpleCascadeToDetached2a || @ToBeinvestigated ||  ||
 +
|-
 +
| testSimpleCascadeToDetached2b || @ToBeinvestigated ||  ||
 +
|-
 +
| testSimpleCascadeToDetached2c || @ToBeinvestigated ||  ||
 +
|}
 +
 +
 +
{| style="width:100%" border="1" cellspacing="0" cellpadding="5"
 +
|+ TestCascadeMerge
 +
|-
 +
!width="250"| method
 +
!width="100"| skip annotation
 +
!width="70"| bugid
 +
!| analysis
 +
|-
 +
| testCascadeDetached || @ToBeinvestigated ||  ||
 +
|-
 +
| testSimpleCascadeNew || @ToBeinvestigated ||  ||
 +
|}
 +
 +
 +
{| style="width:100%" border="1" cellspacing="0" cellpadding="5"
 +
|+ TestCascadeRefresh
 +
|-
 +
!width="250"| method
 +
!width="100"| skip annotation
 +
!width="70"| bugid
 +
!| analysis
 +
|-
 +
| testCascade || @ToBeinvestigated ||  ||
 +
|}
 +
 +
 +
{| style="width:100%" border="1" cellspacing="0" cellpadding="5"
 +
|+ TestCascadeRemove
 +
|-
 +
!width="250"| method
 +
!width="100"| skip annotation
 +
!width="70"| bugid
 +
!| analysis
 +
|-
 +
| testCircularCascade || @ToBeinvestigated ||  ||
 +
|}
 +
 +
 +
{| style="width:100%" border="1" cellspacing="0" cellpadding="5"
 +
|+ TestEntityManagerFactory
 +
|-
 +
!width="250"| method
 +
!width="100"| skip annotation
 +
!width="70"| bugid
 +
!| analysis
 +
|-
 +
| testEntityManagerFactoryCloseActiveTransaction || @ToBeinvestigated ||  ||
 +
|}
 +
 +
 +
{| style="width:100%" border="1" cellspacing="0" cellpadding="5"
 +
|+ TestGetReference
 +
|-
 +
!width="250"| method
 +
!width="100"| skip annotation
 +
!width="70"| bugid
 +
!| analysis
 +
|-
 +
| testCascadePersistOnFlush || @ToBeinvestigated ||  ||
 +
|-
 +
| testCascadeRemove || @ToBeinvestigated ||  ||
 +
|}
 +
 +
 +
{| style="width:100%" border="1" cellspacing="0" cellpadding="5"
 +
|+ TestMerge
 +
|-
 +
!width="250"| method
 +
!width="100"| skip annotation
 +
!width="70"| bugid
 +
!| analysis
 +
|-
 +
| testIlegalArgumentWithDeserializedEntity || @ToBeinvestigated ||  ||
 +
|-
 +
| testIlegalArgumentWithLazyRelationPending || @ToBeinvestigated ||  ||
 +
|-
 +
| testMergeDetachedWithRelation || @ToBeinvestigated ||  ||
 +
|-
 +
| testMergeNewWithRelation || @ToBeinvestigated ||  ||
 +
|-
 +
| testMergeRemoved || @ToBeinvestigated ||  ||
 +
|-
 +
| testNastyTimestampTwice || @ToBeinvestigated ||  ||
 +
|-
 +
| testNastyTimestampTwiceNotInitial || @ToBeinvestigated ||  ||
 
|}
 
|}

Revision as of 10:34, 4 May 2010

Bug 309681 - Investigate WDF test annotated with @ToBeInvestigated

The test suite jpa/eclipselink.jpa.wdf.test ("WDF tests") has originally not been written for EclipseLink but for a different JPA implementation. Many tests don't fit perfectly to EclipseLink but are failing due to different issues. In order to benefit from the additional test set as soon as possible, it has been decided to exclude failing tests from a regular test execution using the special skip annotations. Skipping the questionable tests allows to incorporate the WDF tests into the nightly regression test suite.

The annotation @Bugzilla(bugid=<bug id>) indicates that a test is skipped due to an issue, which is followed up in an bugzilla ticket with id <bug id>.

The annotation @ToBeinvestigated indicates that a test is not compatible with EclipseLink and is skipped but the reason for the incompatibility has to be investigated.

Analysis of Tests by Package

org.eclipse.persistence.testing.tests.wdf.jpa1.entitymanager

TestCache
method skip annotation bugid analysis
testContains @ToBeinvestigated
testInvalidateRemote @ToBeinvestigated
testInvalidateUpdate @ToBeinvestigated
testNotOwningSide @ToBeinvestigated
testNotOwningSide2 @ToBeinvestigated
testRelation @ToBeinvestigated
testTimetoLive @ToBeinvestigated


TestCascadeFlush
method skip annotation bugid analysis
testSimpleCascadeToDetached2a @ToBeinvestigated
testSimpleCascadeToDetached2b @ToBeinvestigated
testSimpleCascadeToDetached2c @ToBeinvestigated


TestCascadeMerge
method skip annotation bugid analysis
testCascadeDetached @ToBeinvestigated
testSimpleCascadeNew @ToBeinvestigated


TestCascadeRefresh
method skip annotation bugid analysis
testCascade @ToBeinvestigated


TestCascadeRemove
method skip annotation bugid analysis
testCircularCascade @ToBeinvestigated


TestEntityManagerFactory
method skip annotation bugid analysis
testEntityManagerFactoryCloseActiveTransaction @ToBeinvestigated


TestGetReference
method skip annotation bugid analysis
testCascadePersistOnFlush @ToBeinvestigated
testCascadeRemove @ToBeinvestigated


TestMerge
method skip annotation bugid analysis
testIlegalArgumentWithDeserializedEntity @ToBeinvestigated
testIlegalArgumentWithLazyRelationPending @ToBeinvestigated
testMergeDetachedWithRelation @ToBeinvestigated
testMergeNewWithRelation @ToBeinvestigated
testMergeRemoved @ToBeinvestigated
testNastyTimestampTwice @ToBeinvestigated
testNastyTimestampTwiceNotInitial @ToBeinvestigated

Back to the top