Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment: It failed for the first time on Ubuntu and then was successful for all the rest of 5-6 runs. I don't know why for the failure run it has load avg as 0.00 and how to get to this stage.
# Shell session ➜ cpython git:(master) uname -a Linux ubuntu-s-1vcpu-1gb-blr1-01 4.4.0-127-generic #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux ➜ cpython git:(master) ./python Python 3.8.0a0 (heads/master:d824ca7, Jul 3 2018, 06:50:05) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> exit() ➜ cpython git:(master) ./python -m test test_multiprocessing_spawn -m test.test_multiprocessing_spawn.WithProcessesTestPool.test_imap_unordered -R 3:3 Run tests sequentially 0:00:00 load avg: 0.00 [1/1] test_multiprocessing_spawn beginning 6 repetitions 123456 ...... test_multiprocessing_spawn leaked [2, 2, 1] memory blocks, sum=5 test_multiprocessing_spawn failed == Tests result: FAILURE == 1 test failed: test_multiprocessing_spawn Total duration: 9 sec 221 ms Tests result: FAILURE ➜ cpython git:(master) ./python -m test test_multiprocessing_spawn -m test.test_multiprocessing_spawn.WithProcessesTestPool.test_imap_unordered -R 3:3 Run tests sequentially 0:00:00 load avg: 0.34 [1/1] test_multiprocessing_spawn beginning 6 repetitions 123456 ...... == Tests result: SUCCESS == 1 test OK. Total duration: 8 sec 822 ms Tests result: SUCCESS ---------- nosy: +xtreak _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33735> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com