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

test_large_pool with _TestImportStar #128783

Open
encukou opened this issue Jan 13, 2025 · 0 comments
Open

test_large_pool with _TestImportStar #128783

encukou opened this issue Jan 13, 2025 · 0 comments
Labels
tests Tests in the Lib/test dir topic-multiprocessing

Comments

@encukou
Copy link
Member

encukou commented Jan 13, 2025

The Debian buildbot sometimes runs out of memory (OSError: [Errno 12] Cannot allocate memory in fork()) around these multiprocessing tests:

  • _TestImportStar (test.test_multiprocessing_forkserver.test_misc._TestImportStar.test_import), which imports all multiprocessing modules
  • test_large_pool (test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_large_pool), which forks 200 processes
@encukou encukou added tests Tests in the Lib/test dir topic-multiprocessing labels Jan 13, 2025
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 topic-multiprocessing
Projects
None yet
Development

No branches or pull requests

1 participant