This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch NewAPIMetricsPOC in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit c7a352cd7761a76df9c4009764e7f2cd20986b59 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. --- 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 14d5bda01c..2b650ffc4c 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(
