Skip to content

gh-119461: Skip ThreadedVSOCKSocketStreamTest if cid is VMADDR_CID_ANY - #119463

Closed
vstinner wants to merge 2 commits into
python:mainfrom
vstinner:vsock
Closed

gh-119461: Skip ThreadedVSOCKSocketStreamTest if cid is VMADDR_CID_ANY#119463
vstinner wants to merge 2 commits into
python:mainfrom
vstinner:vsock

Conversation

@vstinner

@vstinnervstinner commented May 23, 2024

Copy link
Copy Markdown
Member

Skip ThreadedVSOCKSocketStreamTest of test_socket if get_cid() returns VMADDR_CID_ANY (-1).

…CID_ANY
Skip ThreadedVSOCKSocketStreamTest of test_socket if get_cid()
returns VMADDR_CID_ANY (-1).
@vstinner

Copy link
Copy Markdown
MemberAuthor

vSock support was added in 2017 by #2489.

@vstinner

Copy link
Copy Markdown
MemberAuthor

A better fix: #119465

@vstinner

Copy link
Copy Markdown
MemberAuthor

I merged #119465 instead.

@vstinner
vstinner deleted the vsock branch May 23, 2024 21:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting core reviewneeds backport to 3.12only security fixesneeds backport to 3.13bugs and security fixestestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner