Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Error when running dotnet test #94

Open
piusn opened this issue Dec 14, 2016 · 3 comments
Open

Error when running dotnet test #94

piusn opened this issue Dec 14, 2016 · 3 comments

Comments

@piusn
Copy link

piusn commented Dec 14, 2016

I have tests that are running ok, but utility does not return. I have set it up on team city and so it hangs in the tests step, and does not return for the next build step to proceed.

This issue is also replicated in the my development box, which is running win 10

error

@rprouse
Copy link
Member

rprouse commented Dec 14, 2016

Are you saying that the last line you see is the Results saved and it never exits?

What command line are you using to run your tests? What version of .NET Core?

If this was a general problem, I expect that more people would be reporting this, so my guess it is something about your tests. Is there any garbage collection or running threads in your code or tests that could be blocking exit?

@piusn
Copy link
Author

piusn commented Dec 14, 2016

I am running on .netcoreapp1.1. just a note also that i have tests running in parallel.
And sure the tests does not exit whatsover.

thanks

@piusn
Copy link
Author

piusn commented Dec 14, 2016

I am using dotnet test.

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

No branches or pull requests

2 participants