mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: grpcproxy integration test pass
Run via PASSES=grpcproxy ./test
This commit is contained in:
parent
7b3d502b96
commit
becbd9f3d6
4
test
4
test
@ -81,6 +81,10 @@ function integration_pass {
|
||||
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 {
|
||||
UPGRADE_VER=$(git tag -l | tail -1)
|
||||
if [ -n "$MANUAL_VER" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user