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

Issue 2885203003: [Telemetry] Add StoryExpectations to loading.desktop; disabling uol.com story on lin… (Closed)

Created:
3 years, 7 months ago by rnephew (Reviews Here)
Modified:
3 years, 7 months ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Telemetry] Add StoryExpectations to loading.desktop; disabling uol.com story on linux Requires https://codereview.chromium.org/2887983003/ to land first BUG=723783 Review-Url: https://codereview.chromium.org/2885203003 Cr-Commit-Position: refs/heads/master@{#473419} Committed: https://chromium.googlesource.com/chromium/src/+/205e7f909600e889fdb19e31669ef4a570b71391

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -4 lines) Patch
M tools/perf/benchmarks/loading.py View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/perf/page_sets/__init__.py View 1 chunk +5 lines, -4 lines 0 comments Download
M tools/perf/page_sets/loading_desktop.py View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
rnephew (Reviews Here)
3 years, 7 months ago (2017-05-17 19:12:16 UTC) #2
rnephew (Reviews Here)
On 2017/05/17 19:12:16, rnephew (Reviews Here) wrote: The next catapult roll (not the currently running ...
3 years, 7 months ago (2017-05-18 22:49:21 UTC) #3
nednguyen
On 2017/05/18 22:49:21, rnephew (Reviews Here) wrote: > On 2017/05/17 19:12:16, rnephew (Reviews Here) wrote: ...
3 years, 7 months ago (2017-05-18 23:05:18 UTC) #4
rnephew (Reviews Here)
> Not in this CL but how do we make sure that if people make ...
3 years, 7 months ago (2017-05-18 23:25:50 UTC) #5
nednguyen
lgtm
3 years, 7 months ago (2017-05-19 22:28:56 UTC) #8
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/2885203003/1
3 years, 7 months ago (2017-05-20 00:30:05 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/298896)
3 years, 7 months ago (2017-05-20 04:13:55 UTC) #12
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/2885203003/1
3 years, 7 months ago (2017-05-20 04:43:00 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/205e7f909600e889fdb19e31669ef4a570b71391
3 years, 7 months ago (2017-05-20 05:28:58 UTC) #17
perezju
On 2017/05/20 05:28:58, commit-bot: I haz the power wrote: > Committed patchset #1 (id:1) as ...
3 years, 7 months ago (2017-05-22 11:38:27 UTC) #18
rnephew (Reviews Here)
3 years, 7 months ago (2017-05-22 14:52:16 UTC) #19
Message was sent while issue was closed.
On 2017/05/22 11:38:27, perezju wrote:
> On 2017/05/20 05:28:58, commit-bot: I haz the power wrote:
> > Committed patchset #1 (id:1) as
> >
>
https://chromium.googlesource.com/chromium/src/+/205e7f909600e889fdb19e31669e...
> 
> This is throwing in my checkout an exception:
> 
> Traceback (most recent call last):
>   <module> at
> /usr/local/google/code/clankium/src/tools/perf/generate_system_health_csv:13
>     import page_sets
>   <module> at
> /usr/local/google/code/clankium/src/tools/perf/page_sets/__init__.py:18
>     base_classes = [story.StorySet, story.expectations.StoryExpectations]
> AttributeError: 'module' object has no attribute 'expectations'
> 
> (And catapult is synced past the CL this depends on.)
> 
> Adding at the top:
> 
> from telemetry.story import expectations
> 
> causes the exception to go away. Any idea why is that? Is this expected?

Huh, I dont get that locally when running benchmarks locally :/  What command
line are you using? And I assume that it worked when you added that to the top
of the __init__ file?

Powered by Google App Engine
This is Rietveld 408576698