New issue
Advanced search Search tips

Issue 670302 link

Starred by 2 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Feature



Sign in to add a comment

Speed up local single instrumentation test execution

Project Member Reported by jbudorick@chromium.org, Dec 1 2016

Issue description

Running a small number of instrumentation tests, making changes, and then rerunning those tests can be slow. Investigate why and try to speed that workflow up.
 
As part of this, we could also look at adding tracing information to test execution: https://bugs.chromium.org/p/chromium/issues/detail?id=568352
Owner: shenghua...@chromium.org
Status: Assigned (was: Untriaged)
Project Member

Comment 3 by bugdroid1@chromium.org, Apr 11 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/7ff10a8c4f7295430af4d3bac32ffb713fb42761

commit 7ff10a8c4f7295430af4d3bac32ffb713fb42761
Author: shenghuazhang <shenghuazhang@chromium.org>
Date: Tue Apr 11 04:12:11 2017

[Instrumentation Test Speed] Install apks in parallel with concurrent_adb enabled

The current install_apk installs all apks one by one. This CL enables
apks installation in parallel when execute the test with
command '--enable-concurrent-adb'. In this way, the total
individial_device_set_up time decreases.

BUG=670302

Review-Url: https://codereview.chromium.org/2791613003
Cr-Commit-Position: refs/heads/master@{#463529}

[modify] https://crrev.com/7ff10a8c4f7295430af4d3bac32ffb713fb42761/build/android/pylib/local/device/local_device_instrumentation_test_run.py

Owner: ----
Status: Available (was: Assigned)

Sign in to add a comment