History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-17849
Type: Bug Bug
Status: Open Open
Assignee: Anna Kozlova
Reporter: Andrei Oprea
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Run/Debug configurations are "reused" across modules

Created: 22 Apr 08 01:35   Updated: 22 Apr 08 13:29
Component/s: Unit Testing. JUnit

Build: 7,807
Severity: High


 Description  « Hide
The project is set up so that every module has a test.AllTests test suite that, in a hierarchical fashion, includes all the tests in that module. Once such a test suite has been invoked for a module, however, IDEA keeps reusing that run configuration for the similar test suites from other modules (I guess it indexes then based on FQN of the test class, or something). By reusing I mean the set of test that are being run is always the one corresponding to the existing run config, not the tests grouped by the new test suite (the one being invoked through right click/run).

This is, obviously, not the desired behaviour, as one has to delete the first run config in order to be able to invoke another test suite.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.