From 24062be6c94dbdb2a4dedee07316355c19cad9c2 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Thu, 19 May 2016 11:00:51 +0100 Subject: [PATCH] Increase test replicas (#1529) * Increase number of test VMs to 5 per shard. * Make pipe router test shorter. --- app/multitenant/consul_pipe_router_internal_test.go | 2 +- integration/gce.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/multitenant/consul_pipe_router_internal_test.go b/app/multitenant/consul_pipe_router_internal_test.go index 5fe4efbb3..3ba8e4c07 100644 --- a/app/multitenant/consul_pipe_router_internal_test.go +++ b/app/multitenant/consul_pipe_router_internal_test.go @@ -169,7 +169,7 @@ func TestPipeRouter(t *testing.T) { var ( consul = newMockConsulClient() replicas = 2 - iterations = 50 + iterations = 10 pt = pipeTest{} ) diff --git a/integration/gce.sh b/integration/gce.sh index f30064bb5..24f05b12e 100755 --- a/integration/gce.sh +++ b/integration/gce.sh @@ -6,5 +6,5 @@ set -e export PROJECT=scope-integration-tests export TEMPLATE_NAME="test-template-5" -export NUM_HOSTS=3 +export NUM_HOSTS=5 . "../tools/integration/gce.sh" "$@"