Commit fbc670f
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments