Pārlūkot izejas kodu

use snappy in the integration tests

Chris Bannister 11 gadi atpakaļ
vecāks
revīzija
939d40778f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      integration.sh

+ 1 - 1
integration.sh

@@ -23,7 +23,7 @@ function run_tests() {
 		proto=3
 	fi
 
-	go test -timeout 5m -tags integration -cover -v -runssl -proto=$proto -rf=3 -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=2000ms ./... | tee results.txt
+	go test -timeout 5m -tags integration -cover -v -runssl -proto=$proto -rf=3 -cluster=$(ccm liveset) -clusterSize=$clusterSize -autowait=2000ms -compressor=snappy ./... | tee results.txt
 
 	if [ ${PIPESTATUS[0]} -ne 0 ]; then
 		echo "--- FAIL: ccm status follows:"