From: SourceForge.net <no...@so...> - 2009-12-01 02:20:20
|
Feature Requests item #2353697, was opened at 2008-11-27 14:28 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=2353697&group_id=15278 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Add abilty to run concurrent tests Initial Comment: It would be very good time improvement if tests could be run in parallel threads. This can be done with a special @Concurrent annotation, or so on. ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2009-12-01 02:20 Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: David Saff (dsaff) Date: 2009-11-16 17:52 Message: This tracker is being shut down. Please move this item to http://github.com/KentBeck/junit/issues ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2008-11-28 07:26 Message: As I can see, this feature is based on these: 1. Some tests are (or have to be, or can be) isolated. 2. Some tests take long time to execute, but have small cpu usage. 3. Results of test execution are stored separately for each test. According to this, we have two ways: 1. Add ability to run test simulateously within a test suite 2. Add ability to execute test suits simulateously too. And a crossover of them too ;) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=365278&aid=2353697&group_id=15278 |