Skip to content
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: stop io.appium.uiautomator2.server process as well (in cleanupAutomationLeftovers) #807

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

KazuCocoa
Copy link
Member

@KazuCocoa KazuCocoa commented Jul 22, 2024

More tuning fix for #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)

@KazuCocoa KazuCocoa changed the title fix: stop uia2 process as well fix: stop io.appium.uiautomator2.server process as well (in cleanupAutomationLeftovers) Jul 22, 2024
@KazuCocoa KazuCocoa merged commit 69abc42 into master Jul 23, 2024
10 checks passed
@KazuCocoa KazuCocoa deleted the stop-uia2-server branch July 23, 2024 06:41
github-actions bot pushed a commit that referenced this pull request Jul 23, 2024
## [3.7.4](v3.7.3...v3.7.4) (2024-07-23)

### Bug Fixes

* stop uia2 process as well in cleanupAutomationLeftovers ([#807](#807)) ([69abc42](69abc42))
Copy link

🎉 This issue has been resolved in version 3.7.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants