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"

(Platform Results)
(Platform Results)
Line 29: Line 29:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td>2007-12-03</td> <td>AllCMP3TestRunModel</td> <td>MySQL 5</td> <td>WinXP</td> <td>James</td> <td>982</td> <td>1</td> <td>7</td> <td>2</td> <td>0</td> <td>0</td> <td>992</td>
+
<td>2007-12-03</td> <td>AllCMP3TestRunModel</td> <td>MySQL 5</td> <td>WinXP</td> <td>James</td> <td>982</td> <td>1</td> <td>7</td> <td>2</td> <td>0</td> <td>0</td> <td>992</td> [[#MySQL Errors|1]]
<ref>
+
GetSingleResultTest - MySQLSyntaxErrorException: Table 'coredev1.cmp3_fieldaccess_item' doesn't exist
+
testManagedEmployeesMassInsertUseSequencing, testManagedEmployeesMassInsertDoNotUseSequencing, testManagedEmployeesMassMergeUseSequencing, testManagedEmployeesMassMergeDoNotUseSequencing, testBulkDeleteThenMerge, testDeleteExpression, testComplexDeleteExpression - MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`coredev1/cmp3_employee')
+
</ref>
+
 
</tr>
 
</tr>
 
</table>
 
</table>
  
</references>
+
=====MySQL Errors=====
 +
GetSingleResultTest - MySQLSyntaxErrorException: Table 'coredev1.cmp3_fieldaccess_item' doesn't exist
 +
 
 +
testManagedEmployeesMassInsertUseSequencing, testManagedEmployeesMassInsertDoNotUseSequencing, testManagedEmployeesMassMergeUseSequencing, testManagedEmployeesMassMergeDoNotUseSequencing, testBulkDeleteThenMerge, testDeleteExpression, testComplexDeleteExpression - MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`coredev1/cmp3_employee')
  
 
====MySQL====
 
====MySQL====

Revision as of 16:58, 3 December 2007

Current EclipseLink Test Status

Foundation

Running the foundation tests

Platform Results

Date last run Test Database OS Ran by Pass Errors Fail Warning Setup failures Setup warning Total
2007-12-03 SRGTestModel MySQL 5 WinXP James 642 0 0 17 0 0 659
2007-12-03 SRGTestModel Oracle 10g WinXP James 659 0 0 0 0 0 659
2007-12-03 LRGTestModel MySQL 5 WinXP James 6023 0 0 196 0 6 6219

JPA

Running the JPA LRG

Platform Results

1
Date last run Test Database OS Ran by Pass Errors Fail Warning Setup failures Setup warning Total
2007-12-03 AllCMP3TestRunModel MySQL 5 WinXP James 982 1 7 2 0 0 992
MySQL Errors

GetSingleResultTest - MySQLSyntaxErrorException: Table 'coredev1.cmp3_fieldaccess_item' doesn't exist

testManagedEmployeesMassInsertUseSequencing, testManagedEmployeesMassInsertDoNotUseSequencing, testManagedEmployeesMassMergeUseSequencing, testManagedEmployeesMassMergeDoNotUseSequencing, testBulkDeleteThenMerge, testDeleteExpression, testComplexDeleteExpression - MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`coredev1/cmp3_employee')

MySQL

  • The FullRegressionSuite has only a few failures when run on 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

  • The FullRegressionTestSuite passes completely when run on Oracle 10.2
    • at last update: 874 of 874 tests pass

MOXy

  • The OXM test suite passes completly
    • At last update, 10818 tests run successfully
  • The JAXB test suite passes completly
    • At last update, 323 tests run successfully
  • Running the MOXy JUnit tests

SDO

  • The SDO tests currently are expected to run with 4 failures and 1 errors.
  • At last update, 3805 run, 3795 tests pass

1 Expected Error:

  • org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave
    • 1 - LoadAndSavePurchaseOrderWithAnnotation:testNoSchemaLoadFromInputStreamSaveDataObjectToString
      • Introduced on 070921 until SDO spec. resolution is received.

4 Expected Failures:

  • 4 in org.eclipse.persistence.testing.sdo.helper.xmlhelper.loadandsave
    • new failures - verifyAfterLoad assertion.
  • 1 Known intermittent failure (to be fixed) that increase the failures by 1 - that tests concurrency issues with open content properties
    • in org.eclipse.persistence.testing.helper.helpercontext.SDOHelperContextMultiThreadedTest

Work will be done in the near future to bring the pass rate to 100%

DBWS

These tests will be added after we have done some planning for the coordination of the test frameworks

Back to the top