From 74fcaf5f1b2022ba691a92ad799e0bab3233b158 Mon Sep 17 00:00:00 2001 From: bneradt Date: Tue, 7 Jul 2020 21:45:22 +0000 Subject: [PATCH] Update autest to version 1.8.0. 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. --- tests/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Pipfile b/tests/Pipfile index 530f6c45f2e..92edbd7ff8b 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 = "*"