Skip to content

bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix#17294

Merged
miss-islington merged 1 commit into
python:masterfrom
xdegaye:bpo-38841
Nov 20, 2019
Merged

bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix#17294
miss-islington merged 1 commit into
python:masterfrom
xdegaye:bpo-38841

Conversation

@xdegaye

@xdegaye xdegaye commented Nov 20, 2019

Copy link
Copy Markdown
Contributor

on platforms lacking a functional bind() for named unix domain sockets

https://bugs.python.org/issue38841

Automerge-Triggered-By: @asvetlov

on platforms lacking a functional bind() for named unix domain sockets

@corona10 corona10 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO, test_create_datagram_endpoint_sock_unix can be applied also?

@xdegaye

xdegaye commented Nov 20, 2019

Copy link
Copy Markdown
Contributor Author

@corona10
can you please elaborate

@corona10

corona10 commented Nov 20, 2019

Copy link
Copy Markdown
Member

can you please elaborate

Oh.. sorry please ignore my previous comment. :(
My understanding was wrong The patch seems right.
(I re-read https://bugs.python.org/issue38841)

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @xdegaye for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-17299 is a backport of this pull request to the 3.8 branch.

@miss-islington

Copy link
Copy Markdown
Contributor

Sorry, @xdegaye, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 559bad1a70ed50cc9caa7cb303b6ac1fe6a34af3 3.7

@miss-islington miss-islington self-assigned this Nov 20, 2019
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 20, 2019
…nix (pythonGH-17294)

on platforms lacking a functional bind() for named unix domain sockets

https://bugs.python.org/issue38841

Automerge-Triggered-By: @asvetlov
(cherry picked from commit 559bad1)

Co-authored-by: xdegaye <xdegaye@gmail.com>
@asvetlov

Copy link
Copy Markdown
Contributor

I don't want backporting to to 3.7.

@xdegaye if you do care please make a PR.
If not -- the version can live as is I guess.

@xdegaye

xdegaye commented Nov 20, 2019

Copy link
Copy Markdown
Contributor Author

@asvetlov
It is a failing test on a non fully supported platform, so I agree that backporting to 3.7 is not necessary. I will close the issue.
Thanks for merging the PR Andrew.

@xdegaye
xdegaye deleted the bpo-38841 branch November 20, 2019 20:17
miss-islington added a commit that referenced this pull request Nov 20, 2019
…nix (GH-17294)

on platforms lacking a functional bind() for named unix domain sockets

https://bugs.python.org/issue38841

Automerge-Triggered-By: @asvetlov
(cherry picked from commit 559bad1)

Co-authored-by: xdegaye <xdegaye@gmail.com>
jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request Dec 5, 2019
…nix (pythonGH-17294)

on platforms lacking a functional bind() for named unix domain sockets



https://bugs.python.org/issue38841



Automerge-Triggered-By: @asvetlov
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request Jan 31, 2020
…nix (pythonGH-17294)

on platforms lacking a functional bind() for named unix domain sockets



https://bugs.python.org/issue38841



Automerge-Triggered-By: @asvetlov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants