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

rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new fbc670f  Update autest to version 1.8.0. (#6981)
fbc670f is described below

commit fbc670f64b60a4907931b531d1bc6b118555cb9e
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Jul 9 17:08:41 2020 -0500

    Update autest to version 1.8.0. (#6981)
    
    This updated autest version contains a fix for cleanup logic so that the
    port selection mechanism in ports.py works better. Without this update,
    the port recycling logic never gets called and we run out of the
    optimally selected ports and fallback to the old port selection logic
    which has a race condition with another server grabbing the lock before
    the test process does, resulting in an address in use error.
    
    Co-authored-by: bneradt <[email protected]>
---
 tests/Pipfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Pipfile b/tests/Pipfile
index 530f6c4..92edbd7 100644
--- a/tests/Pipfile
+++ b/tests/Pipfile
@@ -24,7 +24,7 @@ autopep8 = "*"
 pyflakes = "*"
 
 [packages]
-autest = "==1.7.4"
+autest = "==1.8.0"
 traffic-replay = "*" # this should install TRLib, MicroServer, MicroDNS, 
Traffic-Replay
 hyper = "*"
 dnslib = "*"

Reply via email to