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

eze 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 789e9ecc64 Configure autests to use microserver 1.0.8 (#11941) (#11962)
789e9ecc64 is described below

commit 789e9ecc6441eb28fa97702d47cef94f9f6976cd
Author: Evan Zelkowitz <[email protected]>
AuthorDate: Thu Jan 16 12:38:56 2025 -0700

    Configure autests to use microserver 1.0.8 (#11941) (#11962)
    
    microserver 1.0.8 has updates to run with Python 3.13 while still being
    backwards compatible.
    
    (cherry picked from commit 87de4b74594bc79be0cfa8eee8f12b801420e6ed)
    
    Update microserver to 1.0.8 via #11941
    Update proxy-verifier to 2.12.0 via #11534
---
 tests/Pipfile                             | 2 +-
 tests/gold_tests/autest-site/init.cli.ext | 2 +-
 tests/prepare_proxy_verifier.sh           | 2 +-
 tests/proxy-verifier-version.txt          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/Pipfile b/tests/Pipfile
index 185d7096b4..1323dcb613 100644
--- a/tests/Pipfile
+++ b/tests/Pipfile
@@ -43,7 +43,7 @@ psutil = "*"
 charset-normalizer = "*"
 
 # Keep init.cli.ext updated with this required microserver version.
-microserver = ">=1.0.6"
+microserver = ">=1.0.8"
 
 jsonschema = "*"
 python-jose = "*"
diff --git a/tests/gold_tests/autest-site/init.cli.ext 
b/tests/gold_tests/autest-site/init.cli.ext
index 41502ac788..73bb9a5020 100644
--- a/tests/gold_tests/autest-site/init.cli.ext
+++ b/tests/gold_tests/autest-site/init.cli.ext
@@ -30,7 +30,7 @@ if AuTestVersion() < needed_autest_version:
         "Please update AuTest:\n  pipenv --rm && pipenv install\n",
         show_stack=False)
 
-needed_microserver_version = "1.0.6"
+needed_microserver_version = "1.0.8"
 found_microserver_version = microserver.__version__
 if found_microserver_version < needed_microserver_version:
     host.WriteError(
diff --git a/tests/prepare_proxy_verifier.sh b/tests/prepare_proxy_verifier.sh
index 7182d8b97a..12b4280cb7 100755
--- a/tests/prepare_proxy_verifier.sh
+++ b/tests/prepare_proxy_verifier.sh
@@ -40,7 +40,7 @@ pv_dir="${pv_name}-${pv_version}"
 pv_tar_filename="${pv_dir}.tar.gz"
 pv_tar="${pv_top_dir}/${pv_tar_filename}"
 pv_tar_url="https://ci.trafficserver.apache.org/bintray/${pv_tar_filename}";
-expected_sha1="0f189a37596d7488b5b81b5547df6fc1eadf56a1"
+expected_sha1="8e9adc6e0b31251ca8e6fc2064ae54e5d752bb72"
 pv_client="${bin_dir}/verifier-client"
 pv_server="${bin_dir}/verifier-server"
 TAR=${TAR:-tar}
diff --git a/tests/proxy-verifier-version.txt b/tests/proxy-verifier-version.txt
index c0151c8a56..9f94b801a3 100644
--- a/tests/proxy-verifier-version.txt
+++ b/tests/proxy-verifier-version.txt
@@ -1 +1 @@
-v2.10.1
+v2.12.0

Reply via email to