Bug 336614 - Add Automated testing for weaving configuration
Summary: Add Automated testing for weaving configuration
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2011-02-08 08:39 EST by Tom Ware CLA
Modified: 2022-06-09 10:34 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Ware CLA 2011-02-08 08:39:24 EST
EclipseLink allows fine grained weaving control, but at the moment, we only test scenarios with weaving completely on, or weaving completely off.  We should test turning off the various components of weaving.

One way we could do this is run the SRG with each of the following options(and all other options at the default level):

1. eclipselink.weaving.internal=false
2. eclipselink.weaving.lazy=false
3. eclipselink.weaving.eager=true
4. eclipselink.weaving.changetracking=false
5. eclipselink.weaving.fetchgroups=false
Comment 1 Kevin Yuan CLA 2011-05-02 14:36:02 EDT
Add these five weaving options testing into nightly automation testing by introducing the new flag "test.weaving.option" in test.properties file under eclipselink.jpa.test directory. All those options testing running on jpa-srg.

Checked in trunk.

Code reviewed by Edwin Tang.
Comment 2 Eclipse Webmaster CLA 2022-06-09 10:34:09 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink