-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
fix TestScheduler dispatch upon exec error #13203
Conversation
change autoRun setting to avoid the long startup full-test run.
Hi, I checked in a non-code related to change so I can also see if the earlier test check failure is just a hiccup. Sure enough, the previously failed check has passed. However, a new check failed, but it is not related to the code change in this PR. So I think the code is ready for review, @SimenB please feel free to take a look when you have the cycle. Thanks. |
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.
looks great!
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.
thanks!
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Modified
TestScheduler.scheduleTests
to capture runtime execError in aggregatedResults and notify reporters viaonRunComplete
.fix #13187
Test plan
new tests have been added, all tests should pass.