-
Notifications
You must be signed in to change notification settings - Fork 369
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
Intermittent 'Could not parse response '';' error when executing tap_mark command #600
Comments
@JaniJegoroff Can you try in version 0.11.4 since this is related to uia timeout errors. Is there a way for us to reproduce this? Does it reproduce deterministically? |
@krukow Luckily, I have been also able to reproduce using calabash-ios-example project: https://github.com/JaniJegoroff/calabash-ios-example-issue-600 |
@JaniJegoroff I was able to reproduce it. However, In all cases it was real crashes in the app. It occurs in the sample when you delete a table cell in "Third" view. Are you sure it is not the app you're testing that is crashing. Have you looked at the iOS Core Simulator logs to look for crash reports?
|
@krukow Ah, I see that now. I found two kind of suspicious crash logs:
Good thing is that after upgrading to Calabash version 0.11.4 (two days ago) I have not seen this issue in Jenkins test run anymore. Since upgrade, total ~400 scenarios have been executed in iPhone and iPad. I think we can close this issue. |
Thanks @JaniJegoroff for investigating. |
I see this issue on xcode 6.2, ios 8.2. |
This issue still happens using XCode 6.3.2 and iOS 8.3. |
This is the new issue for intermitted RuntimeError: Could not parse response ''; the app has probably crashed error when executing
tap_mark
command. Issue was first referenced in the discussion: #566Based on my experience issue happens more often in the iPhone 6 simulator than in iPad Retina simulator.
Environment
Xcode 6.1
Calabash 0.11.3
run_loop 1.0.9
8.1 simulators
Steps to reproduce:
iPhone 6 (8.1 Simulator)
DEBUG=1 DEBUG_HTTP=1 DEVICE_TARGET='iPhone 6 (8.1 Simulator)' calabash-ios console
start_test_server_in_background
tap_mark('<your-text>')
curl:
Debug trace:
run_loop.out:
The text was updated successfully, but these errors were encountered: