Browse Source

use snappy in the integration tests

Chris Bannister 10 năm trước cách đây
mục cha
commit
939d40778f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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:"