Issue Details (XML | Word | Printable)

Key: JDO-57
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Michelle Caisse
Reporter: Michelle Caisse
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

Implement test exclude list

Created: 27/May/05 03:16 AM   Updated: 23/Apr/06 02:30 AM
Return to search
Component/s: tck2
Affects Version/s: None
Fix Version/s: JDO 2 beta

Time Tracking:
Not Specified

Resolution Date: 23/Apr/06 02:30 AM


 Description  « Hide
The JCP requires that there be an exlude list for a TCK so that contested tests may be listed and validly excluded from the TCK. We must implement this.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Michelle Caisse added a comment - 24/Jun/05 04:11 AM
maven now passes the system property jdo.tck.excludelist to junit. This property contains a space-separated list of test classes to be excluded from the run. BatchTestRunner needs added functionality to exclude these tests.

Michelle Caisse added a comment - 28/Jul/05 08:00 AM
Implemented in maven.xml. The implementation is not as efficient as I would like, but certain constructs did not seem to work, such as Vector.contains().

List of excluded tests is printed at the end of each test run.

Michael Bouschen added a comment - 23/Apr/06 02:18 AM
Reopened to set the Fix Version/s field to JDO 2 beta.