From 0c4653110d80f411d2c50445d48478967bcaa095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20de=20la=20Pe=C3=B1a?= Date: Fri, 1 Oct 2021 15:17:07 +0100 Subject: [PATCH] Make -Dtest.methods consistently optional in all Ant test targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit patch by Andrés de la Peña; reviewed by Berenguer Blasi for CASSANDRA-17014 --- CHANGES.txt | 1 + build.xml | 23 ++++++++++++++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 53858ac5e8..2ca448149f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 3.0.26: + * Make -Dtest.methods consistently optional in all Ant test targets (CASSANDRA-17014) * Immediately apply stream throughput, considering negative values as unthrottled (CASSANDRA-16959) * Do not release new SSTables in offline transactions (CASSANDRA-16975) * ArrayIndexOutOfBoundsException in FunctionResource#fromName (CASSANDRA-16977, CASSANDRA-16995) diff --git a/build.xml b/build.xml index d9ea7ca59a..c11a796b85 100644 --- a/build.xml +++ b/build.xml @@ -15,7 +15,9 @@ limitations under the License. --> + xmlns:artifact="antlib:org.apache.maven.artifact.ant" + xmlns:if="ant:if" + xmlns:unless="ant:unless"> @@ -1304,11 +1306,13 @@ - + + @@ -1319,11 +1323,13 @@ - + + @@ -1422,6 +1428,10 @@ + @@ -1445,7 +1455,8 @@ - + + @@ -1602,11 +1613,13 @@ - + +