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

[3.12] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) #107242

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 25, 2023

test_logging: Fix test_udp_reconnection() by increasing the timeout
from 100 ms to 5 minutes (LONG_TIMEOUT).

Replace also blocking wait() with wait(LONG_TIMEOUT) in
test_output() to prevent the test to hang.
(cherry picked from commit ed08238)

Co-authored-by: Victor Stinner [email protected]

…H-107238)

test_logging: Fix test_udp_reconnection() by increasing the timeout
from 100 ms to 5 minutes (LONG_TIMEOUT).

Replace also blocking wait() with wait(LONG_TIMEOUT) in
test_output() to prevent the test to hang.
(cherry picked from commit ed08238)

Co-authored-by: Victor Stinner <[email protected]>
@miss-islington miss-islington requested a review from vsajip as a code owner July 25, 2023 13:14
@bedevere-bot bedevere-bot added awaiting review tests Tests in the Lib/test dir labels Jul 25, 2023
@vstinner vstinner enabled auto-merge (squash) July 25, 2023 13:31
@vstinner vstinner merged commit e788c0a into python:3.12 Jul 25, 2023
@miss-islington miss-islington deleted the backport-ed08238-3.12 branch July 25, 2023 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants