This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2020-04-23.17:28:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587662925.21.0.533140736162.issue39932@roundup.psfhosted.org>
In-reply-to
Content
The following command fails randomly:

$ ./python -m test test_multiprocessing_fork -R 3:3 -m test.test_multiprocessing_fork.WithProcessesTestHeap.test_heap -v

Run 1:

test_multiprocessing_fork leaked [73, 52, 33] references, sum=158
test_multiprocessing_fork leaked [31, 23, 14] memory blocks, sum=68
test_multiprocessing_fork leaked [2, 0, 0] file descriptors, sum=2
test_multiprocessing_fork failed

Run 2:

1 test OK.

Run 6:

test_multiprocessing_fork leaked [0, 2, 0] file descriptors, sum=2
test_multiprocessing_fork failed
History
Date User Action Args
2020-04-23 17:28:45vstinnersetrecipients: + vstinner
2020-04-23 17:28:45vstinnersetmessageid: <1587662925.21.0.533140736162.issue39932@roundup.psfhosted.org>
2020-04-23 17:28:45vstinnerlinkissue39932 messages
2020-04-23 17:28:45vstinnercreate