-
Notifications
You must be signed in to change notification settings - Fork 394
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
WDA crashes middle of execution automation scripts #571
Comments
My environment setup Wda version : |
What's the device log? |
Restarting after unexpected exit, crash, or test timeout in -[UITestingUITests testRunner]; summary will include totals from previous launches. Test Suite 'Selected tests' started at 2022-03-09 11:05:20.729 Test session results, code coverage, and logs: Failing tests: ** TEST FAILED ** Testing started Test Suite 'Selected tests' started at 2022-03-09 11:05:20.729 Test session results, code coverage, and logs: Failing tests: ** TEST FAILED ** Testing started |
It was xcodebuild log. Could you specify |
Please find Appium logs 2022-03-10 10:11:22:078 - �[35m[HTTP]�[39m �[90m{"desiredCapabilities":{"showIOSLog":true,"server:CONFIG_UUID":"880464bb-b261-46e0-9125-dcdfbf42b9ef","showXcodeLog":true,"newCommandTimeout":240000,"platformVersion":"15.2","browserName":"safari","autoWebview":true,"platformName":"ios","udid":"00008027-001309861162402E","deviceName":"iPad","nativeWebTap":true},"capabilities":{"firstMatch":[{"browserName":"safari","platformName":"ios","server:CONFIG_UUID":"880464bb-b261-46e0-9125-dcdfbf42b9ef"}]}}�[39m |
Perhaps the above attached log was in the middle of a new session request (and not the crash)? GitHub GIST helps to not cut the log in the middle. |
I experience same issue when running tests for an enough long time. WebDriverAgent stops working and crashes after one or more days running. My environment: XCode 15.0.1 My WebDriverAgent log:
[...]
|
WDA crashes middle of execution and getting this error
Restarting after unexpected exit or crash in UITestingUITests/testSocketRunner; summary will include totals from previous launches.
Test Suite 'Selected tests' started at 2019-05-07 14:58:30.836
Test Suite 'WebDriverAgentRunner.xctest' started at 2019-05-07 14:58:30.836
Test Suite 'WebDriverAgentRunner.xctest' failed at 2019-05-07 14:58:30.837.
Executed 1 test, with 1 failure (0 unexpected) in 0.000 (0.000) seconds
Test Suite 'WebDriverAgentLib.framework' started at 2019-05-07 14:58:30.837
Test Suite 'WebDriverAgentLib.framework' passed at 2019-05-07 14:58:30.838.
Executed 0 tests, with 0 failures (0 unexpected) in 0.000 (0.000) seconds
Test Suite 'Selected tests' failed at 2019-05-07 14:58:30.838.
Executed 1 test, with 1 failure (0 unexpected) in 0.000 (0.003) seconds
Please post the fix for the above issue.
The text was updated successfully, but these errors were encountered: