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

Issue 1126443002: Move user_story.user_story_set to story.story_set (Closed)

Created:
5 years, 7 months ago by aiolos (Not reviewing)
Modified:
5 years, 6 months ago
Reviewers:
nednguyen, dtu
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

Move user_story.user_story_set to story.story_set BUG=465594 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect Committed: https://crrev.com/527dccf6726d9b4cdbe36e031db819562f2c191e Cr-Commit-Position: refs/heads/master@{#332823}

Patch Set 1 #

Patch Set 2 : Rename uss variables. #

Patch Set 3 : update init file. #

Total comments: 10

Patch Set 4 : Clean up + rebase. #

Total comments: 3

Patch Set 5 : rebase #

Patch Set 6 : Rebase + rename us to story_set. #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+301 lines, -449 lines) Patch
M tools/perf/benchmarks/repaint.py View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/benchmarks/session_restore.py View 1 2 3 4 5 1 chunk +6 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/benchmark.py View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/benchmark_unittest.py View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/internal/story_runner.py View 1 2 3 4 12 chunks +24 lines, -25 lines 0 comments Download
M tools/telemetry/telemetry/internal/story_runner_unittest.py View 1 2 3 4 5 6 20 chunks +122 lines, -110 lines 0 comments Download
M tools/telemetry/telemetry/page/page_set.py View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/page/shared_page_state.py View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M tools/telemetry/telemetry/page/shared_page_state_unittest.py View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/results/user_story_run_unittest.py View 2 chunks +4 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/story/__init__.py View 1 2 3 1 chunk +8 lines, -1 line 0 comments Download
M tools/telemetry/telemetry/story/shared_state.py View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/story/story_filter.py View 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/story/story_set.py View 1 2 3 4 5 4 chunks +8 lines, -13 lines 0 comments Download
A tools/telemetry/telemetry/story/story_set_unittest.py View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/user_story/android/shared_app_state.py View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
D tools/telemetry/telemetry/user_story/user_story_set.py View 1 2 3 4 5 1 chunk +0 lines, -160 lines 0 comments Download
D tools/telemetry/telemetry/user_story/user_story_set_unittest.py View 1 2 3 1 chunk +0 lines, -83 lines 0 comments Download
M tools/telemetry/telemetry/wpr/archive_info.py View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/wpr/archive_info_unittest.py View 1 2 3 8 chunks +13 lines, -13 lines 0 comments Download

Messages

