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

Issue 1057553003: [Telemetry] Add test to prevents adding new dependencies to telemetry. (Closed)

Created:
5 years, 8 months ago by nednguyen
Modified:
5 years, 8 months ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Telemetry] Add test to prevents adding new dependencies to telemetry. BUG=472672 Committed: https://crrev.com/e2ff83b4c95cbd9c0df8fd338c9afa39b861cb14 Cr-Commit-Position: refs/heads/master@{#325490}

Patch Set 1 #

Patch Set 2 : Add benchmark_runner.py to the targets in FindDependencies #

Total comments: 2

Patch Set 3 : Address Annie's nit #

Total comments: 4

Patch Set 4 : Add telemetry_dependencies_unittest to check for dependencies instead of PRESUBMIT #

Patch Set 5 : Add pexpect dependency #

Patch Set 6 : Update comment in TELEMETRY_DEPS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -0 lines) Patch
A tools/telemetry/telemetry/TELEMETRY_DEPS View 1 2 3 4 5 1 chunk +179 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/telemetry_dependencies_unittest.py View 1 2 3 1 chunk +57 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (8 generated)
nednguyen
5 years, 8 months ago (2015-04-14 17:38:30 UTC) #2
nednguyen
On 2015/04/14 17:38:30, nednguyen wrote: Actually this may not work as I expect. I add ...
5 years, 8 months ago (2015-04-14 17:50:38 UTC) #3
nednguyen
On 2015/04/14 17:50:38, nednguyen wrote: > On 2015/04/14 17:38:30, nednguyen wrote: > > Actually this ...
5 years, 8 months ago (2015-04-14 18:01:44 UTC) #4
nednguyen
On 2015/04/14 18:01:44, nednguyen wrote: > On 2015/04/14 17:50:38, nednguyen wrote: > > On 2015/04/14 ...
5 years, 8 months ago (2015-04-14 18:37:24 UTC) #5
sullivan
lgtm https://codereview.chromium.org/1057553003/diff/20001/tools/telemetry/PRESUBMIT.py File tools/telemetry/PRESUBMIT.py (right): https://codereview.chromium.org/1057553003/diff/20001/tools/telemetry/PRESUBMIT.py#newcode60 tools/telemetry/PRESUBMIT.py:60: ' dtu@, or nednguyen@ on how to proceeds ...
5 years, 8 months ago (2015-04-14 19:20:34 UTC) #6
nednguyen
https://codereview.chromium.org/1057553003/diff/20001/tools/telemetry/PRESUBMIT.py File tools/telemetry/PRESUBMIT.py (right): https://codereview.chromium.org/1057553003/diff/20001/tools/telemetry/PRESUBMIT.py#newcode60 tools/telemetry/PRESUBMIT.py:60: ' dtu@, or nednguyen@ on how to proceeds with ...
5 years, 8 months ago (2015-04-14 19:46:54 UTC) #7
nednguyen
Dave, Kari: do you want to take a look at this?
5 years, 8 months ago (2015-04-14 20:57:20 UTC) #8
aiolos (Not reviewing)
On 2015/04/14 20:57:20, nednguyen wrote: > Dave, Kari: do you want to take a look ...
5 years, 8 months ago (2015-04-14 22:41:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1057553003/40001
5 years, 8 months ago (2015-04-14 22:41:58 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/56352)
5 years, 8 months ago (2015-04-14 22:54:55 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1057553003/40001
5 years, 8 months ago (2015-04-15 16:43:56 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/56545)
5 years, 8 months ago (2015-04-15 16:52:22 UTC) #18
iannucci
On 2015/04/15 16:52:22, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 8 months ago (2015-04-15 21:53:12 UTC) #19
nednguyen
On 2015/04/15 21:53:12, iannucci wrote: > On 2015/04/15 16:52:22, I haz the power (commit-bot) wrote: ...
5 years, 8 months ago (2015-04-15 21:55:13 UTC) #20
dtu
https://chromiumcodereview.appspot.com/1057553003/diff/40001/tools/telemetry/PRESUBMIT.py File tools/telemetry/PRESUBMIT.py (right): https://chromiumcodereview.appspot.com/1057553003/diff/40001/tools/telemetry/PRESUBMIT.py#newcode26 tools/telemetry/PRESUBMIT.py:26: telemetry_deps = {} nit: Not needed. https://chromiumcodereview.appspot.com/1057553003/diff/40001/tools/telemetry/PRESUBMIT.py#newcode52 tools/telemetry/PRESUBMIT.py:52: any(dep_path.startswith(d) ...
5 years, 8 months ago (2015-04-15 22:25:01 UTC) #21
nednguyen
PTAL again since I move the check to telemetry_dependencies_unittest https://codereview.chromium.org/1057553003/diff/40001/tools/telemetry/PRESUBMIT.py File tools/telemetry/PRESUBMIT.py (right): https://codereview.chromium.org/1057553003/diff/40001/tools/telemetry/PRESUBMIT.py#newcode26 tools/telemetry/PRESUBMIT.py:26: ...
5 years, 8 months ago (2015-04-15 22:50:00 UTC) #22
nednguyen
On 2015/04/15 22:50:00, nednguyen wrote: > PTAL again since I move the check to telemetry_dependencies_unittest ...
5 years, 8 months ago (2015-04-16 16:51:48 UTC) #23
nednguyen
On 2015/04/16 16:51:48, nednguyen wrote: > On 2015/04/15 22:50:00, nednguyen wrote: > > PTAL again ...
5 years, 8 months ago (2015-04-16 17:41:15 UTC) #24
sullivan
lgtm. One nit before landing: this is now a unit test and not a presubmit, ...
5 years, 8 months ago (2015-04-16 18:46:11 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1057553003/100001
5 years, 8 months ago (2015-04-16 19:00:10 UTC) #28
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 8 months ago (2015-04-16 19:10:45 UTC) #29
commit-bot: I haz the power
5 years, 8 months ago (2015-04-16 19:11:38 UTC) #30
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e2ff83b4c95cbd9c0df8fd338c9afa39b861cb14
Cr-Commit-Position: refs/heads/master@{#325490}

Powered by Google App Engine
This is Rietveld 408576698