Skip to content

bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix #17294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 20, 2019
Merged

Conversation

xdegaye
Copy link
Contributor

@xdegaye xdegaye commented Nov 20, 2019

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
Copy link
Member

@corona10 corona10 left a comment

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
Copy link
Contributor Author

xdegaye commented Nov 20, 2019

@corona10
can you please elaborate

@corona10
Copy link
Member

corona10 commented Nov 20, 2019

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
Contributor

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

@bedevere-bot
Copy link

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

@miss-islington
Copy link
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
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
Copy link
Contributor Author

xdegaye commented Nov 20, 2019

@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