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

ConsoleRunner spawns too many agents #93

Closed
Trass3r opened this issue Jul 28, 2016 · 3 comments
Closed

ConsoleRunner spawns too many agents #93

Trass3r opened this issue Jul 28, 2016 · 3 comments

Comments

@Trass3r
Copy link

Trass3r commented Jul 28, 2016

packages/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe" [lots of *UnitTest.dlls]  --work=... --out=TestOutput.log --result=TestResult.xml --labels=On --framework=net-4.5 --dispose-runners --agents=8
  • spawns 1 nunit-agent.exe per dll even though we specified --agents=8
  • those agents are created serially which takes a really long time and tests aren't run until this creation phase finishes
@CharliePoole
Copy link
Contributor

Issue moved to nunit/nunit #1712 via ZenHub

@CharliePoole
Copy link
Contributor

@Trass3r This is the NUnit documentation repository. Please use it only for problems with the docs, not for issues about how NUnit should work. See nunit/nunit#1712 where your issue has been moved.

@Trass3r
Copy link
Author

Trass3r commented Jul 28, 2016

Ah I'm sorry. Didn't notice the "docs".

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

2 participants