You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SauceLabs iOS 11.3 and 12: "message": "An unknown server-side error occurred while processing the command. Original error: Recursive object cannot be transferred"
#119
When looking at the output at Travis, you see this:
...
cordova-paramedic: waiting for test results
appium: Error: [execute(null,[])] Error response status: 13, , UnknownError - An unknown server-side error occurred while processing the command. Selenium error: An unknown server-side error occurred while processing the command. Original error: Recursive object cannot be transferred
cordova-paramedic: Tests failed to complete; ending appium session. The error is:
Error: waitForTests: Seems like device not connected to local server in 540 secs
at Timeout._onTimeout (/Users/travis/build/apache/cordova-paramedic/lib/paramedic.js:368:24)
at ontimeout (timers.js:386:11)
at tryOnTimeout (timers.js:250:5)
at Timer.listOnTimeout (timers.js:214:5)
From previous event:
at ParamedicSauceLabs.runSauceTests (/Users/travis/build/apache/cordova-paramedic/lib/ParamedicSauceLabs.js:440:6)
at ParamedicRunner.runTests (/Users/travis/build/apache/cordova-paramedic/lib/paramedic.js:338:40)
at /Users/travis/build/apache/cordova-paramedic/lib/paramedic.js:95:21
Start running Appium tests...
Running Appium tests on Sauce Labs
Couldn't find Appium tests, skipping...
Completed tests at 8:32:46 PM
...
If you open the SauceLabs test run (URL at the end of the Travis output), you see that the tests actually run as expected, but only the transferring of the result then fails:
janpio
changed the title
SauceLabs: "message": "An unknown server-side error occurred while processing the command. Original error: Recursive object cannot be transferred"
SauceLabs iOS 10.3 and 11: "message": "An unknown server-side error occurred while processing the command. Original error: Recursive object cannot be transferred"
Apr 5, 2019
janpio
changed the title
SauceLabs iOS 10.3 and 11: "message": "An unknown server-side error occurred while processing the command. Original error: Recursive object cannot be transferred"
SauceLabs iOS 11.3 and 12: "message": "An unknown server-side error occurred while processing the command. Original error: Recursive object cannot be transferred"
Apr 5, 2019
No, that looks right - that code is definitely the one throwing that response. Whatever object this returns seems to be considered as "recursive object" - which unfortunately is where I got totally lost and don't understand what is causing this and what is going on.
When adding iOS 11.3 and 12 to the CI/SauceLabs setup, https://github.com/apache/cordova-paramedic/pull/118/files, the builds/tests fail:
https://travis-ci.org/apache/cordova-paramedic/builds/516361578
The 2 relevant failures are:
https://travis-ci.org/apache/cordova-paramedic/jobs/516361585
https://travis-ci.org/apache/cordova-paramedic/jobs/516361586
When looking at the output at Travis, you see this:
If you open the SauceLabs test run (URL at the end of the Travis output), you see that the tests actually run as expected, but only the transferring of the result then fails:
https://app.saucelabs.com/tests/32cb9379e1014dcda8555ebf3bfbe46f
After this, our script goes into an endless loop of trying to close a modal that is not there and then repeating this failing step.
The text was updated successfully, but these errors were encountered: