| Summary: | [JUnit] need better indication of which tests to run | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Adam Kiezun <akiezun> |
| Component: | UI | Assignee: | JDT-UI-Inbox <jdt-ui-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | dirk_baeumer, ekuleshov, mlq.eclipse |
| Version: | 3.0 | Keywords: | helpwanted |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
|
Description
Adam Kiezun
I second this!. Is there something we can do for 3.0. Count me in - minimal regression suites is an interesting research topic, see http://www.research.ibm.com/people/t/tip/abstracts/cia.html as an example. like i said, 'minimal' is not an issue for me. any resonable (i.e. useful) superset of that minimal would be better than what we have now. how'bout collecting the info dynamically on running the tests for the first time and use that (if test testXXX in suite S reaches class Y, then if Y changes, you have to run S)? That would give you both false positives and true negatives but still better than nothing at all. Such a feature would be a huge time-saver for me. *** Bug 41617 has been marked as a duplicate of this bug. *** This functionality probably can be done with either static or dynamic dependency checking. Unfortunately there could be some issues with Java reflection and dynamically generated code (even so, such things not suppose to be part of unit testing). Erich, should this issue also be reassigned to Markus? moving back to inbox setting to later, help wanted As of now 'LATER' and 'REMIND' resolutions are no longer supported. Please reopen this bug if it is still valid for you. |