You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ja...@apache.org on 2017/06/15 14:31:36 UTC

[2/3] cassandra git commit: ninja-fix the build script make test-compression depend on stress-build. needed due to CASSANDRA-13188

ninja-fix the build script make test-compression depend on stress-build. needed due to CASSANDRA-13188


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

Branch: refs/heads/trunk
Commit: 3f725c9e8450ab6eac0ad5ffec463e72789176cc
Parents: d8fb934
Author: Jason Brown <ja...@gmail.com>
Authored: Thu Jun 15 07:29:27 2017 -0700
Committer: Jason Brown <ja...@gmail.com>
Committed: Thu Jun 15 07:29:27 2017 -0700

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/3f725c9e/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 8723313..3b2f0ce 100644
--- a/build.xml
+++ b/build.xml
@@ -1393,7 +1393,7 @@
     </testmacro>
   </target>
     
-  <target name="test-compression" depends="build-test" description="Execute unit tests with sstable compression enabled">
+  <target name="test-compression" depends="build-test,stress-build" description="Execute unit tests with sstable compression enabled">
     <property name="compressed_yaml" value="${build.test.dir}/cassandra.compressed.yaml"/>
     <concat destfile="${compressed_yaml}">
       <fileset file="${test.conf}/cassandra.yaml"/>


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