Skip to content

[3.11] gh-109845: Make test_ftplib more stable under load (GH-109912) #109920

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

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Sep 26, 2023

recv() can return partial data cut in the middle of a multibyte
character. Test raw binary data instead of data incorrectly decoded by parts.
(cherry picked from commit 2ef2fff)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…9912)

recv() can return partial data cut in the middle of a multibyte
character. Test raw binary data instead of data incorrectly decoded by parts.
(cherry picked from commit 2ef2fff)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app bedevere-app bot added awaiting review tests Tests in the Lib/test dir labels Sep 26, 2023
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) September 26, 2023 19:59
@serhiy-storchaka serhiy-storchaka merged commit 4e66eca into python:3.11 Sep 26, 2023
@miss-islington miss-islington deleted the backport-2ef2fff-3.11 branch September 26, 2023 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants