|
@@ -62,7 +62,7 @@ function run_tests() {
|
|
|
ccm status
|
|
ccm status
|
|
|
ccm node1 nodetool status
|
|
ccm node1 nodetool status
|
|
|
|
|
|
|
|
- local args="-v -gocql.timeout=60s -runssl -proto=$proto -rf=3 -clusterSize=$clusterSize -autowait=2000ms -compressor=snappy -gocql.cversion=$version -cluster=$(ccm liveset) ./..."
|
|
|
|
|
|
|
+ local args="-gocql.timeout=60s -runssl -proto=$proto -rf=3 -clusterSize=$clusterSize -autowait=2000ms -compressor=snappy -gocql.cversion=$version -cluster=$(ccm liveset) ./..."
|
|
|
|
|
|
|
|
go test -v -tags unit
|
|
go test -v -tags unit
|
|
|
|
|
|