-
Notifications
You must be signed in to change notification settings - Fork 124
Update Android Emulators #1063
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
Update Android Emulators #1063
Conversation
❌ Integration test FAILEDRequested by @sunmou99 on commit e3a8a98
Add flaky tests to go/fpl-cpp-flake-tracker |
@@ -745,7 +745,7 @@ def _run_android_test(testapp_dir, package_name, app_path, helper_project, max_a | |||
_uninstall_android_app(package_name) | |||
|
|||
result = test_validation.validate_results(log, test_validation.CPP) | |||
if result.complete and (FLAGS.test_type != "uitest" or result.fails == 0): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this line fix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Retry if some tests failed or the log is incomplete.
Previously, only retry if the test log is incomplete.
Description
emulator_target device is quite flaky. Update the emulator been used.
Testing
Type of Change
Place an
x
the applicable box:Notes
Release Notes
section ofrelease_build_files/readme.md
.