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

Add dotnet test --blame Flag to DotNetCoreTestSettings #2932

Closed
RehanSaeed opened this issue Nov 6, 2020 · 3 comments · Fixed by #2936
Closed

Add dotnet test --blame Flag to DotNetCoreTestSettings #2932

RehanSaeed opened this issue Nov 6, 2020 · 3 comments · Fixed by #2936
Assignees
Milestone

Comments

@RehanSaeed
Copy link
Contributor

RehanSaeed commented Nov 6, 2020

The dotnet test command has a --blame flag that is missing from DotNetCoreTestSettings. This should be added as it is very usefule for when the test process crashes. I turn it on on in all my CI test runs. Here is the documentation for the flag:

--blame

Run the tests in blame mode. This option is helpful in isolating a problematic test causing the test host to crash.
Outputs a 'Sequence.xml' file in the current directory that captures the order of execution of test before the crash.
@Marusyk
Copy link
Contributor

Marusyk commented Nov 8, 2020

It would be great 👍
I would prepare PR for this if nobody minds

@gep13
Copy link
Member

gep13 commented Nov 9, 2020

@Marusyk no objections here, thanks for your help with this!

@cake-build-bot
Copy link

🎉 This issue has been resolved in version v1.1.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

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

Successfully merging a pull request may close this issue.

5 participants