-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
gh-139805: Bump test_repl_eio
timeout for slow builtbots
#139807
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
Conversation
Requested Victor as you previously bumped it. |
I don't have access to the worker. According to #139805 (comment) it uses currently a timeout of 60 seconds which is already long. Are you sure that a longer timeout will solve the issue? |
With the longer timeout, I was unable to reproduce even under very high load. Let's run the buildbots. |
!buildbot Raspbian |
🤖 New build scheduled with the buildbot fleet by @StanFromIreland for commit 850a1b3 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F139807%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the longer timeout, I was unable to reproduce even under very high load.
Oh ok. I trust you on the fix in this case ;-)
Tests passed on the two buildbots. |
Thanks @StanFromIreland for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Thanks @StanFromIreland for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…honGH-139807) (cherry picked from commit e7e3d1d) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
…honGH-139807) (cherry picked from commit e7e3d1d) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
GH-139812 is a backport of this pull request to the 3.14 branch. |
GH-139813 is a backport of this pull request to the 3.13 branch. |
Merged, thank you for the fix. |
test_repl_eio
raisesResourceWarning
s on Raspbian #139805