Skip to content

Commit

Permalink
We must tell ccm to use password auth
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6e6562 committed Apr 9, 2015
1 parent dc00d6c commit 25c516a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ function run_tests() {
ccm create test -v binary:$version -n $clusterSize -d --vnodes --jvm_arg="-Xmx256m -XX:NewSize=100m"
ccm updateconf "${conf[@]}"

if [ "$auth" = true ]
then
ccm updateconf 'authenticator: PasswordAuthenticator' 'authorizer: CassandraAuthorizer'
rm -rf $HOME/.ccm/test/node1/data/system_auth
fi

ccm start -v
ccm status
ccm node1 nodetool status
Expand Down

0 comments on commit 25c516a

Please sign in to comment.