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

Issue 560153004: Telemetry: Fix exact_matches in telemetry.test_runner. (Closed)

Created:
6 years, 3 months ago by jbroman
Modified:
6 years, 3 months ago
CC:
chromium-reviews, telemetry+watch_chromium.org, ariblue
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Telemetry: Fix exact_matches in telemetry.test_runner. Previously, if exact_matches was True but there were no exact matches, it would return fuzzy matches instead. This is not what the caller asked for. GPU test names are changed to match the buildbot config, since they were previously relying on fuzzy matching. SHERIFFS: May cause errors like: No test named "some_test_name". Available tests are: ... If so, this CL can be safely reverted. BUG=413334, 413442 Committed: https://crrev.com/566ed9f6e71cea313c88e8f259eca76581b72d67 Cr-Commit-Position: refs/heads/master@{#294757} Committed: https://crrev.com/c258c3a307eed2114ffb95d06d15a5ec6e0f538e Cr-Commit-Position: refs/heads/master@{#295888}

Patch Set 1 #

Patch Set 2 : rename gpu tests to match buildbot config #

Total comments: 2

Patch Set 3 : move page set class references into CreatePageSet to make autogenerated name skip the dot #

Patch Set 4 : move memory.py to memory_test.py to make the autogenerated name match the buildbot config #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -161 lines) Patch
M content/test/gpu/gpu_tests/gpu_process.py View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M content/test/gpu/gpu_tests/gpu_rasterization.py View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M content/test/gpu/gpu_tests/memory.py View 1 2 3 1 chunk +0 lines, -114 lines 0 comments Download
D content/test/gpu/gpu_tests/memory_expectations.py View 1 2 3 1 chunk +0 lines, -35 lines 0 comments Download
A + content/test/gpu/gpu_tests/memory_test.py View 1 2 3 2 chunks +4 lines, -5 lines 0 comments Download
A + content/test/gpu/gpu_tests/memory_test_expectations.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/test/gpu/gpu_tests/pixel.py View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M tools/telemetry/telemetry/test_runner.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 47 (12 generated)
jbroman
I've been having some trouble running Telemetry on the top_25 pageset, since after r293973 (https://codereview.chromium.org/551883003) ...
6 years, 3 months ago (2014-09-11 19:42:58 UTC) #2
nednguyen
lgtm
6 years, 3 months ago (2014-09-11 20:00:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/560153004/1
6 years, 3 months ago (2014-09-11 20:59:02 UTC) #7
jbroman
On 2014/09/11 20:59:02, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years, 3 months ago (2014-09-11 21:57:26 UTC) #9
jbroman
On 2014/09/11 21:57:26, jbroman wrote: > On 2014/09/11 20:59:02, I haz the power (commit-bot) wrote: ...
6 years, 3 months ago (2014-09-11 22:23:16 UTC) #10
nednguyen
I prefer changing the buildbot configs to specify the full benchmark name here. I think ...
6 years, 3 months ago (2014-09-11 22:27:52 UTC) #12
jbroman
On 2014/09/11 22:27:52, nednguyen wrote: > I prefer changing the buildbot configs to specify the ...
6 years, 3 months ago (2014-09-12 14:11:25 UTC) #13
nednguyen
On 2014/09/12 14:11:25, jbroman wrote: > On 2014/09/11 22:27:52, nednguyen wrote: > > I prefer ...
6 years, 3 months ago (2014-09-12 15:11:09 UTC) #14
jbroman
On 2014/09/12 15:11:09, nednguyen wrote: > On 2014/09/12 14:11:25, jbroman wrote: > > On 2014/09/11 ...
6 years, 3 months ago (2014-09-12 15:14:37 UTC) #16
jbroman
On 2014/09/12 15:14:37, jbroman wrote: > On 2014/09/12 15:11:09, nednguyen wrote: > > On 2014/09/12 ...
6 years, 3 months ago (2014-09-12 19:11:20 UTC) #17
Ken Russell (switch to Gerrit)
I'd appreciate it if you could take an alternative approach. LGTM to unblock your work. ...
6 years, 3 months ago (2014-09-13 05:57:12 UTC) #18
jbroman
https://codereview.chromium.org/560153004/diff/20001/content/test/gpu/gpu_tests/gpu_process.py File content/test/gpu/gpu_tests/gpu_process.py (right): https://codereview.chromium.org/560153004/diff/20001/content/test/gpu/gpu_tests/gpu_process.py#newcode39 content/test/gpu/gpu_tests/gpu_process.py:39: page_set = page_sets.GpuProcessTestsPageSet On 2014/09/13 05:57:12, Ken Russell wrote: ...
6 years, 3 months ago (2014-09-13 18:57:34 UTC) #19
jbroman
On 2014/09/13 18:57:34, jbroman wrote: > https://codereview.chromium.org/560153004/diff/20001/content/test/gpu/gpu_tests/gpu_process.py > File content/test/gpu/gpu_tests/gpu_process.py (right): > > https://codereview.chromium.org/560153004/diff/20001/content/test/gpu/gpu_tests/gpu_process.py#newcode39 > ...
6 years, 3 months ago (2014-09-13 19:24:48 UTC) #20
Ken Russell (switch to Gerrit)
On 2014/09/13 19:24:48, jbroman wrote: > On 2014/09/13 18:57:34, jbroman wrote: > > > https://codereview.chromium.org/560153004/diff/20001/content/test/gpu/gpu_tests/gpu_process.py ...
6 years, 3 months ago (2014-09-13 20:03:53 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/560153004/60001
6 years, 3 months ago (2014-09-13 20:47:00 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 3fbb31c269107128c4d2e3b20311a3978a6c0059
6 years, 3 months ago (2014-09-13 21:17:29 UTC) #26
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/566ed9f6e71cea313c88e8f259eca76581b72d67 Cr-Commit-Position: refs/heads/master@{#294757}
6 years, 3 months ago (2014-09-13 21:19:59 UTC) #27
dsinclair
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/555703005/ by dsinclair@chromium.org. ...
6 years, 3 months ago (2014-09-15 13:27:50 UTC) #28
jbroman
On 2014/09/15 13:27:50, dsinclair wrote: > A revert of this CL (patchset #4 id:60001) has ...
6 years, 3 months ago (2014-09-15 13:38:44 UTC) #29
jbroman
On 2014/09/15 13:38:44, jbroman wrote: > because measurement names are generated by un-camelcasing > the ...
6 years, 3 months ago (2014-09-15 13:39:21 UTC) #30
dtu
Sorry, this is my fault. I chose this naming scheme to be consistent with how ...
6 years, 3 months ago (2014-09-15 21:22:03 UTC) #31
jbroman
On 2014/09/15 21:22:03, dtu wrote: > Sorry, this is my fault. I chose this naming ...
6 years, 3 months ago (2014-09-16 14:51:24 UTC) #32
Ken Russell (switch to Gerrit)
On 2014/09/16 14:51:24, jbroman wrote: > > I'm not sure what's involved in perfbot build ...
6 years, 3 months ago (2014-09-16 14:54:11 UTC) #33
jbroman
On 2014/09/16 14:54:11, Ken Russell wrote: > On 2014/09/16 14:51:24, jbroman wrote: > > > ...
6 years, 3 months ago (2014-09-16 15:09:20 UTC) #34
jbroman
In light of the discussion about changing these names again soon, because I'm not confident ...
6 years, 3 months ago (2014-09-18 15:56:38 UTC) #35
nednguyen
On 2014/09/18 15:56:38, jbroman wrote: > In light of the discussion about changing these names ...
6 years, 3 months ago (2014-09-18 16:05:15 UTC) #36
Ken Russell (switch to Gerrit)
On 2014/09/18 15:56:38, jbroman wrote: > In light of the discussion about changing these names ...
6 years, 3 months ago (2014-09-18 16:05:29 UTC) #37
dtu
On 2014/09/18 16:05:29, Ken Russell wrote: > On 2014/09/18 15:56:38, jbroman wrote: > > In ...
6 years, 3 months ago (2014-09-19 21:33:26 UTC) #38
nednguyen
On 2014/09/19 21:33:26, dtu wrote: > On 2014/09/18 16:05:29, Ken Russell wrote: > > On ...
6 years, 3 months ago (2014-09-19 21:45:38 UTC) #39
dtu
On 2014/09/19 21:45:38, nednguyen wrote: > On 2014/09/19 21:33:26, dtu wrote: > > On 2014/09/18 ...
6 years, 3 months ago (2014-09-19 22:28:22 UTC) #40
jbroman
On 2014/09/19 22:28:22, dtu wrote: > On 2014/09/19 21:45:38, nednguyen wrote: > > On 2014/09/19 ...
6 years, 3 months ago (2014-09-20 20:22:14 UTC) #41
jbroman
On 2014/09/20 20:22:14, jbroman wrote: > On 2014/09/19 22:28:22, dtu wrote: > > On 2014/09/19 ...
6 years, 3 months ago (2014-09-20 20:22:49 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/560153004/60001
6 years, 3 months ago (2014-09-20 20:23:37 UTC) #45
commit-bot: I haz the power
Committed patchset #4 (id:60001) as 01072be991414b6b0f812381e5bb315cc64d9940
6 years, 3 months ago (2014-09-20 20:39:09 UTC) #46
commit-bot: I haz the power
6 years, 3 months ago (2014-09-20 20:39:42 UTC) #47
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c258c3a307eed2114ffb95d06d15a5ec6e0f538e
Cr-Commit-Position: refs/heads/master@{#295888}

Powered by Google App Engine
This is Rietveld 408576698