[3.6] bpo-33937: Catch ENOMEM error in test_socket (GH-9557) by miss-islington · Pull Request #9566 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Conversation
Contributor
Fix test_socket.SendmsgSCTPStreamTest: catch ENOMEM error.
testSendmsgTimeout() and testSendmsgDontWait() randomly fail on
Travis CI with: "OSError: [Errno 12] Cannot allocate memory".
(cherry picked from commit 46f40be)
Co-authored-by: Victor Stinner vstinner@redhat.com
Fix test_socket.SendmsgSCTPStreamTest: catch ENOMEM error. testSendmsgTimeout() and testSendmsgDontWait() randomly fail on Travis CI with: "OSError: [Errno 12] Cannot allocate memory". (cherry picked from commit 46f40be) Co-authored-by: Victor Stinner <vstinner@redhat.com>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
vstinner
approved these changes
vstinner
left a comment
vstinner
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, good bot.
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
miss-islington
commented
Sep 25, 2018
miss-islington commented
Contributor Author
@vstinner: Status check is done, and it's a success ✅ .
miss-islington
merged commit
857b002
into
python:3.6
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-46f40be-3.6
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment