Skip to content

Commit

Permalink
Re-order ccm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6e6562 committed Aug 13, 2014
1 parent 485ff42 commit 7b77b4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ set -e

function run_tests() {
local version=$1
ccm create test -v binary:$version -n 3 -s -d --vnodes
ccm status
ccm create test -v binary:$version -n 3 -d --vnodes
ccm updateconf 'concurrent_reads: 8' 'concurrent_writes: 32' 'rpc_server_type: sync' 'rpc_min_threads: 2' 'rpc_max_threads: 8' 'write_request_timeout_in_ms: 5000' 'read_request_timeout_in_ms: 5000'
ccm start
ccm status

local proto=2
if [[ $version == 1.2.* ]]; then
Expand Down

0 comments on commit 7b77b4f

Please sign in to comment.