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 aeros
Recipients Michael.Felt, aeros, matrixise, miss-islington, ned.deily, ronaldoussoren, steve.dower, vstinner
Date 2019-09-05.06:28:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567664936.31.0.747350361365.issue18049@roundup.psfhosted.org>
In-reply-to
Content
Ronald, is it feasible that the changes made in https://github.com/python/cpython/pull/14748/files to THREAD_STACK_SIZE in Python/thread_pthread.h could be causing intermittent failures for the Azure macOS PR tests?

In a recent PR (https://github.com/python/cpython/pull/15651), test_pending_calls_race (test.test_concurrent_futures.ThreadPoolWaitTests) seemed to be timing out. See the build log for more details:  https://dev.azure.com/Python/cpython/_build/results?buildId=49786&view=logs&j=18d1a34d-6940-5fc1-f55b-405e2fba32b1.

It doesn't appear to be causing consistent failures for Azure, but the latest commit to PR-15651 was only involving a formatting change to the news entry, so it should not have had any influence on the test that timed out. Prior to that commit, there were no CI failures.
History
Date User Action Args
2019-09-05 06:28:56aerossetrecipients: + aeros, ronaldoussoren, vstinner, ned.deily, steve.dower, matrixise, Michael.Felt, miss-islington
2019-09-05 06:28:56aerossetmessageid: <1567664936.31.0.747350361365.issue18049@roundup.psfhosted.org>
2019-09-05 06:28:56aeroslinkissue18049 messages
2019-09-05 06:28:55aeroscreate