You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "bneradt (via GitHub)" <gi...@apache.org> on 2023/02/07 16:57:54 UTC

[GitHub] [trafficserver] bneradt opened a new pull request, #9387: Update h2disable tests for new curl output

bneradt opened a new pull request, #9387:
URL: https://github.com/apache/trafficserver/pull/9387

   The h2disable and h2disable_no_accept_threads autests both had curl output expectations that have changed in the recent release of curl. Here is the old output:
   
   ```
   Using HTTP2, server supports multiplexing
   ```
   
   Here is the new output
   
   ```
   using HTTP/2
   ```
   
   This updates the ContainsExpression and ExcludesExpression strings to be able to work with both versions of curl.


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] zwoop commented on pull request #9387: Update h2disable tests for new curl output

Posted by "zwoop (via GitHub)" <gi...@apache.org>.
zwoop commented on PR #9387:
URL: https://github.com/apache/trafficserver/pull/9387#issuecomment-1439358771

   Cherry-picked to v9.2.x


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] bneradt merged pull request #9387: Update h2disable tests for new curl output

Posted by "bneradt (via GitHub)" <gi...@apache.org>.
bneradt merged PR #9387:
URL: https://github.com/apache/trafficserver/pull/9387


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] bneradt commented on pull request #9387: Update h2disable tests for new curl output

Posted by "bneradt (via GitHub)" <gi...@apache.org>.
bneradt commented on PR #9387:
URL: https://github.com/apache/trafficserver/pull/9387#issuecomment-1421129093

   I'm suggesting we port this back to 9.2.x because it is a test only change that will be annoying if anyone updates their curl and runs autest for the older branch.


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org