Closed as not planned
Description
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 modulestest_large_pool
(test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_large_pool
), which forks 200 processes