-
Notifications
You must be signed in to change notification settings - Fork 269
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
[MTP] Better message for never finished tests? #5170
Comments
Sounds good, I can see writing out the tests that were in progress as being quite useful for understanding what was going on. |
Probably worth failing the run too. The above would fail because of the zero tests run, but I imagine if I sent some success test nodes too, the run would pass. |
I think that already happens, cancellation is translated to test run failure state. so no matter how many tests passed you will get fail. |
I'm not necessarily talking about a cancellation. If you call Here's code to show what I mean:
Output is:
But 15 tests were started. So I'd expect a failure. And like you said, some messages about which tests never completed. |
Ok now it is clear 👍 |
If you report some tests as in progress, and then complete / end the test run, the result will say 0 tests run.
0 tests finished, but some were started. Could we be more informative?
The text was updated successfully, but these errors were encountered: