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

Issue 412553006: [telemetry] Add util.path module and util.path.FindInstalledWindowsApplication. (Closed)

Created:
6 years, 5 months ago by dtu
Modified:
6 years, 5 months ago
Reviewers:
tonyg
CC:
chromium-reviews, telemetry+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

[telemetry] Add util.path module and util.path.FindInstalledWindowsApplication. BUG=336558 TEST=NO_TVCM=1 tools/telemetry/run_tests browser finder path Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=285556

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Unit tests, desktop_browser_backend #

Patch Set 3 : Fix unit test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -99 lines) Patch
M tools/telemetry/telemetry/core/backends/chrome/desktop_browser_backend.py View 1 4 chunks +7 lines, -12 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/desktop_browser_finder.py View 7 chunks +18 lines, -37 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/desktop_browser_finder_unittest.py View 9 chunks +34 lines, -26 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/webdriver/webdriver_desktop_browser_finder.py View 1 1 chunk +8 lines, -9 lines 0 comments Download
M tools/telemetry/telemetry/unittest/system_stub.py View 1 2 chunks +13 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/util/cloud_storage.py View 3 chunks +6 lines, -5 lines 0 comments Download
A tools/telemetry/telemetry/util/path.py View 1 1 chunk +43 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/util/path_unittest.py View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/util/support_binaries.py View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
dtu
6 years, 5 months ago (2014-07-22 21:41:03 UTC) #1
tonyg
lgtm https://codereview.chromium.org/412553006/diff/40001/tools/telemetry/telemetry/util/path.py File tools/telemetry/telemetry/util/path.py (right): https://codereview.chromium.org/412553006/diff/40001/tools/telemetry/telemetry/util/path.py#newcode23 tools/telemetry/telemetry/util/path.py:23: def FindInstalledWindowsApplication(application_path): I think desktop_browser_backend and webdriver_desktop_browser_finder also ...
6 years, 5 months ago (2014-07-22 22:11:52 UTC) #2
tonyg
https://codereview.chromium.org/412553006/diff/40001/tools/telemetry/telemetry/util/path.py File tools/telemetry/telemetry/util/path.py (right): https://codereview.chromium.org/412553006/diff/40001/tools/telemetry/telemetry/util/path.py#newcode23 tools/telemetry/telemetry/util/path.py:23: def FindInstalledWindowsApplication(application_path): On 2014/07/22 22:11:52, tonyg wrote: > I ...
6 years, 5 months ago (2014-07-22 22:12:57 UTC) #3
dtu
https://chromiumcodereview.appspot.com/412553006/diff/40001/tools/telemetry/telemetry/util/path.py File tools/telemetry/telemetry/util/path.py (right): https://chromiumcodereview.appspot.com/412553006/diff/40001/tools/telemetry/telemetry/util/path.py#newcode23 tools/telemetry/telemetry/util/path.py:23: def FindInstalledWindowsApplication(application_path): On 2014/07/22 22:11:52, tonyg wrote: > I ...
6 years, 5 months ago (2014-07-23 22:14:50 UTC) #4
dtu
The CQ bit was checked by dtu@chromium.org
6 years, 5 months ago (2014-07-23 22:14:54 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtu@chromium.org/412553006/60001
6 years, 5 months ago (2014-07-23 22:16:47 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-24 02:32:16 UTC) #7
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-24 02:45:59 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_rel/builds/42443)
6 years, 5 months ago (2014-07-24 02:46:00 UTC) #9
tonyg
The CQ bit was checked by tonyg@chromium.org
6 years, 5 months ago (2014-07-24 02:58:50 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtu@chromium.org/412553006/60001
6 years, 5 months ago (2014-07-24 03:01:40 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-24 06:40:27 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-24 08:09:09 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_x64_rel/builds/33925)
6 years, 5 months ago (2014-07-24 08:09:10 UTC) #14
tonyg
[ RUN ] path_unittest.PathTest.testIsExecutable Traceback (most recent call last): run at E:\b\depot_tools\python276_bin\lib\unittest\case.py:331 testMethod() testIsExecutable at ...
6 years, 5 months ago (2014-07-24 13:48:54 UTC) #15
dtu
On 2014/07/24 13:48:54, tonyg wrote: > [ RUN ] path_unittest.PathTest.testIsExecutable Traceback (most recent call > ...
6 years, 5 months ago (2014-07-24 18:56:15 UTC) #16
dtu
The CQ bit was checked by dtu@chromium.org
6 years, 5 months ago (2014-07-24 18:56:19 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtu@chromium.org/412553006/80001
6 years, 5 months ago (2014-07-24 18:58:40 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-24 23:01:59 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-25 02:28:04 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_x64_rel/builds/34324)
6 years, 5 months ago (2014-07-25 02:28:05 UTC) #21
tonyg
Looks unrelated.
6 years, 5 months ago (2014-07-25 02:36:28 UTC) #22
tonyg
The CQ bit was checked by tonyg@chromium.org
6 years, 5 months ago (2014-07-25 02:36:31 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtu@chromium.org/412553006/80001
6 years, 5 months ago (2014-07-25 02:40:55 UTC) #24
commit-bot: I haz the power
6 years, 5 months ago (2014-07-25 10:29:45 UTC) #25
Message was sent while issue was closed.
Change committed as 285556

Powered by Google App Engine
This is Rietveld 408576698