forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
karthiknadig
added
the
debt
Covers everything internal: CI, testing, refactoring of the codebase, etc.
label
Oct 31, 2023
karthiknadig
changed the title
Add named pipe utility classes
[DONT MERGE] Add named pipe utility classes
Nov 2, 2023
eleanorjboyd
reviewed
Nov 2, 2023
src/client/testing/testController/unittest/testDiscoveryAdapter.ts
Outdated
Show resolved
Hide resolved
eleanorjboyd
reviewed
Jan 3, 2024
eleanorjboyd
force-pushed
the
named-pipes
branch
from
January 22, 2024 16:46
7c2a66c
to
ca279f6
Compare
eleanorjboyd
reviewed
Apr 9, 2024
eleanorjboyd
changed the title
[DONT MERGE] Add named pipe utility classes
Switch to using named pipes for test communication
Apr 10, 2024
anthonykim1
approved these changes
Apr 16, 2024
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #22177. Switches to using named pipes as communication between extension and test run subprocesses.