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 asvetlov
Recipients asvetlov, xtreak, yselivanov
Date 2019-12-24.13:27:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577194035.0.0.363664530137.issue39129@roundup.psfhosted.org>
In-reply-to
Content
The main problem of mock-based tests in asyncio is that the tests become unreliably very easy after mocked asyncio internal changes.

I'm +0 on adding the proposed test. The better idea is serving on explicit AF_INET '127.0.0.1:<port>' address when the connection is established to AF_INET6 '[::1]:<port>'.
History
Date User Action Args
2019-12-24 13:27:15asvetlovsetrecipients: + asvetlov, yselivanov, xtreak
2019-12-24 13:27:14asvetlovsetmessageid: <1577194035.0.0.363664530137.issue39129@roundup.psfhosted.org>
2019-12-24 13:27:14asvetlovlinkissue39129 messages
2019-12-24 13:27:14asvetlovcreate