Copilot commented on code in PR #12990:
URL: https://github.com/apache/trafficserver/pull/12990#discussion_r2956253863
##########
CMakeLists.txt:
##########
@@ -665,8 +665,8 @@ if(ENABLE_AUTEST)
# the autest command. The original AUTEST_OPTIONS string is used in the
# autest.sh script.
separate_arguments(AUTEST_OPTIONS_LIST UNIX_COMMAND "${AUTEST_OPTIONS}")
- set(PROXY_VERIFIER_VERSION "v2.12.0")
- set(PROXY_VERIFIER_HASH "SHA1=8e9adc6e0b31251ca8e6fc2064ae54e5d752bb72")
+ set(PROXY_VERIFIER_VERSION "v3.0.0")
Review Comment:
Bumping PROXY_VERIFIER_VERSION to v3.0.0 is likely to make existing AuTest
replays fail under the stricter v3 verifier behavior (as noted in the PR
description). To avoid CI breakage if this lands before the replay updates,
please either include the needed replay fixes in this PR or gate/sequence the
merge so those updates are merged first (e.g., by adding an explicit dependency
in the PR/merge plan).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]