Repository: cassandra Updated Branches: refs/heads/trunk 7c9043c67 -> 395720c37
fix to run test Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/395720c3 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/395720c3 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/395720c3 Branch: refs/heads/trunk Commit: 395720c37ad772f6031cde79c0402fb2805df015 Parents: 7c9043c Author: Yuki Morishita <[email protected]> Authored: Mon Nov 24 18:57:50 2014 -0600 Committer: Yuki Morishita <[email protected]> Committed: Mon Nov 24 18:57:50 2014 -0600 ---------------------------------------------------------------------- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/395720c3/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index e5c5c83..06c79e0 100644 --- a/build.xml +++ b/build.xml @@ -1113,7 +1113,8 @@ <formatter type="brief" usefile="false"/> <jvmarg value="-Dstorage-config=${test.conf}"/> <jvmarg value="-Djava.awt.headless=true"/> - <jvmarg value="-javaagent:${basedir}/lib/jamm-0.3.0.jar ${additionalagent}" /> + <!-- Cassandra 3.0+ needs <jvmarg line="... ${additionalagent}" /> here! (not value=) --> + <jvmarg line="-javaagent:${basedir}/lib/jamm-0.3.0.jar ${additionalagent}" /> <jvmarg value="-ea"/> <jvmarg value="-Xss256k"/> <jvmarg value="-Dcassandra.memtable_row_overhead_computation_step=100"/>
