diff --git a/CHANGES.txt b/CHANGES.txt index 8095e25ec3..ce2324d229 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 3.0.15 + * Set test.runners based on cores and memory size (CASSANDRA-13078) * Allow different NUMACTL_ARGS to be passed in (CASSANDRA-13557) * Allow native function calls in CQLSSTableWriter (CASSANDRA-12606) * Fix secondary index queries on COMPACT tables (CASSANDRA-13627) diff --git a/build.xml b/build.xml index 5eb6572db7..53c2cea916 100644 --- a/build.xml +++ b/build.xml @@ -59,7 +59,6 @@ - @@ -1625,12 +1624,25 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1933,4 +1980,5 @@ file="${build.dir}/${final.name}-javadoc.jar" classifier="javadoc"/> + diff --git a/circle.yml b/circle.yml index 9d31277531..f4801b7604 100644 --- a/circle.yml +++ b/circle.yml @@ -7,7 +7,7 @@ test: - sudo apt-get update; sudo apt-get install wamerican: parallel: true override: - - case $CIRCLE_NODE_INDEX in 0) ant eclipse-warnings; ant test ;; 1) ant long-test ;; 2) ant test-compression ;; 3) ant stress-test ;;esac: + - case $CIRCLE_NODE_INDEX in 0) ant eclipse-warnings; ant test -Dtest.runners=1;; 1) ant long-test ;; 2) ant test-compression ;; 3) ant stress-test ;;esac: parallel: true post: