Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Issue 10702162: add sd card when creating avd and wait for it ready before pushing data into it (Closed)

Created:
8 years, 5 months ago by Wei James(wistoch)
Modified:
8 years, 5 months ago
Reviewers:
John Grabowski, bulach
CC:
chromium-reviews
Visibility:
Public.

Description

as we will use sdcard to store test data, so add sd card when creating avd. And when testing with emulator, sometimes the test broken due to push failed because /sdcard/ is not ready. Adding WaitForSdCardReady to make the test more reliable. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146311

Patch Set 1 #

Patch Set 2 : wait for sd card ready before pushing data to sdcard #

Total comments: 12

Patch Set 3 : fix according to bulach's comments #

Total comments: 2

Patch Set 4 : fix coding style #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -2 lines) Patch
M build/android/pylib/android_commands.py View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
M build/android/pylib/single_test_runner.py View 1 1 chunk +2 lines, -0 lines 0 comments Download
M build/install-build-deps-android-sdk.sh View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Wei James(wistoch)
8 years, 5 months ago (2012-07-12 02:38:20 UTC) #1
Wei James(wistoch)
8 years, 5 months ago (2012-07-12 03:25:58 UTC) #2
bulach
lgtm, thanks! just one question on the condition for waiting the sdcard below: http://codereview.chromium.org/10702162/diff/3001/build/android/pylib/android_commands.py File ...
8 years, 5 months ago (2012-07-12 07:39:10 UTC) #3
Wei James(wistoch)
bulach, thanks for the comments. all issues fixed or addressed. please help to review. thanks ...
8 years, 5 months ago (2012-07-12 08:03:32 UTC) #4
bulach
lgtm, thanks for the clarification! just a tiny nit below: http://codereview.chromium.org/10702162/diff/9001/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): http://codereview.chromium.org/10702162/diff/9001/build/android/pylib/android_commands.py#newcode337 ...
8 years, 5 months ago (2012-07-12 08:13:32 UTC) #5
Wei James(wistoch)
http://codereview.chromium.org/10702162/diff/9001/build/android/pylib/android_commands.py File build/android/pylib/android_commands.py (right): http://codereview.chromium.org/10702162/diff/9001/build/android/pylib/android_commands.py#newcode337 build/android/pylib/android_commands.py:337: "SD card not ready after %s seconds" %timeout_time) On ...
8 years, 5 months ago (2012-07-12 08:16:37 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/james.wei@intel.com/10702162/4
8 years, 5 months ago (2012-07-12 08:37:11 UTC) #7
commit-bot: I haz the power
8 years, 5 months ago (2012-07-12 10:52:56 UTC) #8
Change committed as 146311

Powered by Google App Engine
This is Rietveld 408576698