-
Notifications
You must be signed in to change notification settings - Fork 1.7k
decode_malformed_zlib_message
test fails when built against zlib-ng
#23095
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
Comments
There was a discussion related to this: #22533 (comment). The test you are pointing was changed in #22533 and the change included in Vector There was a bug in I think this issue should be closed |
Thanks @jorgehermo9 #22533 looks like it should address the issue I'm seeing as well. |
My mistake, sorry. The
And therefore I thought you were not using the latest Vector release. But, for Vector Please, see this https://github.com/vectordotdev/vector/blob/v0.47/Cargo.toml#L143 and try to update your diff to something like
|
Thanks for the clarification @jorgehermo9 I agree that I did something wrong with my patch against 0.47.0, likely because I started this work against 0.46.1. The build succeeds now, so the fix you explained earlier also works with |
A note for the community
Problem
I'm trying to package vector 0.47.0 for Alpine Linux and build against system zlib-ng libraries. My patch looks like this:
We build like this:
This results in the following error in the test phase:
Why does this test fail and how can I fix it? Should test be updated to consider different possible errors from different zlib implementations?
Configuration
Version
0.47.0
Debug Output
Example Data
No response
Additional Context
No response
References
No response
The text was updated successfully, but these errors were encountered: