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

Issue 2935783004: Explicitly setting names for stories in used page_sets (Closed)

Created:
3 years, 6 months ago by ashleymarie1
Modified:
3 years, 6 months ago
Reviewers:
nednguyen
CC:
chromium-reviews, telemetry-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Explicitly setting names for stories in used page_sets BUG=chromium:720002 Review-Url: https://codereview.chromium.org/2935783004 Cr-Commit-Position: refs/heads/master@{#479081} Committed: https://chromium.googlesource.com/chromium/src/+/335063f9c6eda65548bda5e27eda2a9d5bce388c

Patch Set 1 #

Patch Set 2 : Explicitly setting names for stories in used page_sets #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -18 lines) Patch
M tools/perf/page_sets/desktop_memory.py View 1 2 chunks +3 lines, -2 lines 0 comments Download
M tools/perf/page_sets/dual_browser_story.py View 1 chunk +2 lines, -1 line 0 comments Download
M tools/perf/page_sets/intl_ar_fa_he.py View 2 chunks +4 lines, -2 lines 0 comments Download
M tools/perf/page_sets/intl_es_fr_pt-BR.py View 2 chunks +4 lines, -2 lines 0 comments Download
M tools/perf/page_sets/intl_hi_ru.py View 2 chunks +4 lines, -2 lines 0 comments Download
M tools/perf/page_sets/intl_ja_zh.py View 2 chunks +4 lines, -2 lines 0 comments Download
M tools/perf/page_sets/intl_ko_th_vi.py View 2 chunks +4 lines, -2 lines 0 comments Download
M tools/perf/page_sets/page_reload_cases.py View 1 chunk +2 lines, -1 line 0 comments Download
M tools/perf/page_sets/story_set_unittest.py View 1 chunk +8 lines, -0 lines 1 comment Download
M tools/perf/page_sets/top_10_mobile.py View 2 chunks +3 lines, -2 lines 0 comments Download
M tools/perf/page_sets/typical_25.py View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
ashleymarie1
Setting the last of the names for stories
3 years, 6 months ago (2017-06-12 21:29:25 UTC) #2
nednguyen
lgtm
3 years, 6 months ago (2017-06-12 21:31:22 UTC) #5
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/2935783004/1
3 years, 6 months ago (2017-06-12 21:35:58 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/477054)
3 years, 6 months ago (2017-06-13 00:40:59 UTC) #10
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/2935783004/20001
3 years, 6 months ago (2017-06-13 17:26:20 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/335063f9c6eda65548bda5e27eda2a9d5bce388c
3 years, 6 months ago (2017-06-13 18:50:52 UTC) #16
nednguyen
3 years, 6 months ago (2017-06-13 18:55:25 UTC) #17
Message was sent while issue was closed.
https://codereview.chromium.org/2935783004/diff/20001/tools/perf/page_sets/st...
File tools/perf/page_sets/story_set_unittest.py (right):

https://codereview.chromium.org/2935783004/diff/20001/tools/perf/page_sets/st...
tools/perf/page_sets/story_set_unittest.py:47: self.assertTrue(story.name != '',
forgot to comment on this, instead of assertTrue(story.name != ''), it's better
to do:

assertTrue(story.name)

or you can also do assertTrue(story_set.verify_names)


But given that we gonna flip the switch & delete this soon, probably it isn't
worth fixing this.

Powered by Google App Engine
This is Rietveld 408576698