Skip to content
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

[CI] Fix android functional tests on CI with SDK 30. #576

Open
ki4070ma opened this issue Feb 1, 2021 · 1 comment
Open

[CI] Fix android functional tests on CI with SDK 30. #576

ki4070ma opened this issue Feb 1, 2021 · 1 comment
Labels

Comments

@ki4070ma
Copy link
Collaborator

ki4070ma commented Feb 1, 2021

The problem

After upgrading to Android SDK 30, many tests are failed on CI.
But almost tests which is failed on CI are passed in local env. (Same device env to CI)

Notes

ERROR functional/android/chrome_tests.py::TestChrome::test_find_single_element - selenium.common.exceptions.WebDriverException: Message: An unknown...
FAILED functional/android/activities_tests.py::TestActivities::test_start_activity_other_app - selenium.common.exceptions.WebDriverException: Messa...
FAILED functional/android/activities_tests.py::TestActivities::test_start_activity_other_app - selenium.common.exceptions.WebDriverException: Messa...
FAILED functional/android/common_tests.py::TestCommon::test_open_notifications - Failed: DID NOT RAISE <class 'selenium.common.exceptions.NoSuchEle...
3 failed, 54 passed, 7 skipped, 1 error in 968.46s (0:16:08)
  • (ref) 8TC failed at real device (AndroidR(SDK30), Mi10)
FAILED functional/android/activities_tests.py::TestActivities::test_start_activity_other_app - selenium.common.exceptions.WebDriverException: Messa...
FAILED functional/android/activities_tests.py::TestActivities::test_start_activity_other_app - selenium.common.exceptions.WebDriverException: Messa...
FAILED functional/android/applications_tests.py::TestApplications::test_app_strings - KeyError: 'monkey_wipe_data'
FAILED functional/android/chrome_tests.py::TestChrome::test_find_single_element - selenium.common.exceptions.WebDriverException: Message: An unknow...
FAILED functional/android/common_tests.py::TestCommon::test_open_notifications - Failed: DID NOT RAISE <class 'selenium.common.exceptions.NoSuchEle...
FAILED functional/android/finger_print_tests.py::TestFingerPrint::test_finger_print - selenium.common.exceptions.WebDriverException: Message: An un...
FAILED functional/android/hw_actions_tests.py::TestHwActions::test_lock - assert False
FAILED functional/android/touch_action_tests.py::TestTouchAction::test_long_press_x_y - selenium.common.exceptions.TimeoutException: Message:
@mykola-mokhnach
Copy link
Contributor

I've also noticed that API30+ emulator is slower in Azure env in comparison to older ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants