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

Issue 2209673003: Unittest for pushing the restart logic into start browser. (Closed)

Created:
4 years, 4 months ago by eyaich
Modified:
4 years, 4 months ago
CC:
chromium-reviews, jam, darin-cc_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

Unittest for pushing restart logic into the browser. Original patch for the restart logic was checked in outside this CL in https://codereview.chromium.org/2219593003/ so it could get in earlier, this is just the follow on CL for the unittest. BUG=chromium:628022 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/6e61cce3dc6538310ef292be09b16593f3b18c6e Cr-Commit-Position: refs/heads/master@{#410454}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Changing logging #

Patch Set 3 : Adding in test success assertions #

Patch Set 4 : Updating test with new Fakes api #

Patch Set 5 : Updating fakes api #

Patch Set 6 : Adding back in test changes #

Total comments: 2

Patch Set 7 : tracking browser starts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -24 lines) Patch
M content/test/gpu/gpu_tests/gpu_integration_test_unittest.py View 1 2 3 4 5 6 5 chunks +29 lines, -24 lines 0 comments Download

Messages

Total messages: 31 (10 generated)
eyaich
4 years, 4 months ago (2016-08-03 19:04:52 UTC) #3
Ken Russell (switch to Gerrit)
LGTM Though I realize you haven't gotten the tests working to your satisfaction yet, I ...
4 years, 4 months ago (2016-08-03 22:21:39 UTC) #4
nednguyen
On 2016/08/03 22:21:39, Ken Russell wrote: > LGTM > > Though I realize you haven't ...
4 years, 4 months ago (2016-08-03 22:56:43 UTC) #5
eyaich
On 2016/08/03 22:56:43, nednguyen wrote: > On 2016/08/03 22:21:39, Ken Russell wrote: > > LGTM ...
4 years, 4 months ago (2016-08-04 01:52:55 UTC) #6
eyaich
https://codereview.chromium.org/2209673003/diff/1/content/test/gpu/gpu_tests/gpu_integration_test.py File content/test/gpu/gpu_tests/gpu_integration_test.py (right): https://codereview.chromium.org/2209673003/diff/1/content/test/gpu/gpu_tests/gpu_integration_test.py#newcode37 content/test/gpu/gpu_tests/gpu_integration_test.py:37: restart = 'Starting browser %d time' % (x + ...
4 years, 4 months ago (2016-08-04 01:53:10 UTC) #7
nednguyen
https://codereview.chromium.org/2209673003/diff/1/content/test/gpu/gpu_tests/gpu_integration_test_unittest.py File content/test/gpu/gpu_tests/gpu_integration_test_unittest.py (right): https://codereview.chromium.org/2209673003/diff/1/content/test/gpu/gpu_tests/gpu_integration_test_unittest.py#newcode181 content/test/gpu/gpu_tests/gpu_integration_test_unittest.py:181: nits: this extra blank line is not needed
4 years, 4 months ago (2016-08-04 17:03:48 UTC) #8
eyaich
https://codereview.chromium.org/2209673003/diff/1/content/test/gpu/gpu_tests/gpu_integration_test_unittest.py File content/test/gpu/gpu_tests/gpu_integration_test_unittest.py (right): https://codereview.chromium.org/2209673003/diff/1/content/test/gpu/gpu_tests/gpu_integration_test_unittest.py#newcode181 content/test/gpu/gpu_tests/gpu_integration_test_unittest.py:181: On 2016/08/04 17:03:48, nednguyen wrote: > nits: this extra ...
4 years, 4 months ago (2016-08-04 18:15:18 UTC) #9
nednguyen
lgtm
4 years, 4 months ago (2016-08-04 22:24:59 UTC) #11
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/2209673003/40001
4 years, 4 months ago (2016-08-04 22:25:34 UTC) #13
nednguyen
On 2016/08/04 22:24:59, nednguyen wrote: > lgtm Since Emily will be out for a while, ...
4 years, 4 months ago (2016-08-04 22:26:24 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/231497)
4 years, 4 months ago (2016-08-04 22:32:35 UTC) #16
Ken Russell (switch to Gerrit)
On 2016/08/04 22:32:35, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years, 4 months ago (2016-08-05 00:52:32 UTC) #17
nednguyen
On 2016/08/05 00:52:32, Ken Russell wrote: > On 2016/08/04 22:32:35, commit-bot: I haz the power ...
4 years, 4 months ago (2016-08-05 01:06:55 UTC) #18
eyaich
Ok merge of Neds patch is complete and I added back in unittest changes to ...
4 years, 4 months ago (2016-08-08 14:13:51 UTC) #19
nednguyen
lgtm but let wait for Ken. Can you also update the description?
4 years, 4 months ago (2016-08-08 15:03:23 UTC) #20
nednguyen
https://codereview.chromium.org/2209673003/diff/90001/content/test/gpu/gpu_tests/gpu_integration_test_unittest.py File content/test/gpu/gpu_tests/gpu_integration_test_unittest.py (right): https://codereview.chromium.org/2209673003/diff/90001/content/test/gpu/gpu_tests/gpu_integration_test_unittest.py#newcode120 content/test/gpu/gpu_tests/gpu_integration_test_unittest.py:120: def CrashOnStart(cls): nit: also probably keep the counter on ...
4 years, 4 months ago (2016-08-08 15:04:30 UTC) #21
eyaich
https://codereview.chromium.org/2209673003/diff/90001/content/test/gpu/gpu_tests/gpu_integration_test_unittest.py File content/test/gpu/gpu_tests/gpu_integration_test_unittest.py (right): https://codereview.chromium.org/2209673003/diff/90001/content/test/gpu/gpu_tests/gpu_integration_test_unittest.py#newcode120 content/test/gpu/gpu_tests/gpu_integration_test_unittest.py:120: def CrashOnStart(cls): On 2016/08/08 15:04:30, nednguyen wrote: > nit: ...
4 years, 4 months ago (2016-08-08 16:01:33 UTC) #22
Ken Russell (switch to Gerrit)
Excellent. LGTM
4 years, 4 months ago (2016-08-08 18:29:21 UTC) #24
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/2209673003/110001
4 years, 4 months ago (2016-08-08 18:31:04 UTC) #27
commit-bot: I haz the power
Committed patchset #7 (id:110001)
4 years, 4 months ago (2016-08-08 20:56:20 UTC) #29
commit-bot: I haz the power
4 years, 4 months ago (2016-08-08 20:57:33 UTC) #31
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/6e61cce3dc6538310ef292be09b16593f3b18c6e
Cr-Commit-Position: refs/heads/master@{#410454}

Powered by Google App Engine
This is Rietveld 408576698