You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/05/26 15:33:04 UTC

[GitHub] [trafficserver] bneradt opened a new pull request, #8868: Update to Proxy Verifier v2.3.3

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

   Proxy Verifier v2.3.3 adds a chunk verification check that makes the
   bad_chunked_encoding AuTest more resilient to timing issues.
   
   ---
   
   Yahoo's internal CI had some timing issues related to bad_chunked_encoding.test.py which made it fail frequently in our internal CI. This was caused when the chunk body of some of the bad chunk responses came in separately from the headers. The headers would come through before the body, which was not what the test expected. It expected ATS to always close the connection abruptly without headers. Proxy Verifier v2.3.3 added a chunk strictness check that the test can now use to verify ATS closed the connection more reliably, even if the headers come first.


-- 
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 #8868: Update to Proxy Verifier v2.3.3

Posted by GitBox <gi...@apache.org>.
zwoop commented on PR #8868:
URL: https://github.com/apache/trafficserver/pull/8868#issuecomment-1144175494

   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 #8868: Update to Proxy Verifier v2.3.3

Posted by GitBox <gi...@apache.org>.
bneradt merged PR #8868:
URL: https://github.com/apache/trafficserver/pull/8868


-- 
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