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

[net5] dotnet test output total time elapsed in all threads #2585

Closed
nohwnd opened this issue Oct 1, 2020 · 1 comment · Fixed by #2739
Closed

[net5] dotnet test output total time elapsed in all threads #2585

nohwnd opened this issue Oct 1, 2020 · 1 comment · Fixed by #2739

Comments

@nohwnd
Copy link
Member

nohwnd commented Oct 1, 2020

originaly posted by @dtopuzov in dotnet/sdk#13892

Output of test run with 5.0.100-rc.1.20452.10:

Passed!  - Failed:     0, Passed:   433, Skipped:     5, Total:   438, Duration: 9 m 44 s - Blazor.Playground.Tests.dll (net5.0)

Those 9 m 44 s are the total time of all threads, actually, tests were executed in ~3min.

dotnet sdk 3.1.401 shows the real elapsed time (not the sum of all treads).
I prefer the old behavior.

AB#1272733

@stephentoub
Copy link
Member

stephentoub commented Oct 29, 2020

dotnet sdk 3.1.401 shows the real elapsed time (not the sum of all treads).
I prefer the old behavior.

+1. If we want to show the total execution time summing each thread in addition to the wall clock time, great, but it shouldn't replace it.

This issue was closed.
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

Successfully merging a pull request may close this issue.

3 participants