[ https://issues.apache.org/jira/browse/CASSANDRA-17053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacek Lewandowski updated CASSANDRA-17053: ------------------------------------------ Change Category: Operability Complexity: Low Hanging Fruit Status: Open (was: Triage Needed) > Let IntelliJ run each test class in a separate JVM > -------------------------------------------------- > > Key: CASSANDRA-17053 > URL: https://issues.apache.org/jira/browse/CASSANDRA-17053 > Project: Cassandra > Issue Type: Improvement > Components: Build > Reporter: Jacek Lewandowski > Assignee: Jacek Lewandowski > Priority: Normal > > When we run multiple unit test with ANT command, each test class is run in > its own JVM instance - we have to do that because many tests set up some > static stuff - I don't want to discuss that in this ticket though - it works > and must work this way for now. > However, when we run tests in IntelliJ, especially when we want to run all > test classes from the whole package, or selected subset of tests, IntelliJ > tries to run all of them in a single JVM which obviously leads to problems. > Frankly, IntelliJ introduced (I don't know exactly when) a new feature so > that each test class can be run in a separate JVM, just like we do when we > run with ANT. I this ticket I want to modify the default test configuration > for IntelliJ so that it works in the way described above. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org