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, vstinner, yselivanov
Date 2018-05-30.15:43:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527695006.87.0.682650639539.issue33694@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce test_start_tls_server_1 fails when I do (screenshot attached)

1. run test_asyncio
2. run test_asyncio.test_sslproto
3. run test_asyncio.test_sslproto -m test_start_tls_server_1

I run them in Windows 7 VM on Mac OS.

All other tests pass fine for me except test_sendfile_close_peer_in_the_middle_of_receiving.  Andrew, please look at this, this is your test, and I'm not sure I follow why we use SNDBUF at all. IMO it should be possible to write a test without using that (or if not, maybe time to use mocks).

With regards to start_tls tests -- I give up, I don't have time to look into this before 3.7.0.  I suggest to mask the test on the specific win buildbot it crashes on and fix it before 3.7.1 (or maybe when Windows users come up with a reliable way to reproduce the bug).
History
Date User Action Args
2018-05-30 15:43:26yselivanovsetrecipients: + yselivanov, vstinner, asvetlov
2018-05-30 15:43:26yselivanovsetmessageid: <1527695006.87.0.682650639539.issue33694@psf.upfronthosting.co.za>
2018-05-30 15:43:26yselivanovlinkissue33694 messages
2018-05-30 15:43:26yselivanovcreate