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 yselivanov
Recipients asvetlov, christian.heimes, giampaolo.rodola, ned.deily, terry.reedy, vstinner, yselivanov
Date 2018-05-28.15:08:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527520128.82.0.682650639539.issue32458@psf.upfronthosting.co.za>
In-reply-to
Content
> It's a race condition which doesn't depend on the OS, but on the system load.

Yeah, I agree. The current timeout for the test is 5 seconds and it tries to transfer 2mb of data, which isn't that much actually.  I'll bump the timeout and reduce the amount of data transferred in https://github.com/python/cpython/pull/7130

Thing is, these are the very first *functional* tests for asyncio. Before it was mostly tested with mocks. So we'll need some adjustment period to learn how slow/loaded the CI servers are and what kind of timeouts are safe to use.
History
Date User Action Args
2018-05-28 15:08:48yselivanovsetrecipients: + yselivanov, terry.reedy, vstinner, giampaolo.rodola, christian.heimes, ned.deily, asvetlov
2018-05-28 15:08:48yselivanovsetmessageid: <1527520128.82.0.682650639539.issue32458@psf.upfronthosting.co.za>
2018-05-28 15:08:48yselivanovlinkissue32458 messages
2018-05-28 15:08:48yselivanovcreate