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

Issue 1244223002: Create classes_util API, change discover to return a list instead of a dict. (Closed)

Created:
5 years, 5 months ago by aiolos (Not reviewing)
Modified:
5 years, 4 months ago
Reviewers:
bengr, dtu
CC:
chromium-reviews, darin-cc_chromium.org, jam, telemetry-reviews_chromium.org, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create classes_util API, change discover to return a list instead of a dict. BUG=498968 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect Committed: https://crrev.com/e6cbec4747aa7fe3c96b1cdb89de21ae77b30ab0 Cr-Commit-Position: refs/heads/master@{#341129}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : rebase #

Patch Set 4 : fix spelling #

Patch Set 5 : Rebase #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -164 lines) Patch
M content/test/gpu/gpu_tests/gpu_test_base_unittest.py View 1 2 3 4 3 chunks +5 lines, -9 lines 0 comments Download
M content/test/gpu/page_sets/__init__.py View 1 chunk +2 lines, -3 lines 0 comments Download
M tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M tools/chrome_proxy/live_tests/pagesets/__init__.py View 1 chunk +2 lines, -3 lines 0 comments Download
M tools/perf/benchmarks/benchmark_smoke_unittest.py View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M tools/perf/benchmarks/benchmark_unittest.py View 2 chunks +3 lines, -4 lines 0 comments Download
M tools/perf/benchmarks/skpicture_printer.py View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/perf/measurements/measurement_smoke_test.py View 2 chunks +5 lines, -5 lines 0 comments Download
M tools/perf/page_sets/__init__.py View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/perf/profile_creators/profile_generator.py View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/benchmark_runner.py View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/core/discover.py View 5 chunks +15 lines, -29 lines 0 comments Download
M tools/telemetry/telemetry/core/discover_unittest.py View 1 chunk +57 lines, -65 lines 0 comments Download
M tools/telemetry/telemetry/core/platform.py View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/profiler/profiler_finder.py View 1 chunk +3 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/internal/platform/tracing_controller_backend.py View 1 chunk +3 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/internal/util/find_dependencies.py View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M tools/telemetry/telemetry/record_wpr.py View 1 2 2 chunks +3 lines, -5 lines 0 comments Download
M tools/telemetry/telemetry/testing/story_set_smoke_test.py View 1 2 chunks +4 lines, -4 lines 0 comments Download
A tools/telemetry/telemetry/util/classes_util.py View 1 chunk +27 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/value/__init__.py View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 25 (8 generated)
aiolos (Not reviewing)
5 years, 5 months ago (2015-07-21 21:21:27 UTC) #3
aiolos (Not reviewing)
5 years, 5 months ago (2015-07-21 21:22:28 UTC) #5
dtu
lgtm
5 years, 5 months ago (2015-07-21 21:50:04 UTC) #6
aiolos (Not reviewing)
Note that the only failing test on the linux bot is failing without the patch ...
5 years, 5 months ago (2015-07-22 00:29:50 UTC) #7
aiolos (Not reviewing)
ping
5 years, 5 months ago (2015-07-24 18:08:23 UTC) #8
dtu
On 2015/07/24 18:08:23, aiolos wrote: > ping Still lgtm
5 years, 5 months ago (2015-07-24 19:36:00 UTC) #9
dtu
On 2015/07/24 19:36:00, dtu wrote: > On 2015/07/24 18:08:23, aiolos wrote: > > ping > ...
5 years, 5 months ago (2015-07-24 19:36:22 UTC) #10
bengr
https://codereview.chromium.org/1244223002/diff/40001/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py File tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py (right): https://codereview.chromium.org/1244223002/diff/40001/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py#newcode19 tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/__init__.py:19: for cls in calsses_util.DiscoverClasses(start_dir, top_level_dir, base_class): spelling?
5 years, 5 months ago (2015-07-24 22:36:26 UTC) #11
aiolos (Not reviewing)
Still working on getting the tests that Ben asked me to run working, even on ...
5 years, 4 months ago (2015-07-29 19:29:22 UTC) #12
aiolos (Not reviewing)
From talking to bustamante@ offine, it is fine to ignore the failures on chrome_proxy_benchmark.client_config.synthetic since ...
5 years, 4 months ago (2015-07-29 22:40:34 UTC) #14
bengr
chrome_proxy lgtm
5 years, 4 months ago (2015-07-29 22:42:53 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1244223002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1244223002/120001
5 years, 4 months ago (2015-07-29 22:44:10 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_perf_bisect on tryserver.chromium.perf (JOB_TIMED_OUT, no build URL)
5 years, 4 months ago (2015-07-30 00:45:38 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1244223002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1244223002/120001
5 years, 4 months ago (2015-07-30 16:20:30 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:120001)
5 years, 4 months ago (2015-07-30 16:25:50 UTC) #23
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/e6cbec4747aa7fe3c96b1cdb89de21ae77b30ab0 Cr-Commit-Position: refs/heads/master@{#341129}
5 years, 4 months ago (2015-07-30 16:26:32 UTC) #24
Avi (use Gerrit)
5 years, 4 months ago (2015-07-30 23:04:46 UTC) #25
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:120001) has been created in
https://codereview.chromium.org/1263063003/ by avi@chromium.org.

The reason for reverting is: This appears to break the XP telemetry tests.
Details on the bug..

Powered by Google App Engine
This is Rietveld 408576698