Community
Participate
Working Groups
Implement infrastructure to send out notifications about failed JUnit tests.
I have added a headless application for publishing test results to the sandbox in the org.eclipse.mylyn.tests.report project. A little bit of documentation is available here: http://wiki.eclipse.org/Mylyn/Build
Few random ideas and observations: -- assign these tickets to the person who made commit that broke that test (unless ticket is already open) -- consider using fqn name for the test class in the subject -- consider assigning issues to the same components as used in project's Bugzilla (maybe even use project's Bugzilla instead of separate Trac instance) -- issue type is not set
When opening or closing these reports it does make sense to leave comment which build id did that, and if build been triggered by some commit provide association with the corresponding change set.
Currently a comment is added denoting the build id in which a test was fixed.
Additional ideas: - create a master task for each test class and make test cases child tasks - run tests on each commit and reopen/comment on the bug report that is related to the commit - publish test results for Eclipse 3.3 as well as for 3.4 by putting a tag in the summary, e.g. [e3.3]