Skip to content
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

Switch to using named pipes for test communication #22390

Merged
merged 60 commits into from
Apr 16, 2024

Conversation

karthiknadig
Copy link
Member

@karthiknadig karthiknadig commented Oct 31, 2023

Resolves #22177. Switches to using named pipes as communication between extension and test run subprocesses.

@karthiknadig karthiknadig added the debt Covers everything internal: CI, testing, refactoring of the codebase, etc. label Oct 31, 2023
@karthiknadig karthiknadig self-assigned this Oct 31, 2023
@karthiknadig karthiknadig added the skip tests Updates to tests unnecessary label Oct 31, 2023
@karthiknadig karthiknadig changed the title Add named pipe utility classes [DONT MERGE] Add named pipe utility classes Nov 2, 2023
@karthiknadig karthiknadig reopened this Apr 9, 2024
@eleanorjboyd eleanorjboyd changed the title [DONT MERGE] Add named pipe utility classes Switch to using named pipes for test communication Apr 10, 2024
@karthiknadig karthiknadig removed the skip tests Updates to tests unnecessary label Apr 16, 2024
@karthiknadig karthiknadig merged commit 0f6606c into microsoft:main Apr 16, 2024
37 checks passed
@karthiknadig karthiknadig deleted the named-pipes branch April 16, 2024 15:18
anthonykim1 pushed a commit to anthonykim1/vscode-python that referenced this pull request May 10, 2024
Resolves microsoft#22177.
Switches to using named pipes as communication between extension and
test run subprocesses.

---------

Co-authored-by: eleanorjboyd <[email protected]>
wesm pushed a commit to posit-dev/positron that referenced this pull request May 10, 2024
…python#22390)

Resolves microsoft/vscode-python#22177.
Switches to using named pipes as communication between extension and
test run subprocesses.

---------

Co-authored-by: eleanorjboyd <[email protected]>
seeM pushed a commit to posit-dev/positron that referenced this pull request May 12, 2024
…python#22390)

Resolves microsoft/vscode-python#22177.
Switches to using named pipes as communication between extension and
test run subprocesses.

---------

Co-authored-by: eleanorjboyd <[email protected]>
wesm pushed a commit to posit-dev/positron that referenced this pull request May 13, 2024
…python#22390)

Resolves microsoft/vscode-python#22177.
Switches to using named pipes as communication between extension and
test run subprocesses.

---------

Co-authored-by: eleanorjboyd <[email protected]>
@mntusr mntusr mentioned this pull request Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

switch to named pipes for testing communication
3 participants