masaori335 opened a new pull request, #11938: URL: https://github.com/apache/trafficserver/pull/11938
Backport #11290 for 9.2.x AuTest Build. ``` Run: 22-tr: Failed file compress_short.log : Checking that compress_short.log matches compress.gold - Failed Reason: File differences Gold File : /home/jenkins/workspace/Github_Builds/autest/src/tests/gold_tests/pluginTest/compress/compress.gold Data File : /tmp/sandbox/compress/compress_short.log > GET http://ae-0/obj0 HTTP/1.1 > X-Ats-Compress-Test: 0/gzip, deflate, sdch, br > Accept-Encoding: gzip, deflate, sdch, br < HTTP/1.1 200 OK < Content-Type: text/javascript < Content-Encoding: br < Vary: Accept-Encoding < Content-Length: 46 === > GET http://ae-0/obj0 HTTP/1.1 > X-Ats-Compress-Test: 0/gzip > Accept-Encoding: gzip < HTTP/1.1 200 OK < Content-Type: text/javascript < Content-Encoding: gzip < Vary: Accept-Encoding - < Content-Length: 71 ? ^ + < Content-Length: 72 ? ``` https://ci.trafficserver.apache.org/job/Github_Builds/job/autest/25757/console ---- The fedora:40 gzip version compresses to a different size. This impacts the compress.test.py autest. I verified that the compressed content can be expanded correctly by previous versions of gzip going back to CentOS:7. The fedora:40 openssl library prints the common name (CN) without spaces around CN. This updates test output expectations accordingly. (cherry picked from commit da7d79a9461f7aa64c0fba8e3328ca1118d3482a) Conflicts: tests/gold_tests/pluginTest/certifier/certifier.test.py tests/gold_tests/tls/tls_check_dual_cert_selection_plugin.test.py -- 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-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org