Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] continuous testing

I am in the process of setting up a continuous build process that will run the 
Mylyn AllTests suite and AllPerformanceTest suite nightly. I have implemented 
a headless application based on Mylyn that publishes test results to a Trac 
repository:

 http://mylyn.eclipse.org/bitten/

Every open ticket corresponds to a failing test in the latest nightly build. 
The last comment on a ticket describes the cause of the test failure 
including a stack trace. Once a test succeeds the ticket is closed. It is 
reopened if a test fails during a future build.

Monitoring tests is easy by creating a query against the repository that 
includes all tickets (the repository allows anonymous access). Please note 
that some of the tests failed due to running in a deployed environment.

The goal is to make this a seamless part of the Mylyn development workflow to 
help us avoid having failed tests go unnoticed. Please comment on this bug 
for feedback and suggestions:

 213100: automate publishing of failed tests
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=213100

Steffen

-- 
Steffen Pingel - steffenp@xxxxxx - http://steffenpingel.de


Back to the top