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

dotnet-coverage, what is the maximum number of tests that I can run? #138

Open
HeytalePazguato opened this issue Oct 4, 2024 · 1 comment

Comments

@HeytalePazguato
Copy link

I have a solution with multiple test projects, I have reached the point where adding a test, any test, will make other tests, that usually pass, fail.

I am using this command

dotnet-coverage collect -f xml -o coverage.xml dotnet test

I am running in total 92 tests across 5 projects divided as follows

Project 1: 12 tests
Project 2: 6 tests
Project 3: 8 tests
Project 4: 36 tests
Project 5: 30 tests

What are the limits per TextFixture, Project, Solution?

Why will my previously defined tests fail if I add any new test?

Just to clarify, the tests that fail are previous passing tests, not the new ones.

I am using the version 17.12.2

@jakubch1
Copy link
Member

jakubch1 commented Oct 7, 2024

@HeytalePazguato could you please provide your solution so we can repro locally? There are no limits so no things you described should happen.

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