[dna-issues] [JBoss JIRA] Commented: (DNA-306) Add ability to run all TCK unit tests within Hudson, showing success and failure rate
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Wed Mar 18 10:18:49 EDT 2009
[ https://jira.jboss.org/jira/browse/DNA-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12457907#action_12457907 ]
Randall Hauch commented on DNA-306:
-----------------------------------
One approach to doing this is to create another project dependent upon "dna-jcr" and that has a class similar to "JcrTckTest". Then, create a Maven profile in the parent POM that includes these tests (or runs only them, although we're not yet publishing snapshots). Finally, we could create another Hudson job to run this profile nightly (or on some other schedule).
It would be ideal if the Hudson results would distinguish the Level 1, Level 2, and optional tests. Currently, the JcrTckTest results don't really show this breakdown, so we may want to break them down into multiple unit test classes.
> Add ability to run all TCK unit tests within Hudson, showing success and failure rate
> -------------------------------------------------------------------------------------
>
> Key: DNA-306
> URL: https://jira.jboss.org/jira/browse/DNA-306
> Project: DNA
> Issue Type: Task
> Components: Development Environment, Testing
> Affects Versions: 0.3
> Reporter: Randall Hauch
> Priority: Minor
> Fix For: 0.4
>
>
> Currently our use of the JCR TCK unit tests (again, not the official TCK but a subset of what's run within the TCK) is handled within a JUnit test suite in the "dna-jcr" project, and as we develop new features we're uncommenting tests as we pass them. This does not give us any information about how we're progressing. We want to run the tests (perhaps nightly) and make these stats available to let people know how we're doing and proceeding towards Level 1 and Level 2 compatibility.
> Comments, thoughts, and approaches welcome.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list