unidist icon indicating copy to clipboard operation
unidist copied to clipboard

Fix `test_general` hang in case `multiprocessing` backend is used

Open prutskov opened this issue 3 years ago • 0 comments

Tests in test_general.py hang in case of using a small number of workers. https://github.com/modin-project/unidist/blob/bd45958838a62576b962ca9e19b39f7fb0e41161/unidist/test/test_general.py#L15-L24

Possible reason is in incorrect finishing worker-process in multiprocessing backend.

To reproduce need to set CpuCount = 2.

prutskov avatar Dec 02 '21 10:12 prutskov