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 aeros, vstinner, yselivanov
Date 2019-10-25.12:53:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572008000.02.0.096696501474.issue38564@roundup.psfhosted.org>
In-reply-to
Content
> IHMO a test must not depend on time.

I would agree, the tests should optimally not depend on time. My above comment was primarily to confirm that the failure was able to be consistently reproduced, along with the minimum conditions to do so.

Yury had been the one to change it to "asyncio.sleep(0.05)" from the previous "asyncio.sleep(1)" in the following commit: https://github.com/python/cpython/commit/abe9625eeb71e40f042ccfccfe6a4489a6dcdf35 (Nov 13, 2015).

Perhaps he might have some insight or ideas as to how we could improve the test to use a more reliable means of synchronization that has been implemented since that change was made. I'll add him to the nosy list.
History
Date User Action Args
2019-10-25 12:53:20aerossetrecipients: + aeros, vstinner, yselivanov
2019-10-25 12:53:20aerossetmessageid: <1572008000.02.0.096696501474.issue38564@roundup.psfhosted.org>
2019-10-25 12:53:20aeroslinkissue38564 messages
2019-10-25 12:53:19aeroscreate