You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2017/04/10 21:44:56 UTC

cassandra-builds git commit: Remove ccm cluster before attempting creation

Repository: cassandra-builds
Updated Branches:
  refs/heads/master 7ec9534c7 -> 8d12386f4


Remove ccm cluster before attempting creation


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

Branch: refs/heads/master
Commit: 8d12386f463dda5c2b9ea096577364a76db67336
Parents: 7ec9534
Author: Michael Shuler <mi...@pbandjelly.org>
Authored: Mon Apr 10 16:44:50 2017 -0500
Committer: Michael Shuler <mi...@pbandjelly.org>
Committed: Mon Apr 10 16:44:50 2017 -0500

----------------------------------------------------------------------
 build-scripts/cassandra-cqlsh-tests.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/8d12386f/build-scripts/cassandra-cqlsh-tests.sh
----------------------------------------------------------------------
diff --git a/build-scripts/cassandra-cqlsh-tests.sh b/build-scripts/cassandra-cqlsh-tests.sh
index f7218eb..cec28ca 100755
--- a/build-scripts/cassandra-cqlsh-tests.sh
+++ b/build-scripts/cassandra-cqlsh-tests.sh
@@ -48,6 +48,7 @@ fi
 #
 ################################
 
+ccm remove test || true # in case an old ccm cluster is left behind
 ccm create test -n 1
 ccm updateconf "enable_user_defined_functions: true"