Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
bedevere-bot commentedJul 25, 2023
GH-107242 is a backport of this pull request to the3.12 branch. |
…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>
…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>
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…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>
) (#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>
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…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-bot commentedJul 25, 2023
GH-107245 is a backport of this pull request to the3.11 branch. |
… (#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)
…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.
) (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>
Uh oh!
There was an error while loading.Please reload this page.
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.