Skip to content

Detect app launch timeout on Apple#786

Merged
premun merged 4 commits intodotnet:mainfrom
premun:prvysoky/detect-launch-timeout
Dec 7, 2021
Merged

Detect app launch timeout on Apple#786
premun merged 4 commits intodotnet:mainfrom
premun:prvysoky/detect-launch-timeout

Conversation

@premun
Copy link
Copy Markdown
Member

@premun premun commented Dec 6, 2021

The shared Xamarin code allowed for a short window in-between the app being installed and launched but not having connected over TCP to XHarness' listener.
We add a more granular code that will describe this case so that we don't need to return TIMED_OUT when --launch-timeout occurs since TIMED_OUT means that tests themselves are running too long. This new launch timeout is then categorized as infra failure rather than user's fault.

Resolves #785

@premun premun merged commit b8661fa into dotnet:main Dec 7, 2021
@premun premun deleted the prvysoky/detect-launch-timeout branch December 7, 2021 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Apple runs time out while on --launch-timeout but result is TIMED_OUT

3 participants