CASSANDRA-13775 followup - use 4 containers still

Patch by marcuse; reviewed by Eduard Tudenhoefner for CASSANDRA-13775
This commit is contained in:
Marcus Eriksson 2017-08-18 15:10:28 +02:00
parent 3c0c4620f2
commit a3498d5eb7
2 changed files with 4 additions and 2 deletions

View File

@ -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" />

View File

@ -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: