Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@nohwnd
Copy link
Member

@nohwnd nohwnd commented Sep 18, 2025

Change progress bar color to neutral color on discovery
image

Show red message when 0 tests are discovered. E.g. when we do --list-tests --unknown-option, to align with exit code 1.

Related to #45927
fix #50786

Copy link
Member

@Youssef1313 Youssef1313 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need anything for MTP as well?

{
PassedTests++;
DiscoveredTests.Add(new(displayName, uid));
DiscoveredTests++;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unrelated to your changes. But do we guarantee this is not called concurrently from multiple threads? This is not only for discovery, but for reporting test results as well.

@nohwnd
Copy link
Member Author

nohwnd commented Sep 18, 2025

yes I will move the changes to mtp once the are merged here.

@Youssef1313
Copy link
Member

From the screenshot, I see (net9.0|x64)(2s). Should there be a space between the duration and the TFM|arch? i.e, (net9.0|x64) (2s)? No strong opinion there but it caught my eyes. I'll leave it for you to judge what you think is better UX.

Copy link
Member

@Youssef1313 Youssef1313 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

2 participants