Total messages: 42 (14 generated)
aiolos (Not reviewing)
I should still go through and change all of the "uss" variables to something more ...
5 years, 7 months ago (2015-05-02 01:14:05 UTC) #2
aiolos (Not reviewing)
On 2015/05/02 01:14:05, aiolos wrote: > I should still go through and change all of ...
5 years, 7 months ago (2015-05-02 02:03:26 UTC) #3
nednguyen
On 2015/05/02 02:03:26, aiolos wrote: > On 2015/05/02 01:14:05, aiolos wrote: > > I should ...
5 years, 7 months ago (2015-05-04 00:46:11 UTC) #4
aiolos (Not reviewing)
On 2015/05/04 00:46:11, nednguyen (ooo til 05-07) wrote: > On 2015/05/02 02:03:26, aiolos wrote: > ...
5 years, 7 months ago (2015-05-04 18:24:23 UTC) #5
nednguyen
On 2015/05/04 18:24:23, aiolos wrote: > On 2015/05/04 00:46:11, nednguyen (ooo til 05-07) wrote: > ...
5 years, 7 months ago (2015-05-04 18:27:56 UTC) #6
aiolos (Not reviewing)
On 2015/05/04 18:27:56, nednguyen (ooo til 05-07) wrote: > On 2015/05/04 18:24:23, aiolos wrote: > ...
5 years, 7 months ago (2015-05-04 18:35:47 UTC) #7
aiolos (Not reviewing)
On 2015/05/04 18:35:47, aiolos wrote: > On 2015/05/04 18:27:56, nednguyen (ooo til 05-07) wrote: > ...
5 years, 7 months ago (2015-05-04 18:48:30 UTC) #8
nednguyen
lgtm with nits https://codereview.chromium.org/1126443002/diff/40001/tools/telemetry/telemetry/internal/story_runner_unittest.py File tools/telemetry/telemetry/internal/story_runner_unittest.py (right): https://codereview.chromium.org/1126443002/diff/40001/tools/telemetry/telemetry/internal/story_runner_unittest.py#newcode17 tools/telemetry/telemetry/internal/story_runner_unittest.py:17: from telemetry.story import story_set_module Just use ...
5 years, 7 months ago (2015-05-04 23:30:24 UTC) #9
aiolos (Not reviewing)
ptal. More changes were done than those asked for. https://codereview.chromium.org/1126443002/diff/40001/tools/telemetry/telemetry/internal/story_runner_unittest.py File tools/telemetry/telemetry/internal/story_runner_unittest.py (right): https://codereview.chromium.org/1126443002/diff/40001/tools/telemetry/telemetry/internal/story_runner_unittest.py#newcode17 tools/telemetry/telemetry/internal/story_runner_unittest.py:17: ...
5 years, 7 months ago (2015-05-09 03:53:59 UTC) #11
nednguyen
lgtm again https://codereview.chromium.org/1126443002/diff/80001/tools/telemetry/telemetry/user_story/android/shared_app_state.py File tools/telemetry/telemetry/user_story/android/shared_app_state.py (right): https://codereview.chromium.org/1126443002/diff/80001/tools/telemetry/telemetry/user_story/android/shared_app_state.py#newcode24 tools/telemetry/telemetry/user_story/android/shared_app_state.py:24: story_set: an android.StorySet instance. a story.StorySet instance
5 years, 7 months ago (2015-05-12 15:39:49 UTC) #12
aiolos (Not reviewing)
https://codereview.chromium.org/1126443002/diff/80001/tools/telemetry/telemetry/user_story/android/shared_app_state.py File tools/telemetry/telemetry/user_story/android/shared_app_state.py (right): https://codereview.chromium.org/1126443002/diff/80001/tools/telemetry/telemetry/user_story/android/shared_app_state.py#newcode24 tools/telemetry/telemetry/user_story/android/shared_app_state.py:24: story_set: an android.StorySet instance. On 2015/05/12 15:39:49, nednguyen (slow ...
5 years, 7 months ago (2015-05-12 20:45:32 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1126443002/80001
5 years, 7 months ago (2015-05-12 20:46:20 UTC) #15
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_perf_bisect on tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
5 years, 7 months ago (2015-05-12 22:48:54 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1126443002/80001
5 years, 7 months ago (2015-05-13 04:34:46 UTC) #19
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_perf_bisect on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/win_perf_bisect/builds/2421)
5 years, 7 months ago (2015-05-13 12:03:49 UTC) #21
nednguyen
https://codereview.chromium.org/1126443002/diff/80001/tools/telemetry/telemetry/user_story/android/shared_app_state.py File tools/telemetry/telemetry/user_story/android/shared_app_state.py (right): https://codereview.chromium.org/1126443002/diff/80001/tools/telemetry/telemetry/user_story/android/shared_app_state.py#newcode24 tools/telemetry/telemetry/user_story/android/shared_app_state.py:24: story_set: an android.StorySet instance. On 2015/05/12 20:45:32, aiolos (slow ...
5 years, 7 months ago (2015-05-13 20:15:36 UTC) #22
aiolos (Not reviewing)
Caught some story_sets that were misnamed us instead of uss. Do you want to take ...
5 years, 7 months ago (2015-05-28 02:49:01 UTC) #23
nednguyen
On 2015/05/28 02:49:01, aiolos (slow review) wrote: > Caught some story_sets that were misnamed us ...
5 years, 7 months ago (2015-05-28 02:57:47 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1126443002/120001
5 years, 6 months ago (2015-05-28 17:03:22 UTC) #26
aiolos (Not reviewing)
On 2015/05/28 02:57:47, nednguyen wrote: > On 2015/05/28 02:49:01, aiolos (slow review) wrote: > > ...
5 years, 6 months ago (2015-05-28 17:04:07 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: win_perf_bisect on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/win_perf_bisect/builds/2622)
5 years, 6 months ago (2015-05-28 18:51:40 UTC) #29
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1126443002/120001
5 years, 6 months ago (2015-05-28 19:26:27 UTC) #31
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_perf_bisect on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/win_perf_bisect/builds/2625)
5 years, 6 months ago (2015-05-28 21:20:39 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1126443002/140001
5 years, 6 months ago (2015-06-04 05:38:01 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: win_perf_bisect on tryserver.chromium.perf (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.perf/builders/win_perf_bisect/builds/2664)
5 years, 6 months ago (2015-06-04 09:36:54 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1126443002/140001
5 years, 6 months ago (2015-06-04 12:46:55 UTC) #40
commit-bot: I haz the power
Committed patchset #7 (id:140001)
5 years, 6 months ago (2015-06-04 13:56:23 UTC) #41
commit-bot: I haz the power
5 years, 6 months ago (2015-06-04 13:57:18 UTC) #42
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/527dccf6726d9b4cdbe36e031db819562f2c191e
Cr-Commit-Position: refs/heads/master@{#332823}

Powered by Google App Engine
This is Rietveld 408576698