Browse Source

test: clientv3 integration tests with proxy

Anthony Romano 9 years ago
parent
commit
e3f4b43614
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test

+ 1 - 0
test

@@ -134,6 +134,7 @@ function integration_e2e_pass {
 
 function grpcproxy_pass {
 	go test -timeout 15m -v ${RACE} -tags cluster_proxy -cpu 1,2,4 $@ ${REPO_PATH}/integration
+	go test -timeout 15m -v ${RACE} -tags cluster_proxy -cpu 1,2,4 $@ ${REPO_PATH}/clientv3/integration
 }
 
 function release_pass {