Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 3c0c4620f -> a3498d5eb
  refs/heads/cassandra-2.2 830b01272 -> 9b6fd54a4
  refs/heads/cassandra-3.0 0614b274f -> 8378bfc51
  refs/heads/cassandra-3.11 76e9e632e -> 01f2855b4
  refs/heads/trunk 22c86f7bc -> b76a48b61


CASSANDRA-13775 followup - use 4 containers still

Patch by marcuse; reviewed by Eduard Tudenhoefner for CASSANDRA-13775


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a3498d5e
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a3498d5e
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/a3498d5e

Branch: refs/heads/cassandra-2.1
Commit: a3498d5eb7b5b5418b32491238524b33f20347dd
Parents: 3c0c462
Author: Marcus Eriksson <marc...@apache.org>
Authored: Fri Aug 18 15:10:28 2017 +0200
Committer: Marcus Eriksson <marc...@apache.org>
Committed: Fri Aug 18 19:15:46 2017 +0200

----------------------------------------------------------------------
 build.xml  | 4 +++-
 circle.yml | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/a3498d5e/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index eb2266d..e5ab405 100644
--- a/build.xml
+++ b/build.xml
@@ -1164,9 +1164,11 @@
     classpath which only contains what we expect users to need.
   -->
   <target name="test-clientutil-jar" depends="build-test,jar" 
description="Test clientutil jar">
+    <mkdir dir="${build.test.dir}/output"/>
     <junit fork="on" forkmode="perTest" failureproperty="testfailed" 
maxmemory="1024m" timeout="${test.timeout}">
-      <test name="org.apache.cassandra.serializers.ClientUtilsTest" />
+      <test name="org.apache.cassandra.serializers.ClientUtilsTest" 
todir="${build.test.dir}/output"/>
       <formatter type="brief" usefile="false" />
+      <formatter type="xml" usefile="true"/>
       <classpath>
         <pathelement location="${test.classes}" />
         <pathelement 
location="${build.dir}/${ant.project.name}-clientutil-${version}.jar" />

http://git-wip-us.apache.org/repos/asf/cassandra/blob/a3498d5e/circle.yml
----------------------------------------------------------------------
diff --git a/circle.yml b/circle.yml
index 5b4c72d..f4db279 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 ;;esac:
+    - case $CIRCLE_NODE_INDEX in 0) ant test ;; 1) ant long-test ;; 2) ant 
test-compression ;; 3) ant test-clientutil-jar ;;esac:
         parallel: true
 
   post:


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

Reply via email to