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

Reuse testhost for parallel .net framework discovery/execution #3193

Closed
Sanan07 opened this issue Nov 25, 2021 · 1 comment
Closed

Reuse testhost for parallel .net framework discovery/execution #3193

Sanan07 opened this issue Nov 25, 2021 · 1 comment
Assignees

Comments

@Sanan07
Copy link
Contributor

Sanan07 commented Nov 25, 2021

Currently when we discovering/execution .net framework test projects, vstest.console.exe will spawn new testhost for each test assembly.
By its shared design, in .net framework test projecst we can reuse testhost for the next source, instead of closing it and creating new one.

It was discovered as part of this issue #3192.
This change should also take in consideration new implemented testsession work.

@cvpoienaru
Copy link
Member

@Sanan07 I assigned this to me and I'll probably fix it as part of the next phase of perf improvements. If you'd like to work on it yourself though please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants