This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new f669bc9  fix intermittent mac os parent selection regression test 
failure.
f669bc9 is described below

commit f669bc9bfc0f8ee695b7a4e9ba9ddf4c4d7edda9
Author: John J. Rushford <[email protected]>
AuthorDate: Tue Jun 6 08:54:17 2017 -0700

    fix intermittent mac os parent selection regression test failure.
    
    (cherry picked from commit a096d3d950057f998158773f8f9787f164cf8644)
---
 proxy/ParentSelection.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/ParentSelection.cc b/proxy/ParentSelection.cc
index 2a7c021..e47f42b 100644
--- a/proxy/ParentSelection.cc
+++ b/proxy/ParentSelection.cc
@@ -1342,7 +1342,7 @@ EXCLUSIVE_REGRESSION_TEST(PARENTSELECTION)(RegressionTest 
* /* t ATS_UNUSED */,
   RE(verify(result, PARENT_FAIL, nullptr, 80), 182);
 
   // wait long enough so that fuzzy is retryable.
-  sleep(params->policy.ParentRetryTime - 1);
+  sleep(params->policy.ParentRetryTime - 2);
 
   // Test 183
   ST(183);

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to