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 njs, pitrou, vstinner, yselivanov
Date 2018-07-18.12:37:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531917422.11.0.56676864532.issue34130@psf.upfronthosting.co.za>
In-reply-to
Content
I ran "python -m test test_signal -v -F" 4 times in parallel (in 4 terminals), and I reproduced test_warn_on_full_buffer() failure after one hour: 2 terminals got the failures (the 2 others are still running).

I ran this test using "write.setsockopt(socket.SOL_SOCKET, socket.SO_SNDBUF, 0)" fix on test_socket().
History
Date User Action Args
2018-07-18 12:37:02vstinnersetrecipients: + vstinner, pitrou, njs, yselivanov
2018-07-18 12:37:02vstinnersetmessageid: <1531917422.11.0.56676864532.issue34130@psf.upfronthosting.co.za>
2018-07-18 12:37:02vstinnerlinkissue34130 messages
2018-07-18 12:37:02vstinnercreate