Bug 338723 - create DDLGenerationServerTestSuite for jpa/ddlgeneration model to let multiple persistence units tests running on server
Summary: create DDLGenerationServerTestSuite for jpa/ddlgeneration model to let multip...
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2011-03-02 14:45 EST by Yiping Zhao CLA
Modified: 2022-06-09 10:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yiping Zhao CLA 2011-03-02 14:45:56 EST
We have multiple persistence units tests in one signle test suite for jpa/ddlgeneration model, which is DDLGenerationJUnitTestSuite. On server, each test suite must comply with one single persistence unit as for our existing server test framework. So in order to get multiple persistence units tests running properly on server, we need to split DDLGenerationJUnitTestSuite to several test suites based on persistence unit, and create a new server test suite to include all these test suites. The changes are:

1. modify eclipselink.jpa.test\build.xml to set jpa/ddlgeneration model as multiple persistence units test model

2. modify eclipselink.jpa.test\resource\eclipselink-ddl-generation-model\server\persistence.xml to include all persistence units

3. base on existing DDLGenerationJUnitTestSuite, create DDLGenerationTestSuite, DDLTablePerClassTestSuite and DDLTableSuffixTestSuite as for tests for "ddlgeneration", "ddlTablePerClass" and "ddlTableSuffix". Create DDLGenerationServerTestSuite to include DDLGenerationTestSuite, DDLTablePerClassTestSuite and DDLTableSuffixTestSuite.
Comment 1 Yiping Zhao CLA 2011-03-02 15:13:55 EST
The changes have been made to trunk as revision 9067, code is reviewed by Kevin Yuan.
Comment 2 Eclipse Webmaster CLA 2022-06-09 10:28:02 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink