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

remove redundant blank line before test run outcome #2039

Merged
merged 1 commit into from Jun 21, 2019
Merged

remove redundant blank line before test run outcome #2039

merged 1 commit into from Jun 21, 2019

Conversation

adamralph
Copy link
Contributor

Description

The blank line before the test outcome bloats the line count (especially when many test runs are performed in a single build) and has little value.

Before

Starting test execution, please wait...

Test Run Successful.
Total tests: 63
     Passed: 63
 Total time: 1.6310 Seconds

After

Starting test execution, please wait...
Test Run Successful.
Total tests: 63
     Passed: 63
 Total time: 1.6310 Seconds

@mayankbansal018
Copy link
Contributor

@adamralph while the fix is not major, my only concern is that it could break people who are parsing the console output for vstest.console, which is why I would be reluctant to take this.

@singhsarab for additional input.

@adamralph
Copy link
Contributor Author

@mayankbansal018 the changes introduced by this issue, and released in SDK 2.2.300, are way more likely to break anyone than the removal of a blank line: #1836

@mayankbansal018
Copy link
Contributor

@adamralph yeah that's actually more disruptive, & I had totally forgotten about that change 😢.

@singhsarab singhsarab merged commit c09eb2b into microsoft:master Jun 21, 2019
@adamralph adamralph deleted the redundant-blank-line branch June 21, 2019 12:38
@adamralph
Copy link
Contributor Author

In which version of the .NET SDK can we expect this change?

2 similar comments
@adamralph
Copy link
Contributor Author

In which version of the .NET SDK can we expect this change?

@adamralph
Copy link
Contributor Author

In which version of the .NET SDK can we expect this change?

@nohwnd
Copy link
Member

nohwnd commented Mar 22, 2020

You change is included in 16.2.0 onwards, so that would be sdk 3.1.100 and newer.

image

@adamralph
Copy link
Contributor Author

Thank you @nohwnd.

Would it be a good idea to assign milestones? Then I wouldn't have to ask.

@adamralph
Copy link
Contributor Author

@nohwnd it's still there in 3.1.200

image

@nohwnd
Copy link
Member

nohwnd commented Mar 23, 2020

@adamralph you are right, the space is still there. And I can see the line you removed is still gone in the master. Looking at the code it only affects situations when we have attachments (say a code coverage log), so I am guessing it is not impacting this situation.

I will be revisiting the console output in the next sprint in the other issue. We can polish it there. 🙂

@nohwnd
Copy link
Member

nohwnd commented Mar 23, 2020

Would it be a good idea to assign milestones?

I am adding milestones, but the mapping between our release and dotnet/sdk is not that easy. We don't control what they take, and where they take it. I am monitoring this, and believe me, it is also my goal to get this more transparent. Because right now it is very hard to see where each fix will end up and how to update to that version.

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 this pull request may close these issues.

None yet

4 participants