From 6ef3eaf7711da4e7bb848d19c9600a966d802795 Mon Sep 17 00:00:00 2001 From: Caleb Rackliffe Date: Wed, 16 Jun 2021 14:15:40 -0500 Subject: [PATCH 1/3] update IDEA setup generation to mark test/conf as test resources patch by Abe Ratnofsky; reviewed by Caleb Rackliffe and Brandon Williams for CASSANDRA-16745 --- ide/idea-iml-file.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ide/idea-iml-file.xml b/ide/idea-iml-file.xml index bb9155daba..4a720ff7f3 100644 --- a/ide/idea-iml-file.xml +++ b/ide/idea-iml-file.xml @@ -32,6 +32,7 @@ + From d54eff3a4a59c13b405624e5142aee37ef5f0cc6 Mon Sep 17 00:00:00 2001 From: Jacek Lewandowski Date: Tue, 15 Jun 2021 14:07:39 +0200 Subject: [PATCH 2/3] Remove full project building from the generate-idea-files ant target - that target was unnecessarily building the whole project which made it problematic to update the project while merging/rebasing if conflicts in the code were failing the compilation - updated system properties for default run test task in Intellij to match those when running tests from Ant - fix test-memory target patch by Jacek Lewandowski; reviewed by Mick Semb Wever for CASSANDRA-16697 --- build.xml | 2 +- ide/idea/workspace.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 76e84ac043..8dc7dfd493 100644 --- a/build.xml +++ b/build.xml @@ -1753,7 +1753,7 @@ - + diff --git a/ide/idea/workspace.xml b/ide/idea/workspace.xml index 9cf2d966a5..68408ef4c9 100644 --- a/ide/idea/workspace.xml +++ b/ide/idea/workspace.xml @@ -168,7 +168,7 @@