mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
test: bump grpcproxy timeout to 20m, print pass times
This commit is contained in:
parent
894751ef44
commit
a2a80cb1bf
4
test
4
test
@ -207,7 +207,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 20m -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
|
||||
}
|
||||
|
||||
@ -450,7 +450,9 @@ function build_pass {
|
||||
}
|
||||
|
||||
for pass in $PASSES; do
|
||||
echo "Starting '$pass' pass at $(date)"
|
||||
${pass}_pass $@
|
||||
echo "Finished '$pass' pass at $(date)"
|
||||
done
|
||||
|
||||
echo "Success"
|
||||
|
Loading…
x
Reference in New Issue
Block a user