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 xtreak
Recipients asvetlov, vstinner, xtreak, yselivanov
Date 2019-03-12.18:52:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552416752.12.0.726104912433.issue35760@roundup.psfhosted.org>
In-reply-to
Content
I changed sleep(0.01) to sleep(1) and even after 350 runs I couldn't see any failure in test. I guess it fails only for less difference in time like 0.01 and 0.001.

$ ./python.exe -X dev -m test -j4 -F test_asyncgen -m test_async_gen_asyncio_gc_aclose_09
[snip]
0:02:46 load avg: 3.71 [356] test_asyncgen passed
0.660945396 del g
0.661572575 run sleeps 1000 ms...
1.664627785 1
0.666234736 finally sleeps 1 ms
0.667970371 0.001
0.669262596 finally sleeps 1 more ms
0.671174578 0.001
0.671972246 finally: DONE = 1--
1.668627272 run exit
History
Date User Action Args
2019-03-12 18:52:32xtreaksetrecipients: + xtreak, vstinner, asvetlov, yselivanov
2019-03-12 18:52:32xtreaksetmessageid: <1552416752.12.0.726104912433.issue35760@roundup.psfhosted.org>
2019-03-12 18:52:32xtreaklinkissue35760 messages
2019-03-12 18:52:32xtreakcreate