From 9ecf96cb4620ef18a3ff587d3cbdd4cdd599c1a1 Mon Sep 17 00:00:00 2001 From: jay vyas Date: Tue, 11 Aug 2020 12:28:08 -0400 Subject: [PATCH] Add maxTries logging statement, otherwise the numbers are really hard to interpret --- test/e2e/framework/network/utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/framework/network/utils.go b/test/e2e/framework/network/utils.go index ccca5abf349..ce289f839c1 100644 --- a/test/e2e/framework/network/utils.go +++ b/test/e2e/framework/network/utils.go @@ -681,6 +681,7 @@ func (config *NetworkingTestConfig) setupCore(selector map[string]string) { epCount := len(config.EndpointPods) config.MaxTries = epCount*epCount + testTries + framework.Logf("Setting MaxTries for pod polling to %v for networking test based on endpoint count %v", config.MaxTries, epCount) } // setup includes setupCore and also sets up services