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

Issue 1543803005: Added an integration test for kasko hang reports (Closed)

Created:
5 years ago by Patrick Monette
Modified:
4 years, 10 months ago
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org, brettw
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added an integration test for kasko hang reports Committed: https://crrev.com/3955a4ff6fb5b66408cf3748c9dcd4bd22885c80 Cr-Commit-Position: refs/heads/master@{#372442}

Patch Set 1 : #

Total comments: 1

Patch Set 2 : Rebasing #

Total comments: 9

Patch Set 3 : Using components for integration test. Rewrote unittests #

Total comments: 16

Patch Set 4 : Comments #1 #

Total comments: 5

Patch Set 5 : Better documentation for RunTest() #

Total comments: 5

Patch Set 6 : Rebase #

Patch Set 7 : Set executable bit for python scripts #

Unified diffs Side-by-side diffs Delta from patch set Stats (+481 lines, -359 lines) Patch
M build/common.gypi View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/main_dll_loader_win.cc View 1 2 3 4 5 2 chunks +4 lines, -15 lines 0 comments Download
M chrome/browser/extensions/extension_tab_util.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_watcher/chrome_watcher_main.cc View 1 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/chrome_watcher/chrome_watcher_main_api.h View 1 chunk +7 lines, -9 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/kasko/hang_watcher_integration_test.py View 1 2 3 4 5 6 1 chunk +53 lines, -0 lines 0 comments Download
M chrome/test/kasko/kasko_integration_test.py View 1 2 3 2 chunks +7 lines, -43 lines 0 comments Download
M chrome/test/kasko/py/kasko/__init__.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/test/kasko/py/kasko/integration_test.py View 1 2 3 4 5 6 2 chunks +29 lines, -37 lines 0 comments Download
M chrome/test/kasko/syzyasan_integration_test.py View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M components/browser_watcher/window_hang_monitor_win.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/browser_watcher/window_hang_monitor_win.cc View 1 2 3 7 chunks +38 lines, -14 lines 0 comments Download
M components/browser_watcher/window_hang_monitor_win_unittest.cc View 1 2 3 8 chunks +306 lines, -226 lines 0 comments Download
M content/browser/frame_host/debug_urls.cc View 1 2 3 chunks +19 lines, -7 lines 0 comments Download
M content/public/common/url_constants.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M content/public/common/url_constants.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 44 (16 generated)
Patrick Monette
Chrisha: Please take a look at the integration test. siggi: Please review changes in the ...
5 years ago (2015-12-23 17:24:46 UTC) #3
Patrick Monette
5 years ago (2015-12-23 17:25:20 UTC) #5
Patrick Monette
PTAL Chris.
4 years, 11 months ago (2016-01-08 19:26:25 UTC) #6
Sigurður Ásgeirsson
nice - I think you may need to select harder for the process singleton window. ...
4 years, 11 months ago (2016-01-11 19:42:59 UTC) #7
chrisha
https://codereview.chromium.org/1543803005/diff/40001/chrome/test/kasko/hang_watcher_integration_test.py File chrome/test/kasko/hang_watcher_integration_test.py (right): https://codereview.chromium.org/1543803005/diff/40001/chrome/test/kasko/hang_watcher_integration_test.py#newcode12 chrome/test/kasko/hang_watcher_integration_test.py:12: Note that this test only works against non-component Release ...
4 years, 11 months ago (2016-01-12 19:42:15 UTC) #8
Patrick Monette
sgtm
4 years, 11 months ago (2016-01-12 19:49:44 UTC) #9
Patrick Monette
Please take another look Siggi for hang watcher stuff. chrisha: Can you look at the ...
4 years, 11 months ago (2016-01-20 17:21:35 UTC) #10
Sigurður Ásgeirsson
very nice - lgtm for what it's worth, but please wait for Chris' comments as ...
4 years, 11 months ago (2016-01-20 18:21:13 UTC) #11
chrisha
https://codereview.chromium.org/1543803005/diff/60001/chrome/test/kasko/hang_watcher_integration_test.py File chrome/test/kasko/hang_watcher_integration_test.py (right): https://codereview.chromium.org/1543803005/diff/60001/chrome/test/kasko/hang_watcher_integration_test.py#newcode22 chrome/test/kasko/hang_watcher_integration_test.py:22: ninja -C out\Release chromedriver.exe This may as well be ...
4 years, 11 months ago (2016-01-20 22:20:31 UTC) #12
Patrick Monette
chrisha@ Refactored my test and kasko_integration_test into a common module. PTAL https://codereview.chromium.org/1543803005/diff/60001/chrome/test/kasko/hang_watcher_integration_test.py File chrome/test/kasko/hang_watcher_integration_test.py (right): ...
4 years, 11 months ago (2016-01-21 00:05:10 UTC) #13
chrisha
Thanks for the cleanup! This lgtm with nits. https://codereview.chromium.org/1543803005/diff/80001/chrome/test/kasko/kasko_integration_test.py File chrome/test/kasko/kasko_integration_test.py (right): https://codereview.chromium.org/1543803005/diff/80001/chrome/test/kasko/kasko_integration_test.py#newcode47 chrome/test/kasko/kasko_integration_test.py:47: {'kasko-set-crash-key-value-impl': ...
4 years, 11 months ago (2016-01-21 18:17:41 UTC) #14
Patrick Monette
Hey brettw@ needs owners LGTM for build/common.gypi chrome/app/main_dll_loader_win.cc chrome/browser/extensions/extension_tab_util.cc and content/* Thanks. https://codereview.chromium.org/1543803005/diff/80001/chrome/test/kasko/py/kasko/integration_test.py File chrome/test/kasko/py/kasko/integration_test.py ...
4 years, 11 months ago (2016-01-21 19:54:02 UTC) #15
Patrick Monette
brettw@ Whoops forgot to add you as a reviewer. Look at my last message.
4 years, 11 months ago (2016-01-21 19:55:01 UTC) #17
Patrick Monette
jam@ Need review for build/common.gypi chrome/app/main_dll_loader_win.cc chrome/browser/extensions/extension_tab_util.cc content/browser/frame_host/debug_urls.cc content/public/common/url_constants.h content/public/common/url_constants.cc Mainly adding a debug url.
4 years, 11 months ago (2016-01-26 18:42:19 UTC) #20
jam
https://codereview.chromium.org/1543803005/diff/100001/chrome/app/main_dll_loader_win.cc File chrome/app/main_dll_loader_win.cc (left): https://codereview.chromium.org/1543803005/diff/100001/chrome/app/main_dll_loader_win.cc#oldcode231 chrome/app/main_dll_loader_win.cc:231: base::FilePath default_user_data_directory; why is this code removed? https://codereview.chromium.org/1543803005/diff/100001/content/public/common/url_constants.cc File ...
4 years, 11 months ago (2016-01-26 23:08:36 UTC) #21
Patrick Monette
jam@ I have one question for you https://codereview.chromium.org/1543803005/diff/100001/chrome/app/main_dll_loader_win.cc File chrome/app/main_dll_loader_win.cc (left): https://codereview.chromium.org/1543803005/diff/100001/chrome/app/main_dll_loader_win.cc#oldcode231 chrome/app/main_dll_loader_win.cc:231: base::FilePath default_user_data_directory; ...
4 years, 11 months ago (2016-01-27 17:52:03 UTC) #22
jam
btw just curious how long we expect kasko to stay? my understanding was that crashpad ...
4 years, 11 months ago (2016-01-27 23:26:19 UTC) #23
Patrick Monette
On 2016/01/27 23:26:19, jam wrote: > btw just curious how long we expect kasko to ...
4 years, 11 months ago (2016-01-27 23:34:53 UTC) #24
Patrick Monette
On 2016/01/27 23:34:53, Patrick Monette wrote: > On 2016/01/27 23:26:19, jam wrote: > > btw ...
4 years, 11 months ago (2016-01-28 00:03:02 UTC) #25
Patrick Monette
jam: ping
4 years, 10 months ago (2016-01-29 18:12:52 UTC) #26
Patrick Monette
jam: ping
4 years, 10 months ago (2016-01-29 18:12:53 UTC) #27
jam
sorry for the delay, I missed this. lgtm. (in the future if i dont reply ...
4 years, 10 months ago (2016-01-29 18:15:41 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1543803005/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1543803005/120001
4 years, 10 months ago (2016-01-29 18:30:27 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/140550)
4 years, 10 months ago (2016-01-29 18:43:54 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1543803005/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1543803005/140001
4 years, 10 months ago (2016-01-29 19:07:20 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1543803005/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1543803005/140001
4 years, 10 months ago (2016-01-29 22:15:59 UTC) #41
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years, 10 months ago (2016-01-29 22:24:44 UTC) #42
commit-bot: I haz the power
4 years, 10 months ago (2016-01-29 22:26:15 UTC) #44
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/3955a4ff6fb5b66408cf3748c9dcd4bd22885c80
Cr-Commit-Position: refs/heads/master@{#372442}

Powered by Google App Engine
This is Rietveld 408576698