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

Issue 10836347: Add support for multiple browser instances reliability tests. (Closed)

Created:
8 years, 4 months ago by chrisphan
Modified:
8 years, 1 month ago
Reviewers:
cmp, sky
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Add support for running multiple browser instances with reliability tests. Originally, crash_service.exe dumps all encountered crash dump files into a single directory. But if multiple browser instances are running, we want to identify which crash belongs to which browser instance. - Add a flag to crash service to archive the generated crash dumps under directory by the browser process id. - Add a flag to page_load_tests to look for crashes under the directory by the process id. For example: %USERPROFILE%\AppData\Local\Google\CrashReports\pid\3f4233fhs.dmp NOTRY=true Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=165702

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -14 lines) Patch
M chrome/test/reliability/page_load_test.cc View 1 2 3 4 10 chunks +27 lines, -8 lines 1 comment Download
M chrome/tools/crash_service/crash_service.h View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/tools/crash_service/crash_service.cc View 1 2 3 4 chunks +24 lines, -6 lines 1 comment Download

Messages

Total messages: 14 (0 generated)
chrisphan
8 years, 4 months ago (2012-08-20 19:20:46 UTC) #1
chrisphan
On 2012/08/20 19:20:46, chrisphan wrote: Hi Chase, when you have time can you take a ...
8 years, 2 months ago (2012-09-27 21:31:30 UTC) #2
cmp
http://codereview.chromium.org/10836347/diff/9002/chrome/test/reliability/page_load_test.cc File chrome/test/reliability/page_load_test.cc (right): http://codereview.chromium.org/10836347/diff/9002/chrome/test/reliability/page_load_test.cc#newcode34 chrome/test/reliability/page_load_test.cc:34: // --dumpsbypid: Look for crash dumps by browser process ...
8 years, 2 months ago (2012-10-02 19:47:28 UTC) #3
chrisphan
http://codereview.chromium.org/10836347/diff/9002/chrome/test/reliability/page_load_test.cc File chrome/test/reliability/page_load_test.cc (right): http://codereview.chromium.org/10836347/diff/9002/chrome/test/reliability/page_load_test.cc#newcode34 chrome/test/reliability/page_load_test.cc:34: // --dumpsbypid: Look for crash dumps by browser process ...
8 years, 2 months ago (2012-10-02 23:10:51 UTC) #4
chrisphan
On 2012/10/02 23:10:51, chrisphan wrote: > http://codereview.chromium.org/10836347/diff/9002/chrome/test/reliability/page_load_test.cc > File chrome/test/reliability/page_load_test.cc (right): > > http://codereview.chromium.org/10836347/diff/9002/chrome/test/reliability/page_load_test.cc#newcode34 > ...
8 years, 2 months ago (2012-10-16 21:28:15 UTC) #5
cmp
lgtm
8 years, 1 month ago (2012-11-01 23:53:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrisphan@chromium.org/10836347/14001
8 years, 1 month ago (2012-11-01 23:54:32 UTC) #7
commit-bot: I haz the power
Presubmit check for 10836347-14001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 1 month ago (2012-11-01 23:54:34 UTC) #8
cmp
Not sure who added sky, but you beat me to it. +sky, can you take ...
8 years, 1 month ago (2012-11-02 00:36:24 UTC) #9
sky
LGTM https://chromiumcodereview.appspot.com/10836347/diff/14001/chrome/test/reliability/page_load_test.cc File chrome/test/reliability/page_load_test.cc (right): https://chromiumcodereview.appspot.com/10836347/diff/14001/chrome/test/reliability/page_load_test.cc#newcode127 chrome/test/reliability/page_load_test.cc:127: bool g_stand_alone = false; None of the these ...
8 years, 1 month ago (2012-11-02 15:03:04 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrisphan@chromium.org/10836347/14001
8 years, 1 month ago (2012-11-02 17:35:45 UTC) #11
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
8 years, 1 month ago (2012-11-02 17:54:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chrisphan@chromium.org/10836347/14001
8 years, 1 month ago (2012-11-02 18:00:33 UTC) #13
commit-bot: I haz the power
8 years, 1 month ago (2012-11-02 18:00:49 UTC) #14
Change committed as 165702

Powered by Google App Engine
This is Rietveld 408576698