-
Notifications
You must be signed in to change notification settings - Fork 3.6k
servodriver: Shut down Servo elegantly when all tests finish #55907
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
Conversation
wpt-pr-bot
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.
The review process for this patch is being conducted in the Servo project.
9fe4439 to
0549d84
Compare
0549d84 to
8a24223
Compare
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
- Add retry Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
8a24223 to
8e63dd1
Compare
|
⛔ The downstream PR has merged (servo/servo#40455), but these changes could not be merged properly. Please address any CI issues and try to merge manually. |
|
Could you help out here? @jdm |
|
@yezhizhen Let me fix up the lint errors first: |
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Sorry for that! |
Previously, we always kill the instance when tests finish instead of normally shutting down. That blocked clean-ups works, such as Code Coverage we wanted to add, and other things I'm not aware of.
Testing: We have tested for a week and checked the logs of CI to confirm it works normally now.
Reviewed in servo/servo#40455