|
@@ -65,7 +65,7 @@ function run_tests() {
|
|
|
go test -v . -timeout 15s -run=TestAuthentication -tags "integration gocql_debug" -runssl -runauth -proto=$proto -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=1000ms
|
|
go test -v . -timeout 15s -run=TestAuthentication -tags "integration gocql_debug" -runssl -runauth -proto=$proto -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=1000ms
|
|
|
else
|
|
else
|
|
|
|
|
|
|
|
- go test -tags "integration gocql_debug" -timeout 10m -v -gocql.timeout=10s -runssl -proto=$proto -rf=3 -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=2000ms -compressor=snappy ./...
|
|
|
|
|
|
|
+ go test -tags "integration gocql_debug" -timeout 10m -v -gocql.timeout=30s -runssl -proto=$proto -rf=3 -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=2000ms -compressor=snappy ./...
|
|
|
|
|
|
|
|
if [ ${PIPESTATUS[0]} -ne 0 ]; then
|
|
if [ ${PIPESTATUS[0]} -ne 0 ]; then
|
|
|
echo "--- FAIL: ccm status follows:"
|
|
echo "--- FAIL: ccm status follows:"
|
|
@@ -77,7 +77,7 @@ function run_tests() {
|
|
|
exit 1
|
|
exit 1
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
- go test -timeout 10m -tags "ccm gocql_debug" -v -gocql.timeout=10s -runssl -proto=$proto -rf=3 -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=2000ms -compressor=snappy ./...
|
|
|
|
|
|
|
+ go test -timeout 10m -tags "ccm gocql_debug" -v -gocql.timeout=30s -runssl -proto=$proto -rf=3 -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=2000ms -compressor=snappy ./...
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
ccm remove
|
|
ccm remove
|