Преглед на файлове

use snappy in the integration tests

Chris Bannister преди 10 години
родител
ревизия
939d40778f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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:"