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
With Java client 5.4.0 and forward there have been issues where getSession() gets executed between almost every command, severely slowing down iOS testing. This only occurs on iOS as far as i can see.
I suspect is has something to do with this commit: #733
but i could use some advice on what exactly is going wrong. I've provided two appium log examples to show the difference between the versions, the ONLY thing changed between the two runs is the upgrade of Java Client from 5.3.0 to 6.0.0 (5.4.0 yields the same results).
If any further information is needed i will be happy to provide it.
Environment
java client build version or git revision if you use some shapshot: 6.0.0
Appium server version or git revision if you use some shapshot: 1.8.1
Desktop OS/version used to run Appium if necessary: MacOS
Node.js version (unless using Appium.app|exe) or Appium CLI or Appium.app|exe: 9.5.0
Mobile platform/version under test: iOS 11.2.5 hybrid app
Real device or emulator/simulator: Real device
Xcode version 9.2
selenium-java 3.12.0
Link to Appium logs
Appium log using java client 5.3.0
Test time 1m 7s gist
Appium log using java client 6.0.0 (same result as using v5.4.0)
Test time 7m 30s gist
The text was updated successfully, but these errors were encountered:
@saikrishna321 When using the latest Java Client version 6.1.0 and the latest Appium 1.8.2-beta version everything seems to run fine and test execution times are back down to acceptable parameters. Thanks for the help!
Description
With Java client 5.4.0 and forward there have been issues where getSession() gets executed between almost every command, severely slowing down iOS testing. This only occurs on iOS as far as i can see.
I suspect is has something to do with this commit: #733
but i could use some advice on what exactly is going wrong. I've provided two appium log examples to show the difference between the versions, the ONLY thing changed between the two runs is the upgrade of Java Client from 5.3.0 to 6.0.0 (5.4.0 yields the same results).
If any further information is needed i will be happy to provide it.
Environment
Link to Appium logs
Appium log using java client 5.3.0
Test time 1m 7s
gist
Appium log using java client 6.0.0 (same result as using v5.4.0)
Test time 7m 30s
gist
The text was updated successfully, but these errors were encountered: