-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Discovery indicator fixes #50903
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
Discovery indicator fixes #50903
Conversation
Youssef1313
left a comment
There was a problem hiding this 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++; |
There was a problem hiding this comment.
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.
|
yes I will move the changes to mtp once the are merged here. |
|
From the screenshot, I see |
Youssef1313
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Change progress bar color to neutral color on discovery

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