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

Issue 9960063: CNS seek tests for <video>. (Closed)

Created:
8 years, 8 months ago by shadi
Modified:
8 years, 8 months ago
Reviewers:
DaleCurtis
CC:
chromium-reviews, dennis_jeffrey, feature-media-reviews_chromium.org, anantha, dyu1, Nirnimesh
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

CNS seek tests for <video>. We record seek performance using the product of: - Video formats: webm and ogv. - Network constraints: cable, wifi, and no constraints. - Seek cases: long, short, and buffered seeks. - Video location: cached and un-cached videos. BUG=122749 TEST=manual run Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133585

Patch Set 1 : #

Total comments: 22

Patch Set 2 : Re-write. #

Total comments: 32

Patch Set 3 : New tests with cached videos. #

Total comments: 30

Patch Set 4 : Re comments. #

Total comments: 5

Patch Set 5 : Running version. #

Patch Set 6 : #

Patch Set 7 : Full video test list. #

Total comments: 4

Patch Set 8 : Value vs index #

Unified diffs Side-by-side diffs Delta from patch set Stats (+280 lines, -5 lines) Patch
A chrome/test/data/media/html/media_seek.html View 1 2 3 4 5 6 7 1 chunk +132 lines, -0 lines 0 comments Download
M chrome/test/data/media/html/utils.js View 1 2 3 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/test/functional/media/media_seek_perf.py View 1 2 3 4 5 6 1 chunk +106 lines, -0 lines 0 comments Download
M media/tools/constrained_network_server/cns.py View 1 2 3 3 chunks +15 lines, -5 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
shadi
Dale, Can you PTAL? The set of test files is not final yet.
8 years, 8 months ago (2012-04-10 03:59:42 UTC) #1
DaleCurtis
Needs quite a bit of refactoring to isolate common code from media_constrained_network_perf. In general the ...
8 years, 8 months ago (2012-04-10 23:00:05 UTC) #2
shadi
I re-wrote the seek tests based on the cns_base and re-wrote media_seek.html as well. Added ...
8 years, 8 months ago (2012-04-18 02:03:17 UTC) #3
DaleCurtis
Looking good! Should write a more descriptive commit message too. http://codereview.chromium.org/9960063/diff/8001/chrome/test/data/media/html/media_seek.html File chrome/test/data/media/html/media_seek.html (right): http://codereview.chromium.org/9960063/diff/8001/chrome/test/data/media/html/media_seek.html#newcode10 ...
8 years, 8 months ago (2012-04-18 18:57:53 UTC) #4
shadi
I still need to select the ogg/ogv files for the tests. Can you please review? ...
8 years, 8 months ago (2012-04-19 04:16:59 UTC) #5
DaleCurtis
http://codereview.chromium.org/9960063/diff/8001/chrome/test/data/media/html/utils.js File chrome/test/data/media/html/utils.js (right): http://codereview.chromium.org/9960063/diff/8001/chrome/test/data/media/html/utils.js#newcode32 chrome/test/data/media/html/utils.js:32: this.start_ = 0; On 2012/04/19 04:16:59, shadi wrote: > ...
8 years, 8 months ago (2012-04-19 19:42:10 UTC) #6
shadi
Dale can you please take a look? http://codereview.chromium.org/9960063/diff/8001/chrome/test/data/media/html/utils.js File chrome/test/data/media/html/utils.js (right): http://codereview.chromium.org/9960063/diff/8001/chrome/test/data/media/html/utils.js#newcode32 chrome/test/data/media/html/utils.js:32: this.start_ = ...
8 years, 8 months ago (2012-04-20 00:17:46 UTC) #7
DaleCurtis
http://codereview.chromium.org/9960063/diff/12001/chrome/test/functional/media/media_seek_perf.py File chrome/test/functional/media/media_seek_perf.py (right): http://codereview.chromium.org/9960063/diff/12001/chrome/test/functional/media/media_seek_perf.py#newcode43 chrome/test/functional/media/media_seek_perf.py:43: Seek_Test_Case = { On 2012/04/20 00:17:47, shadi wrote: > ...
8 years, 8 months ago (2012-04-20 22:37:06 UTC) #8
shadi
http://codereview.chromium.org/9960063/diff/12001/chrome/test/functional/media/media_seek_perf.py File chrome/test/functional/media/media_seek_perf.py (right): http://codereview.chromium.org/9960063/diff/12001/chrome/test/functional/media/media_seek_perf.py#newcode43 chrome/test/functional/media/media_seek_perf.py:43: Seek_Test_Case = { On 2012/04/20 22:37:06, DaleCurtis wrote: > ...
8 years, 8 months ago (2012-04-21 00:32:45 UTC) #9
shadi
I added additional ogv files to the test list. Can you please take a look?
8 years, 8 months ago (2012-04-23 21:42:30 UTC) #10
DaleCurtis
LGTM % some strange naming. https://chromiumcodereview.appspot.com/9960063/diff/35001/chrome/test/data/media/html/media_seek.html File chrome/test/data/media/html/media_seek.html (right): https://chromiumcodereview.appspot.com/9960063/diff/35001/chrome/test/data/media/html/media_seek.html#newcode36 chrome/test/data/media/html/media_seek.html:36: for (cache_value in Object.keys(CachedState)) ...
8 years, 8 months ago (2012-04-23 22:56:20 UTC) #11
shadi
Any comments? https://chromiumcodereview.appspot.com/9960063/diff/35001/chrome/test/data/media/html/media_seek.html File chrome/test/data/media/html/media_seek.html (right): https://chromiumcodereview.appspot.com/9960063/diff/35001/chrome/test/data/media/html/media_seek.html#newcode36 chrome/test/data/media/html/media_seek.html:36: for (cache_value in Object.keys(CachedState)) { On 2012/04/23 ...
8 years, 8 months ago (2012-04-23 23:24:27 UTC) #12
DaleCurtis
Nope, fine with me.
8 years, 8 months ago (2012-04-23 23:28:56 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shadi@chromium.org/9960063/21004
8 years, 8 months ago (2012-04-23 23:37:40 UTC) #14
commit-bot: I haz the power
8 years, 8 months ago (2012-04-24 01:12:38 UTC) #15
Change committed as 133585

Powered by Google App Engine
This is Rietveld 408576698