Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-107237: Fix test_udp_reconnection() of test_logging#107238

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vstinner merged 1 commit intopython:mainfromvstinner:test_udp_reconnection
Jul 25, 2023

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commentedJul 25, 2023
edited by bedevere-bot
Loading

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.

test_logging: Fix test_udp_reconnection() by increasing the timeoutfrom 100 ms to 5 minutes (LONG_TIMEOUT).Replace also blocking wait() with wait(LONG_TIMEOUT) intest_output() to prevent the test to hang.
@vstinnervstinner requested a review fromvsajip as acode ownerJuly 25, 2023 12:37
@bedevere-botbedevere-bot added awaiting core review testsTests in the Lib/test dir labelsJul 25, 2023
@vstinnervstinner added needs backport to 3.11only security fixes needs backport to 3.12only security fixes labelsJul 25, 2023
@vstinnervstinnerenabled auto-merge (squash)July 25, 2023 12:37
@vstinnervstinner merged commited08238 intopython:mainJul 25, 2023
@miss-islington
Copy link
Contributor

Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-107242 is a backport of this pull request to the3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJul 25, 2023
…H-107238)test_logging: Fix test_udp_reconnection() by increasing the timeoutfrom 100 ms to 5 minutes (LONG_TIMEOUT).Replace also blocking wait() with wait(LONG_TIMEOUT) intest_output() to prevent the test to hang.(cherry picked from commited08238)Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-botbedevere-bot removed the needs backport to 3.12only security fixes labelJul 25, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJul 25, 2023
…H-107238)test_logging: Fix test_udp_reconnection() by increasing the timeoutfrom 100 ms to 5 minutes (LONG_TIMEOUT).Replace also blocking wait() with wait(LONG_TIMEOUT) intest_output() to prevent the test to hang.(cherry picked from commited08238)Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinnervstinner deleted the test_udp_reconnection branchJuly 25, 2023 13:31
@vstinnervstinner added needs backport to 3.11only security fixes and removed needs backport to 3.11only security fixes labelsJul 25, 2023
@miss-islington
Copy link
Contributor

Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJul 25, 2023
…H-107238)test_logging: Fix test_udp_reconnection() by increasing the timeoutfrom 100 ms to 5 minutes (LONG_TIMEOUT).Replace also blocking wait() with wait(LONG_TIMEOUT) intest_output() to prevent the test to hang.(cherry picked from commited08238)Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner added a commit that referenced this pull requestJul 25, 2023
) (#107242)gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238)test_logging: Fix test_udp_reconnection() by increasing the timeoutfrom 100 ms to 5 minutes (LONG_TIMEOUT).Replace also blocking wait() with wait(LONG_TIMEOUT) intest_output() to prevent the test to hang.(cherry picked from commited08238)Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinnervstinner added needs backport to 3.11only security fixes and removed needs backport to 3.11only security fixes labelsJul 25, 2023
@miss-islington
Copy link
Contributor

Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJul 25, 2023
…H-107238)test_logging: Fix test_udp_reconnection() by increasing the timeoutfrom 100 ms to 5 minutes (LONG_TIMEOUT).Replace also blocking wait() with wait(LONG_TIMEOUT) intest_output() to prevent the test to hang.(cherry picked from commited08238)Co-authored-by: Victor Stinner <vstinner@python.org>
vstinner added a commit to vstinner/cpython that referenced this pull requestJul 25, 2023
…107238)test_logging: Fix test_udp_reconnection() by increasing the timeoutfrom 100 ms to 5 minutes (LONG_TIMEOUT).Replace also blocking wait() with wait(LONG_TIMEOUT) intest_output() to prevent the test to hang.(cherry picked from commited08238)
@bedevere-bot
Copy link

GH-107245 is a backport of this pull request to the3.11 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.11only security fixes labelJul 25, 2023
vstinner added a commit that referenced this pull requestJul 25, 2023
… (#107245)gh-107237: Fix test_udp_reconnection() of test_logging (#107238)test_logging: Fix test_udp_reconnection() by increasing the timeoutfrom 100 ms to 5 minutes (LONG_TIMEOUT).Replace also blocking wait() with wait(LONG_TIMEOUT) intest_output() to prevent the test to hang.(cherry picked from commited08238)
jtcave pushed a commit to jtcave/cpython that referenced this pull requestJul 27, 2023
…107238)test_logging: Fix test_udp_reconnection() by increasing the timeoutfrom 100 ms to 5 minutes (LONG_TIMEOUT).Replace also blocking wait() with wait(LONG_TIMEOUT) intest_output() to prevent the test to hang.
serhiy-storchaka pushed a commit that referenced this pull requestAug 16, 2023
) (GH-107243)test_logging: Fix test_udp_reconnection() by increasing the timeoutfrom 100 ms to 5 minutes (LONG_TIMEOUT).Replace also blocking wait() with wait(LONG_TIMEOUT) intest_output() to prevent the test to hang.(cherry picked from commited08238)Co-authored-by: Victor Stinner <vstinner@python.org>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@vsajipvsajipAwaiting requested review from vsajipvsajip is a code owner

Assignees

No one assigned

Labels

testsTests in the Lib/test dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner@miss-islington@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp