Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.4k
[3.8] bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suite (GH-26542)#26670
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
…est suite (pythonGH-26542)(cherry picked from commitf171877)Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
miss-islington commentedJun 11, 2021
@pablogsal: Status check is done, and it's a success ✅ . |
3 similar comments
miss-islington commentedJun 11, 2021
@pablogsal: Status check is done, and it's a success ✅ . |
miss-islington commentedJun 11, 2021
@pablogsal: Status check is done, and it's a success ✅ . |
miss-islington commentedJun 11, 2021
@pablogsal: Status check is done, and it's a success ✅ . |
vstinner commentedJun 11, 2021
Even if the 3.8 branch no longer accepts bugfixes, Refleak buildbot workers are still run on this branch: "scheduler: 3.8-daily". Example of job: aarch64 RHEL8 Refleaks 3.8. I propose to backport the test_asyncio fix to prevent the test suite to hang randomly after 3 hours:https://bugs.python.org/issue38323 Maybe the buildbot configuration should be modified to no longer run the 3.8 branch. In this case, we don'tneed this backport (the hang is random and unlikely). |
ambv commentedJun 11, 2021
I am fine with this backport if it keeps 3.8 refleak tests running. |
Uh oh!
There was an error while loading.Please reload this page.
(cherry picked from commitf171877)
Co-authored-by: Pablo GalindoPablogsal@gmail.com
https://bugs.python.org/issue38323