Skip to content

Commit

Permalink
Still getting a pool size of 2; should we wait much longer?
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6e6562 committed Aug 14, 2014
1 parent 2e604e4 commit bcd7d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function run_tests() {
local clusterSize=3
local version=$1

ccm create test -v binary:$version -n 3 -d --vnodes
ccm create test -v binary:$version -n $clusterSize -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
Expand All @@ -16,7 +16,7 @@ function run_tests() {
proto=1
fi

go test -v -proto=$proto -rf=3 -cluster=$(ccm liveset) -clusterSize=$clusterSize ./...
go test -v -proto=$proto -rf=3 -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=5000 ./...

ccm clear
}
Expand Down

0 comments on commit bcd7d4d

Please sign in to comment.