Skip to content

Commit fbc670f

Browse files
bneradtbneradt
andauthored
Update autest to version 1.8.0. (apache#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 <bneradt@verizonmedia.com>
1 parent f57c0a9 commit fbc670f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ autopep8 = "*"
2424
pyflakes = "*"
2525

2626
[packages]
27-
autest = "==1.7.4"
27+
autest = "==1.8.0"
2828
traffic-replay = "*" # this should install TRLib, MicroServer, MicroDNS, Traffic-Replay
2929
hyper = "*"
3030
dnslib = "*"

0 commit comments

Comments
 (0)