You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jj...@apache.org on 2017/12/19 17:21:11 UTC

cassandra-builds git commit: Fix novnode script

Repository: cassandra-builds
Updated Branches:
  refs/heads/master 6cb397bb6 -> 99474cfea


Fix novnode script


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

Branch: refs/heads/master
Commit: 99474cfea95394b1ca7a21c5ff21f64eaa4b1c42
Parents: 6cb397b
Author: Jeff Jirsa <jj...@apple.com>
Authored: Tue Dec 19 09:21:05 2017 -0800
Committer: Jeff Jirsa <jj...@apple.com>
Committed: Tue Dec 19 09:21:05 2017 -0800

----------------------------------------------------------------------
 build-scripts/cassandra-dtest.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/99474cfe/build-scripts/cassandra-dtest.sh
----------------------------------------------------------------------
diff --git a/build-scripts/cassandra-dtest.sh b/build-scripts/cassandra-dtest.sh
index 63dd0d1..7867033 100755
--- a/build-scripts/cassandra-dtest.sh
+++ b/build-scripts/cassandra-dtest.sh
@@ -53,7 +53,7 @@ if [ "${DTEST_TARGET}" = "dtest" ]; then
     ./run_dtests.py --vnodes true --nose-options="--verbosity=3 --with-xunit --nocapture --attr=!resource-intensive" | tee -a ${WORKSPACE}/test_stdout.txt
 elif [ "${DTEST_TARGET}" = "dtest-novnode" ]; then
     export DISABLE_VNODES="true"
-    ./run_dtests.py --vnodes true --nose-options="--verbosity=3 --with-xunit --nocapture --attr=!resource-intensive" | tee -a ${WORKSPACE}/test_stdout.txt
+    ./run_dtests.py --vnodes false --nose-options="--verbosity=3 --with-xunit --nocapture --attr=!resource-intensive" | tee -a ${WORKSPACE}/test_stdout.txt
 elif [ "${DTEST_TARGET}" = "dtest-offheap" ]; then
     export OFFHEAP_MEMTABLES="true"
     ./run_dtests.py --vnodes true --nose-options="--verbosity=3 --with-xunit --nocapture --attr=!resource-intensive" | tee -a ${WORKSPACE}/test_stdout.txt


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