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

Issue 1929383002: Add mini_installer not-in-use update test. (Closed)

Created:
4 years, 7 months ago by fdoray
Modified:
4 years, 4 months ago
Reviewers:
grt (UTC plus 2)
CC:
chromium-reviews, grt+watch_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add mini_installer not-in-use update test. The new tests install Chrome at the user level, system level or SxS and update it. They then verifies that files have been written as expected. BUG=605177 Committed: https://crrev.com/fc0191e67db955f788ce61a5d4f832271ff102d4 Cr-Commit-Position: refs/heads/master@{#409635}

Patch Set 1 #

Patch Set 2 : self review #

Total comments: 7

Patch Set 3 : CR grt #3 (add system-level update test, check no opv/cmd, don't use --multi-install) #

Patch Set 4 : fix system-level update test #

Total comments: 2

Patch Set 5 : CR grt #6 (remove redundant checks) #

Total comments: 2

Patch Set 6 : CR grt #8 #

Patch Set 7 : fix syntax error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -36 lines) Patch
M chrome/installer/mini_installer_tests.isolate View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/mini_installer/config/chrome_canary_installed.prop View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
A + chrome/test/mini_installer/config/chrome_canary_updated.prop View 1 2 3 4 5 6 2 chunks +10 lines, -8 lines 0 comments Download
M chrome/test/mini_installer/config/chrome_system_installed.prop View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
A + chrome/test/mini_installer/config/chrome_system_updated.prop View 1 2 2 chunks +14 lines, -10 lines 0 comments Download
M chrome/test/mini_installer/config/chrome_user_installed.prop View 1 2 3 4 5 1 chunk +3 lines, -1 line 0 comments Download
A + chrome/test/mini_installer/config/chrome_user_updated.prop View 1 2 2 chunks +14 lines, -10 lines 0 comments Download
M chrome/test/mini_installer/config/config.config View 1 2 3 4 5 4 chunks +56 lines, -1 line 0 comments Download
M chrome/test/mini_installer/test_installer.py View 1 2 1 chunk +7 lines, -1 line 0 comments Download
M chrome/test/mini_installer/variable_expander.py View 1 2 3 chunks +14 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
fdoray
Can you review this CL? It depends on https://codereview.chromium.org/1935583002/ Thanks!
4 years, 7 months ago (2016-04-29 17:28:44 UTC) #2
grt (UTC plus 2)
uncomfortably excited! https://codereview.chromium.org/1929383002/diff/20001/chrome/test/mini_installer/config/chrome_user_updated.prop File chrome/test/mini_installer/config/chrome_user_updated.prop (right): https://codereview.chromium.org/1929383002/diff/20001/chrome/test/mini_installer/config/chrome_user_updated.prop#newcode20 chrome/test/mini_installer/config/chrome_user_updated.prop:20: "pv": {"type": "SZ", "data": "$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION"} this is ...
4 years, 7 months ago (2016-04-30 00:55:53 UTC) #3
fdoray
PTAnL https://codereview.chromium.org/1929383002/diff/20001/chrome/test/mini_installer/config/chrome_user_updated.prop File chrome/test/mini_installer/config/chrome_user_updated.prop (right): https://codereview.chromium.org/1929383002/diff/20001/chrome/test/mini_installer/config/chrome_user_updated.prop#newcode20 chrome/test/mini_installer/config/chrome_user_updated.prop:20: "pv": {"type": "SZ", "data": "$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION"} On 2016/04/30 00:55:53, ...
4 years, 4 months ago (2016-08-01 14:50:33 UTC) #4
grt (UTC plus 2)
https://codereview.chromium.org/1929383002/diff/20001/chrome/test/mini_installer/config/chrome_user_updated.prop File chrome/test/mini_installer/config/chrome_user_updated.prop (right): https://codereview.chromium.org/1929383002/diff/20001/chrome/test/mini_installer/config/chrome_user_updated.prop#newcode20 chrome/test/mini_installer/config/chrome_user_updated.prop:20: "pv": {"type": "SZ", "data": "$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION"} On 2016/08/01 14:50:33, fdoray ...
4 years, 4 months ago (2016-08-01 15:08:16 UTC) #6
fdoray
PTAnL https://codereview.chromium.org/1929383002/diff/60001/chrome/test/mini_installer/config/config.config File chrome/test/mini_installer/config/config.config (right): https://codereview.chromium.org/1929383002/diff/60001/chrome/test/mini_installer/config/config.config#newcode7 chrome/test/mini_installer/config/config.config:7: "chrome_user_not_updated.prop", On 2016/08/01 15:08:16, grt (UTC plus 2) ...
4 years, 4 months ago (2016-08-01 15:53:13 UTC) #7
grt (UTC plus 2)
https://codereview.chromium.org/1929383002/diff/80001/chrome/test/mini_installer/config/chrome_system_not_updated.prop File chrome/test/mini_installer/config/chrome_system_not_updated.prop (right): https://codereview.chromium.org/1929383002/diff/80001/chrome/test/mini_installer/config/chrome_system_not_updated.prop#newcode3 chrome/test/mini_installer/config/chrome_system_not_updated.prop:3: "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION": Pardon if this is a silly idea, but ...
4 years, 4 months ago (2016-08-01 20:52:09 UTC) #8
fdoray
PTAnL https://codereview.chromium.org/1929383002/diff/80001/chrome/test/mini_installer/config/chrome_system_not_updated.prop File chrome/test/mini_installer/config/chrome_system_not_updated.prop (right): https://codereview.chromium.org/1929383002/diff/80001/chrome/test/mini_installer/config/chrome_system_not_updated.prop#newcode3 chrome/test/mini_installer/config/chrome_system_not_updated.prop:3: "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$NEXT_VERSION_MINI_INSTALLER_FILE_VERSION": On 2016/08/01 20:52:09, grt (UTC plus 2) ...
4 years, 4 months ago (2016-08-03 18:43:15 UTC) #10
grt (UTC plus 2)
nice! lgtm.
4 years, 4 months ago (2016-08-03 20:40:58 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/1929383002/120001
4 years, 4 months ago (2016-08-03 20:44:18 UTC) #13
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 4 months ago (2016-08-03 21:59:27 UTC) #15
commit-bot: I haz the power
4 years, 4 months ago (2016-08-03 22:01:04 UTC) #17
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/fc0191e67db955f788ce61a5d4f832271ff102d4
Cr-Commit-Position: refs/heads/master@{#409635}

Powered by Google App Engine
This is Rietveld 408576698