appium / appium-uiautomator2-driver

Appium driver for Android UIAutomator2
Apache License 2.0
607 stars 178 forks source link

fix: stop io.appium.uiautomator2.server process as well (in cleanupAutomationLeftovers) #807

Closed KazuCocoa closed 4 months ago

KazuCocoa commented 4 months ago

More tuning fix for https://github.com/appium/appium-uiautomator2-driver/pull/655

I observed that to ensure that the /status endpoint stops, we should kill the io.appium.uiautomator2.server process as well in addition to io.appium.uiautomator2.server.test. Only .test process kill keep responding to the /status. So as cleanupAutomationLeftovers, it would be reasonable to stop both processes (this behavior finding is an edge case in my another issue investigation though)

github-actions[bot] commented 4 months ago

:tada: This issue has been resolved in version 3.7.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: