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

Issue 1218073014: Migrate from telemetry PageSet -> StorySet. (Closed)

Created:
5 years, 5 months ago by sullivan
Modified:
5 years, 5 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

Migrate from telemetry PageSet -> StorySet. BUG=439512 Committed: https://crrev.com/db17bf4c4d4bae6268eb2c73e9e3f908d85f1a2d Cr-Commit-Position: refs/heads/master@{#337685}

Patch Set 1 #

Patch Set 2 : fix some issues #

Total comments: 4

Patch Set 3 : address review comments and rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -145 lines) Patch
M tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py View 1 21 chunks +22 lines, -22 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/block_once.py View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/bypass.py View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/client_type.py View 1 2 2 chunks +10 lines, -10 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/corsbypass.py View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/exp_directive.py View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/fallback_viaheader.py View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/http_to_direct_fallback.py View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/lo_fi.py View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/pass_through.py View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/reenable_after_bypass.py View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/safebrowsing.py View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/synthetic.py View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/video.py View 1 2 2 chunks +18 lines, -18 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/video_instrumented.py View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M tools/chrome_proxy/live_tests/chrome_proxy_benchmark.py View 4 chunks +4 lines, -4 lines 0 comments Download
M tools/chrome_proxy/live_tests/pagesets/__init__.py View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M tools/chrome_proxy/live_tests/pagesets/top_20.py View 1 2 2 chunks +23 lines, -23 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
sullivan
This CL gets the tests much farther, but most run_benchmark commands still fail for me. ...
5 years, 5 months ago (2015-07-07 18:14:39 UTC) #2
nednguyen
https://codereview.chromium.org/1218073014/diff/20001/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py File tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py (right): https://codereview.chromium.org/1218073014/diff/20001/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py#newcode6 tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py:6: from telemetry.story import story_set as story_set_module this should be ...
5 years, 5 months ago (2015-07-07 18:34:45 UTC) #4
sclittle
On 2015/07/07 18:14:39, sullivan wrote: > This CL gets the tests much farther, but most ...
5 years, 5 months ago (2015-07-07 18:51:24 UTC) #5
sullivan
On 2015/07/07 18:51:24, sclittle wrote: > On 2015/07/07 18:14:39, sullivan wrote: > > This CL ...
5 years, 5 months ago (2015-07-07 19:32:37 UTC) #6
sclittle
Hmm, if you're building vanilla open source Chromium, the problem might be that the Data ...
5 years, 5 months ago (2015-07-07 20:04:01 UTC) #7
sullivan
https://codereview.chromium.org/1218073014/diff/20001/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py File tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py (right): https://codereview.chromium.org/1218073014/diff/20001/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py#newcode6 tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py:6: from telemetry.story import story_set as story_set_module On 2015/07/07 18:34:45, ...
5 years, 5 months ago (2015-07-07 20:09:16 UTC) #8
sullivan
On 2015/07/07 20:04:01, sclittle wrote: > Hmm, if you're building vanilla open source Chromium, the ...
5 years, 5 months ago (2015-07-07 20:14:52 UTC) #9
sullivan
On 2015/07/07 20:14:52, sullivan wrote: > On 2015/07/07 20:04:01, sclittle wrote: > > Hmm, if ...
5 years, 5 months ago (2015-07-07 20:15:10 UTC) #10
sclittle
lgtm
5 years, 5 months ago (2015-07-07 20:16:36 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1218073014/40001
5 years, 5 months ago (2015-07-07 20:23:05 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 5 months ago (2015-07-07 22:05:52 UTC) #14
commit-bot: I haz the power
5 years, 5 months ago (2015-07-07 22:06:54 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/db17bf4c4d4bae6268eb2c73e9e3f908d85f1a2d
Cr-Commit-Position: refs/heads/master@{#337685}

Powered by Google App Engine
This is Rietveld 408576698