Skip to content
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

tests: enable transports tests poking with request_size for Python 3.12+ #2261

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

xrmx
Copy link
Member

@xrmx xrmx commented Apr 4, 2025

What does this pull request do?

I don't know if python 3.12 changed gzip compression or what but we get a flush call for each message we send so since our message is compressed to 10 bytes lower the limit to 9 bytes to pass the check deciding to flush the buffer.

Related issues

@xrmx xrmx requested a review from basepi April 4, 2025 11:14
@xrmx xrmx force-pushed the fix-skipped-py312-tests branch from 30577e6 to 439326f Compare April 4, 2025 15:15
I don't know if python 3.12 changed gzip compression or what but we get
a flush call for each message we send so since our message is compressed
to 10 bytes lower the limit to 9 bytes to pass the check deciding to
flush the buffer.
@xrmx xrmx force-pushed the fix-skipped-py312-tests branch from 439326f to a222e5a Compare April 4, 2025 15:27
@xrmx xrmx merged commit 73d04c4 into elastic:main Apr 7, 2025
120 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants