[issue45290] test_multiprocessing_pool_circular_import fails in M1 mac

2021-09-25 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Seems that the issue went away when configuring the maxfiles with $ launchctl limit maxfiles instead of with "ulimit -n" -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python

[issue45290] test_multiprocessing_pool_circular_import fails in M1 mac

2021-09-25 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: > ulimit -n 1000 If i do this, the test hangs some times instead of crashing -- ___ Python tracker ___

[issue45290] test_multiprocessing_pool_circular_import fails in M1 mac

2021-09-25 Thread Ned Deily
Ned Deily added the comment: As a first step, try adding: ulimit -n 1000 to the buildbot test step. -- ___ Python tracker ___

[issue45290] test_multiprocessing_pool_circular_import fails in M1 mac

2021-09-25 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: The same test sometimes hangs forever -- ___ Python tracker ___ ___ Python-bugs-list

[issue45290] test_multiprocessing_pool_circular_import fails in M1 mac

2021-09-25 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : == FAIL: test_multiprocessing_pool_circular_import (test.test_importlib.test_threaded_import.ThreadedImportTests)