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

Issue 1065763002: Add data reduction proxy integration tests for video compression. (Closed)

Created:
5 years, 8 months ago by Tom Bergan
Modified:
5 years, 7 months ago
Reviewers:
bengr, bolian, sclittle
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add data reduction proxy integration tests for video compression. BUG=474397 Committed: https://crrev.com/43ec6aed0e8e9b44c451657f80c9cc7002a5e3fd Cr-Commit-Position: refs/heads/master@{#330856}

Patch Set 1 #

Total comments: 19

Patch Set 2 : Fixes for reviewer comments. #

Total comments: 30

Patch Set 3 : Fix reviewer comments, round #2 #

Total comments: 16

Patch Set 4 : Merge with HEAD and address reviewer comments. #

Total comments: 2

Patch Set 5 : Reviewer comments, plus fix a compile error #

Total comments: 1

Patch Set 6 : Reviewer comment: removed unused class ChromeProxyLatency #

Unified diffs Side-by-side diffs Delta from patch set Stats (+406 lines, -19 lines) Patch
M tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py View 1 2 3 4 3 chunks +44 lines, -0 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py View 1 2 3 4 5 2 chunks +92 lines, -19 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py View 1 2 3 4 2 chunks +100 lines, -0 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py View 2 chunks +8 lines, -0 lines 0 comments Download
A tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/video.py View 1 2 3 4 1 chunk +62 lines, -0 lines 0 comments Download
A tools/chrome_proxy/integration_tests/videowrapper.js View 1 2 1 chunk +100 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (4 generated)
Tom Bergan
5 years, 8 months ago (2015-04-07 00:32:23 UTC) #2
bolian
https://codereview.chromium.org/1065763002/diff/1/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py File tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py (right): https://codereview.chromium.org/1065763002/diff/1/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py#newcode621 tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py:621: if found: Can we not have restriction of only ...
5 years, 8 months ago (2015-04-10 21:00:04 UTC) #4
Tom Bergan
https://codereview.chromium.org/1065763002/diff/1/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py File tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py (right): https://codereview.chromium.org/1065763002/diff/1/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py#newcode621 tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py:621: if found: On 2015/04/10 21:00:03, bolian wrote: > Can ...
5 years, 8 months ago (2015-04-10 21:14:47 UTC) #5
bolian
lgtm https://codereview.chromium.org/1065763002/diff/1/tools/chrome_proxy/integration_tests/videowrapper.js File tools/chrome_proxy/integration_tests/videowrapper.js (right): https://codereview.chromium.org/1065763002/diff/1/tools/chrome_proxy/integration_tests/videowrapper.js#newcode57 tools/chrome_proxy/integration_tests/videowrapper.js:57: this.start_ = 0; I mean this.start() will initialize ...
5 years, 8 months ago (2015-04-10 21:46:30 UTC) #6
sclittle
https://codereview.chromium.org/1065763002/diff/1/tools/chrome_proxy/integration_tests/videowrapper.js File tools/chrome_proxy/integration_tests/videowrapper.js (right): https://codereview.chromium.org/1065763002/diff/1/tools/chrome_proxy/integration_tests/videowrapper.js#newcode73 tools/chrome_proxy/integration_tests/videowrapper.js:73: if (window.performance) On 2015/04/10 21:46:29, bolian wrote: > Probably ...
5 years, 8 months ago (2015-04-10 23:01:50 UTC) #7
Tom Bergan
https://codereview.chromium.org/1065763002/diff/1/tools/chrome_proxy/integration_tests/videowrapper.js File tools/chrome_proxy/integration_tests/videowrapper.js (right): https://codereview.chromium.org/1065763002/diff/1/tools/chrome_proxy/integration_tests/videowrapper.js#newcode57 tools/chrome_proxy/integration_tests/videowrapper.js:57: this.start_ = 0; On 2015/04/10 21:46:29, bolian wrote: > ...
5 years, 8 months ago (2015-04-10 23:41:05 UTC) #8
sclittle
https://codereview.chromium.org/1065763002/diff/40001/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py File tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py (right): https://codereview.chromium.org/1065763002/diff/40001/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py#newcode261 tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py:261: """ Runs the ChromeProxyVideoDirect and ChromeProxyVideoProxied benchmarks and See ...
5 years, 8 months ago (2015-04-11 00:13:03 UTC) #9
Tom Bergan
Before I submit, I need to move the test page from aws1.mdw.la to check.googlezip.net. I'll ...
5 years, 7 months ago (2015-05-01 23:48:29 UTC) #10
sclittle
Looks good modulo nits, but you should rebase on HEAD first, since Richard restructured a ...
5 years, 7 months ago (2015-05-12 18:05:40 UTC) #11
Tom Bergan
https://codereview.chromium.org/1065763002/diff/60001/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py File tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py (right): https://codereview.chromium.org/1065763002/diff/60001/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py#newcode593 tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py:593: Wraps the video metrics produced by videowrapper.js. Also checks ...
5 years, 7 months ago (2015-05-20 00:42:05 UTC) #12
sclittle
LGTM % nit Thanks for doing this! https://codereview.chromium.org/1065763002/diff/80001/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py File tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py (right): https://codereview.chromium.org/1065763002/diff/80001/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py#newcode36 tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py:36: class ChromeProxyLatencyDirect(ChromeProxyLatency): ...
5 years, 7 months ago (2015-05-20 21:30:28 UTC) #13
sclittle
re-LGTM
5 years, 7 months ago (2015-05-20 23:15:01 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1065763002/100001
5 years, 7 months ago (2015-05-20 23:26:57 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 7 months ago (2015-05-21 00:08:12 UTC) #18
commit-bot: I haz the power
5 years, 7 months ago (2015-05-21 00:09:43 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/43ec6aed0e8e9b44c451657f80c9cc7002a5e3fd
Cr-Commit-Position: refs/heads/master@{#330856}

Powered by Google App Engine
This is Rietveld 408576698