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 vstinner
Recipients asvetlov, pablogsal, terry.reedy, vstinner, yselivanov
Date 2019-05-14.14:01:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557842516.97.0.44353045282.issue36870@roundup.psfhosted.org>
In-reply-to
Content
Maybe the test started to fail randomly after this change:

commit 1cc0ee7d9f6a2817918fafd24c18d8bb093a85d3
Author: Andrew Svetlov <andrew.svetlov@gmail.com>
Date:   Tue May 7 16:53:19 2019 -0400

    bpo-36801: Fix waiting in StreamWriter.drain for closing
    SSL transport (GH-13098)

The test is quite old, added in bpo-25441:

commit c44ecdf687897a20f11d0c5212b51e8d31f6100a
Author: Guido van Rossum <guido@python.org>
Date:   Mon Oct 19 11:49:30 2015 -0700

    Issue #25441: asyncio: Raise error from drain() when socket is closed.
History
Date User Action Args
2019-05-14 14:01:57vstinnersetrecipients: + vstinner, terry.reedy, asvetlov, yselivanov, pablogsal
2019-05-14 14:01:56vstinnersetmessageid: <1557842516.97.0.44353045282.issue36870@roundup.psfhosted.org>
2019-05-14 14:01:56vstinnerlinkissue36870 messages
2019-05-14 14:01:56vstinnercreate