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

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


The following commit(s) were added to refs/heads/9.2.x by this push:
     new a43219e942 Update to autest version 1.10.3 (#9971)
a43219e942 is described below

commit a43219e9427349677043cd6966179d69599a0f10
Author: Brian Neradt <[email protected]>
AuthorDate: Fri Jul 7 13:21:47 2023 -0500

    Update to autest version 1.10.3 (#9971)
    
    1.10.3 updates IPv6 port selection logic so it works on systems where
    /etc/hosts doesn't have localhost associated with v6 addresses. This
    happens not infrequently on recent Ubuntu releases.
    
    (cherry picked from commit 816cf07f5ece10506ab09f3dfe411a42d749408b)
---
 tests/Pipfile                             | 2 +-
 tests/gold_tests/autest-site/init.cli.ext | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Pipfile b/tests/Pipfile
index 87e44ba910..ddcd57e7a0 100644
--- a/tests/Pipfile
+++ b/tests/Pipfile
@@ -26,7 +26,7 @@ pyflakes = "*"
 [packages]
 
 # Keep init.cli.ext updated with this required autest version.
-autest = "==1.10.2"
+autest = "==1.10.3"
 
 traffic-replay = "*" # this should install TRLib, MicroServer, MicroDNS, 
Traffic-Replay
 h2 = "*"
diff --git a/tests/gold_tests/autest-site/init.cli.ext 
b/tests/gold_tests/autest-site/init.cli.ext
index cf48e0d755..1b133eeb75 100644
--- a/tests/gold_tests/autest-site/init.cli.ext
+++ b/tests/gold_tests/autest-site/init.cli.ext
@@ -23,7 +23,7 @@ if sys.version_info < (3, 6, 0):
     host.WriteError(
         "You need python 3.6 or later to run these tests\n", show_stack=False)
 
-needed_autest_version = "1.10.0"
+needed_autest_version = "1.10.3"
 found_autest_version = AuTestVersion()
 if AuTestVersion() < needed_autest_version:
     host.WriteError(

Reply via email to