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: Properly handle WDA session startup errors #2331

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

mykola-mokhnach
Copy link
Contributor

  • It does not make sense to uninstall WDA when session startup fails, because that means WDA has actually started successfully
  • We must short-circuit (e.g. no more reties) if the session startup times out
  • Hardcoded repeats for WDA session startup are useless. They only prolong the time to fail.

Copy link
Member

@KazuCocoa KazuCocoa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense

@mykola-mokhnach mykola-mokhnach merged commit f4ca5ee into appium:master Feb 23, 2024
18 checks passed
@mykola-mokhnach mykola-mokhnach deleted the fast_return branch February 23, 2024 18:22
github-actions bot pushed a commit that referenced this pull request Feb 23, 2024
## [7.1.2](v7.1.1...v7.1.2) (2024-02-23)

### Bug Fixes

* Properly handle WDA session startup errors ([#2331](#2331)) ([f4ca5ee](f4ca5ee))
Copy link
Contributor

🎉 This PR is included in version 7.1.2 🎉

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