-
Notifications
You must be signed in to change notification settings - Fork 624
Enabling Test Orchestrator #2223
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
Conversation
Enabling Test Orchestrator to run each of app's instrumentation tests independently without accumulating shared states. References: - https://firebase.google.com/docs/test-lab/android/firebase-console#new_instrumentation_tests_with_orchestrator - http://cloud/sdk/gcloud/reference/firebase/test/android/run#--use-orchestrator
@ramanpreetSinghKhinda while you're at it, do you mind also increasing the timeout to 45m? This should help with your e2e test failures we are seeing. |
I think the current timeout is |
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (47496a2c) is created by Prow via merging commits: 00e6a8d b8c98fa. |
Binary Size ReportAffected SDKsNo changes between base commit (00e6a8d) and head commit (47496a2c). Test Logs
NotesHead commit (47496a2c) is created by Prow via merging commits: 00e6a8d b8c98fa. |
I see past many runs of smoke tests are failing. Is this a known issue @yifanyang? /test smoke-tests |
@ramanpreetSinghKhinda: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Per discussion with @yifanyang It's safe to merge the PR. The smoke test has been failing since last weekend and Yifan is working on it. |
b/174660554
Enabling Test Orchestrator to run each of app's instrumentation tests independently without accumulating shared states.
References: