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

Issue 145273024: Add support for copying coredumps to /tmp (Closed)

Created:
6 years, 10 months ago by ricow1
Modified:
6 years, 10 months ago
Reviewers:
Bill Hesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add support for copying coredumps to /tmp This will be used on the bots to be able to archive dumps from unexpectec crashes. The tools/archive_crash.py tool will be used to actually archive the dumps to gcs and delete the local copies. The reason for the split is to enable developers to actually utilize this locally as well (run tools/test.py in a loop but don't archive the expected crashes). Additionally, this puts the bot specific code in the small python script. R=whesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=32111

Patch Set 1 #

Total comments: 16

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -15 lines) Patch
A tools/archive_crash.py View 1 1 chunk +51 lines, -0 lines 0 comments Download
M tools/test.dart View 1 1 chunk +4 lines, -0 lines 0 comments Download
M tools/testing/dart/test_options.dart View 1 2 chunks +15 lines, -0 lines 0 comments Download
M tools/testing/dart/test_progress.dart View 1 3 chunks +28 lines, -0 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 1 18 chunks +32 lines, -15 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ricow1
6 years, 10 months ago (2014-01-28 15:13:48 UTC) #1
Bill Hesse
LGTM, with comments. https://codereview.chromium.org/145273024/diff/1/tools/archive_crash.py File tools/archive_crash.py (right): https://codereview.chromium.org/145273024/diff/1/tools/archive_crash.py#newcode19 tools/archive_crash.py:19: GSC_FOLDER = 'dart-crashes' Why is this ...
6 years, 10 months ago (2014-01-29 07:01:52 UTC) #2
ricow1
https://codereview.chromium.org/145273024/diff/1/tools/archive_crash.py File tools/archive_crash.py (right): https://codereview.chromium.org/145273024/diff/1/tools/archive_crash.py#newcode19 tools/archive_crash.py:19: GSC_FOLDER = 'dart-crashes' On 2014/01/29 07:01:52, Bill Hesse wrote: ...
6 years, 10 months ago (2014-01-29 09:41:38 UTC) #3
ricow1
6 years, 10 months ago (2014-01-29 09:41:54 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r32111 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698