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 grzgrzgrz3
Recipients grzgrzgrz3, serhiy.storchaka, vstinner
Date 2017-05-14.23:57:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494806256.8.0.406551178875.issue30357@psf.upfronthosting.co.za>
In-reply-to
Content
Problem is with test test_thread.ThreadRunningTests.test_save_exception_state_on_error when other tests leave threads runnig. 

test_save_exception_state_on_error relay on thread._get_count(), if this value decrease test assume thread is finished with is not always correct (other threads finish - started by different test).

Fix is to make sure each test wait for all threads to finsh.
History
Date User Action Args
2017-05-14 23:57:37grzgrzgrz3setrecipients: + grzgrzgrz3, vstinner, serhiy.storchaka
2017-05-14 23:57:36grzgrzgrz3setmessageid: <1494806256.8.0.406551178875.issue30357@psf.upfronthosting.co.za>
2017-05-14 23:57:36grzgrzgrz3linkissue30357 messages
2017-05-14 23:57:36grzgrzgrz3create