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 detection of is starting status #229

Closed
vdelendik opened this issue Apr 15, 2023 · 2 comments
Closed

fix detection of is starting status #229

vdelendik opened this issue Apr 15, 2023 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@vdelendik
Copy link
Contributor

after fixing #227 we broke "is starting" device state

@vdelendik vdelendik added the bug Something isn't working label Apr 15, 2023
@vdelendik vdelendik added this to the 2.4.5 milestone Apr 15, 2023
@vdelendik vdelendik modified the milestones: 2.4.5, 2.4.6 Apr 17, 2023
vdelendik pushed a commit that referenced this issue Apr 21, 2023
vdelendik added a commit that referenced this issue Apr 21, 2023
#229 fixed startup to support webview
@vdelendik
Copy link
Contributor Author

fixed reusing status-device function: https://github.com/zebrunner/mcloud-ios/pull/233/files

@dhreben
Copy link

dhreben commented Apr 26, 2023

Fixed

Steps:

Case 1:

  1. ./zebrunner.sh stop udid
  2. ./zebrunner.sh status

iPhone_7_Plus (de0d7...........39755c17941) is stopped.

Case 2:

  1. /zebrunner.sh start [udid]
  2. ./zebrunnner.sh status
  • after 5 sec

iPhone_7_Plus (de0...................39755c17941) is starting.

  • when device available on STF

iPhone_7_Plus (de0...................755c17941) is healthy.

Case 3:

  1. reconnect device
  2. ./zebrunner sh status

iPhone_7_Plus (de0d7a3........5c17941) is disconnected!

Case 4:

  1. Connect device
  2. ./zebrunner.sh status

iPhone_7_Plus (de0...................755c17941) is healthy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants