-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ResponseCompressionMiddlewareTests failing in release/8.0 on Fedora41 #59870
Comments
CC @adityamandaleeka new 8.0 test failures on Fedora41 |
Compression (at least zlib probably other algorithms too) don't have a guaranteed size between algorithm versions. We either do the simple "fix" of changing the expected size, or we try to be a little looser in our checks by checking a range potentially. e.g. |
Did we already make that change in |
I remember we did the lazy fix during a runtime update when the runtime changed the zlib library. It might not be affected by the OS change in the same way. |
Looks like that was #56684 - that doesn't touch |
|
Should we just update the 8.0 tests to use a range then? Are you the right person to make the fix? |
Failing Test(s)
Error Message
Stacktrace
Logs
Build
https://dev.azure.com/dnceng-public/public/_build/results?buildId=916632&view=results
Other tests such as
Failed Microsoft.AspNetCore.ResponseCompression.Tests.ResponseCompressionMiddlewareTest.SendFileAsync_FirstWrite_CompressesAndFlushes
fail in a similar way:Likely related to the recent update from Fedore38 to Fedora41
The text was updated successfully, but these errors were encountered: