Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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/Development/Testing/Status"

Line 4: Line 4:
  
 
====MySQL====
 
====MySQL====
 +
* The SRGTestModel has a small number of failures on MySQL 5
 +
** At last update 638 of 650 tests pass and there are 17 warnings
 +
** There are 3 FatalErrors in the QueryFrameworkTestSuite related to Null not being a valid DB type
 +
** There is 1 Error in the UnitOfWorkTestSuite related to a foreign key issue.
  
 
====Oracle====
 
====Oracle====
Line 14: Line 18:
  
 
====MySQL====
 
====MySQL====
* The FullRegressionSuite has only a few failures when run om MySQL5
+
* The FullRegressionSuite has only a few failures when run om MySQL 5
 
** At last update, 873 tests run.  There are 6 errors and 1 failure.
 
** At last update, 873 tests run.  There are 6 errors and 1 failure.
 
** 4 of the errors are related to calling StoredProcedures
 
** 4 of the errors are related to calling StoredProcedures

Revision as of 09:26, 18 October 2007

Current EclipseLink Test Status

Foundation

MySQL

  • The SRGTestModel has a small number of failures on MySQL 5
    • At last update 638 of 650 tests pass and there are 17 warnings
    • There are 3 FatalErrors in the QueryFrameworkTestSuite related to Null not being a valid DB type
    • There is 1 Error in the UnitOfWorkTestSuite related to a foreign key issue.

Oracle

  • Both the SRGTestModel and LRGTestModel should pass when run on Oracle 10.2
    • At last update 659 of 659 SRGTestModel tests pass
    • At last update 6661 of 6741 tests pass (with 80 warnings and 0 failures)
  • Running the legacy LRG

JPA

MySQL

  • The FullRegressionSuite has only a few failures when run om MySQL 5
    • At last update, 873 tests run. There are 6 errors and 1 failure.
    • 4 of the errors are related to calling StoredProcedures
    • 1 of the errors is related to an outer join
    • 1 of the errors occurs in a sessions.xml test
    • The failure is a warning related to RAW types on PKs only working on Oracle
    • Work will be done in the near future to bring the pass rate to 100%

Oracle

MOXy

DBWS

SDO

Back to the top