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

Issue 2562913003: Move browser_test_runner.LoadAllTestsInModule to serially_executed_browser_test_case (Closed)

Created:
4 years ago by nednguyen
Modified:
4 years ago
CC:
catapult-reviews_chromium.org, telemetry-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Move browser_test_runner.LoadAllTestsInModule to serially_executed_browser_test_case This also adds call to LoadAllTestsInModule for the load_tests method to the examples in telemetry/examples/. Motivation: to migrate the core test_runner in browser_test_runner, we need to make sure that typ can execute the code that generate the test case in the subprocesses. BUG=chromium:636153 Review-Url: https://codereview.chromium.org/2562913003 Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/670692248ead326cac18ed0eb4931cf3f27a5961

Patch Set 1 #

Patch Set 2 : Remove debugging script #

Patch Set 3 : Fix test #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -84 lines) Patch
M telemetry/examples/browser_tests/failed_tests.py View 2 chunks +7 lines, -0 lines 2 comments Download
M telemetry/examples/browser_tests/simple_browser_test.py View 2 chunks +7 lines, -0 lines 0 comments Download
M telemetry/examples/browser_tests/simple_numeric_test.py View 2 chunks +7 lines, -0 lines 0 comments Download
M telemetry/examples/browser_tests/simple_sharding_test.py View 2 chunks +8 lines, -0 lines 0 comments Download
M telemetry/telemetry/testing/browser_test_runner.py View 4 chunks +2 lines, -83 lines 0 comments Download
M telemetry/telemetry/testing/browser_test_runner_unittest.py View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M telemetry/telemetry/testing/serially_executed_browser_test_case.py View 2 chunks +81 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (18 generated)
nednguyen
4 years ago (2016-12-09 21:21:07 UTC) #3
nednguyen
On 2016/12/09 21:21:07, nednguyen wrote: This CL is not ready to land yet, there are ...
4 years ago (2016-12-09 21:22:24 UTC) #4
nednguyen
On 2016/12/09 21:22:24, nednguyen wrote: > On 2016/12/09 21:21:07, nednguyen wrote: > > This CL ...
4 years ago (2016-12-09 22:00:36 UTC) #6
Ken Russell (switch to Gerrit)
Awesome work Ned. Thanks for working on this. LGTM Do I understand correctly that we'll ...
4 years ago (2016-12-09 22:09:41 UTC) #8
nednguyen
On 2016/12/09 22:09:41, Ken Russell wrote: > Awesome work Ned. Thanks for working on this. ...
4 years ago (2016-12-09 22:11:12 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562913003/20001
4 years ago (2016-12-09 22:11:23 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: Catapult Mac Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Mac%20Tryserver/builds/5928)
4 years ago (2016-12-09 22:15:14 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562913003/20001
4 years ago (2016-12-10 00:16:22 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: Catapult Mac Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Mac%20Tryserver/builds/5935)
4 years ago (2016-12-10 00:31:13 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562913003/40001
4 years ago (2016-12-10 00:36:38 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: Catapult Linux Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Linux%20Tryserver/builds/5910)
4 years ago (2016-12-10 01:37:45 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562913003/40001
4 years ago (2016-12-10 02:09:01 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: Catapult Linux Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Linux%20Tryserver/builds/5915)
4 years ago (2016-12-10 03:10:09 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562913003/40001
4 years ago (2016-12-10 13:11:33 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: Catapult Linux Tryserver on master.tryserver.client.catapult (JOB_FAILED, https://build.chromium.org/p/tryserver.client.catapult/builders/Catapult%20Linux%20Tryserver/builds/5916)
4 years ago (2016-12-10 14:12:36 UTC) #30
Dirk Pranke
lgtm https://codereview.chromium.org/2562913003/diff/40001/telemetry/examples/browser_tests/failed_tests.py File telemetry/examples/browser_tests/failed_tests.py (right): https://codereview.chromium.org/2562913003/diff/40001/telemetry/examples/browser_tests/failed_tests.py#newcode45 telemetry/examples/browser_tests/failed_tests.py:45: del loader, tests, pattern # Unused. Nit: maybe ...
4 years ago (2016-12-11 03:23:01 UTC) #31
nednguyen
https://codereview.chromium.org/2562913003/diff/40001/telemetry/examples/browser_tests/failed_tests.py File telemetry/examples/browser_tests/failed_tests.py (right): https://codereview.chromium.org/2562913003/diff/40001/telemetry/examples/browser_tests/failed_tests.py#newcode45 telemetry/examples/browser_tests/failed_tests.py:45: del loader, tests, pattern # Unused. On 2016/12/11 03:23:01, ...
4 years ago (2016-12-11 13:01:44 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562913003/40001
4 years ago (2016-12-12 18:44:53 UTC) #34
commit-bot: I haz the power
4 years ago (2016-12-12 19:11:30 UTC) #37
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/github.com/catapult-project/catapu...

Powered by Google App Engine
This is Rietveld 408576698