From 55a736acff1bfae779c6f01b2280ef50befca1a5 Mon Sep 17 00:00:00 2001 From: Ariel Weisberg Date: Thu, 18 Jun 2015 14:10:37 -0500 Subject: [PATCH] Update and refactor ant test/test-compression to run the tests in parallel patch by Ariel Weisberg; reviewed by yukim for CASSANDRA-9583 --- CHANGES.txt | 1 + build.xml | 249 ++++++++++++++++++++++++++++++++-------------------- 2 files changed, 154 insertions(+), 96 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index b96a2b0673..56f0dc062e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ * Make sure we cancel non-compacting sstables from LifecycleTransaction (CASSANDRA-9566) * Fix deprecated repair JMX API (CASSANDRA-9570) * Add logback metrics (CASSANDRA-9378) + * Update and refactor ant test/test-compression to run the tests in parallel (CASSANDRA-9583) Merged from 2.1: * Fix bug in cardinality check when compacting (CASSANDRA-9580) * Fix memory leak in Ref due to ConcurrentLinkedQueue.remove() behaviour (CASSANDRA-9549) diff --git a/build.xml b/build.xml index e768a39461..82ec33e506 100644 --- a/build.xml +++ b/build.xml @@ -1114,8 +1114,12 @@ - - + + @@ -1133,7 +1137,6 @@ else=""> - @@ -1168,22 +1171,9 @@ - - - - - - - - - - - - - - - - + + + @@ -1231,18 +1221,47 @@ - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - +