Merge branch 'cassandra-3.0' into cassandra-3.11

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

Branch: refs/heads/trunk
Commit: 6308fb21da9ef512e8620779efb68b49f277484d
Parents: 075f458 e07d53a
Author: Aleksey Yeshchenko <alek...@apple.com>
Authored: Tue Oct 23 23:27:09 2018 +0100
Committer: Aleksey Yeshchenko <alek...@apple.com>
Committed: Tue Oct 23 23:27:09 2018 +0100

----------------------------------------------------------------------
 build.xml                                       |  33 +
 .../utils/memory/LongBufferPoolTest.java        | 614 ++++++++++++-------
 2 files changed, 411 insertions(+), 236 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/6308fb21/build.xml
----------------------------------------------------------------------
diff --cc build.xml
index ff1695b,d7e6c4b..c9565f8
--- a/build.xml
+++ b/build.xml
@@@ -1399,7 -1345,15 +1399,15 @@@
      </testmacro>
    </target>
  
+   <!-- Use this with an FQDN for test class, and a csv list of methods like 
this:
+     ant burn-testsome 
-Dtest.name=org.apache.cassandra.utils.memory.LongBufferPoolTest 
-Dtest.methods=testAllocate
+   -->
+   <target name="burn-testsome" depends="build-test" description="Execute 
specific burn unit tests" >
+     <testmacro inputdir="${test.burn.src}" timeout="${test.burn.timeout}">
+       <test name="${test.name}" methods="${test.methods}"/>
+     </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-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to