You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2021/10/21 12:39:53 UTC

[cassandra] branch cassandra-3.0 updated: Set fork mode to class in IntelliJ default test config

This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
     new 94611e9  Set fork mode to class in IntelliJ default test config
94611e9 is described below

commit 94611e9f2be0de4f8fabb2f3717f056f5b5fec5a
Author: Brandon Williams <br...@apache.org>
AuthorDate: Thu Oct 21 07:37:53 2021 -0500

    Set fork mode to class in IntelliJ default test config
    
    Patch by Jacek Lewandowski; reviewed by brandonwilliams and marcuse for
    CASSANDRA-17053
---
 ide/idea/workspace.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ide/idea/workspace.xml b/ide/idea/workspace.xml
index 68408ef..4a7a5c9 100644
--- a/ide/idea/workspace.xml
+++ b/ide/idea/workspace.xml
@@ -176,6 +176,7 @@
       <option name="TEST_SEARCH_SCOPE">
         <value defaultName="singleModule" />
       </option>
+      <fork_mode value="class" />
       <envs />
       <patterns />
       <method>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org