Procházet zdrojové kódy

test: grpcproxy integration test pass

Run via
PASSES=grpcproxy ./test
Anthony Romano před 9 roky
rodič
revize
becbd9f3d6
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      test

+ 4 - 0
test

@@ -81,6 +81,10 @@ function integration_pass {
 	go test -timeout 1m -v ${RACE} -cpu 1,2,4 -run=Example $@ ${TEST}
 	go test -timeout 1m -v ${RACE} -cpu 1,2,4 -run=Example $@ ${TEST}
 }
 }
 
 
+function grpcproxy_pass {
+	go test -timeout 10m -v ${RACE} -tags cluster_proxy -cpu 1,2,4 $@ ${REPO_PATH}/integration
+}
+
 function release_pass {
 function release_pass {
 	UPGRADE_VER=$(git tag -l | tail -1)
 	UPGRADE_VER=$(git tag -l | tail -1)
 	if [ -n "$MANUAL_VER" ]; then
 	if [ -n "$MANUAL_VER" ]; then