-
-
Notifications
You must be signed in to change notification settings - Fork 768
Closed
Labels
Description
Do I have the most recent component updates?
- I use the most recent available driver/plugin and server versions
Is the component officially supported by the Appium team?
- I have verified the component repository is present under the Appium organization in GitHub
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
After increasing java client version from 8.5.0 to 8.5.1 ... 9.1.0 we have a huge memory leak while executing tests.
Tests becoming very slow in few minutes.
A bit more details mentioned appium/appium#18860
Expected Behavior
No memory issues.
Minimal Reproducible Example
- have at least 100 tests
- execute tests in parallel 5-10
- have java client 8.5.1 or higher
- have Appium annotations while searching elements
Environment
- Operating system: MacOS
- Appium server version (output of
appium --version
): 2.x.x (was reproduced with many including latest) - Last component(s) version which did not exhibit the problem: java-client 8.5.0
- Platform and version under test: any ios / android
- Real device or emulator/simulator: real
Link to Appium Logs
No response
Further Information
also discussed here https://discuss.appium.io/t/appium-terminating-unexpectedly-not-receiving-commands/40782