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"

(New page: == 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 ...)
 
m (Bug 309681 - Investigate WDF test annotated with @ToBeInvestigated)
Line 6: Line 6:
  
 
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.
 
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 ====
 +
 +
{| class="wikitable" style="text-align:center"
 +
|+ TestCache
 +
|-
 +
! method !! annotation !! bugid !! analysis
 +
|-
 +
| testContains || @ToBeinvestigated ||  ||
 +
|-
 +
| testInvalidateRemote || @ToBeinvestigated ||  ||
 +
|}

Revision as of 09: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 annotation bugid analysis
testContains @ToBeinvestigated
testInvalidateRemote @ToBeinvestigated

Back to the top