On Apr 21, 2009, at 7:10 AM, Steve Appling wrote:



Tom Eyckmans wrote:
...
Some questions:
- does anybody use per-test forking? use-cases?
- what have you been missing regarding test execution in your build? we would like to know!

1. My biggest desire is to be able to run the tests in a single project without having to re-run all the tests in all dependent projects. Jira GRADLE-220 covers this. In a big build system (many projects) it is quite painful during normal development to have to run all tests every time when I know that I just edited files in one project and want to test that change. As a result I end up running my normal development tests through the IDE instead of using gradle :(

This will definitely be part of 0.6. I have started with the work.

2. Ability to run a single test (or package of tests) (Jira GRADLE-133). When you are trying to get a new feature working it is nice to re-run a single test without waiting for all tests in a build to execute.

3. Simple console output of test results when a test fails. When I have a few tests failing, I would like to see the results in the console instead of having to go look at the HTML report.

That would be really nice.

4. Automatic filtering to run only valid test cases (derived from appropriate base class or has appropriate annotations and is not abstract). The system should be able to find the appropriate tests without using a naming pattern.

I think Tom has already implemented this in his branch.

5. Some type of summary results for a multi-project build. Currently the test results are scattered in each project.

That would be cool. That should be probably part of a generic future reporting feature for multi-project builds.

6. Some type of test group for forking would be nice (ex. fork every 100 tests). See comments in Jira GRADLE-448. This would help with memory usage (permgen space).


One way to solve this is to make it easy to create new pre-configured test tasks. This will be offered with 0.6 (to a certain degree). In 0.7 we will introduce the notion of TestSourceDirectories. But setting a fork frequency for a test task would be also very nice. This is a real issue. For example the Grails Ant build is also using fork groups to improve memory and performance issues for there test runs.

- Hans

--
Hans Dockter
Gradle Project lead
http://www.gradle.org





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to