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

Issue 2645963004: Buildbot: Only archive core dumps from unexpected crashes. (Closed)

Created:
3 years, 11 months ago by Vyacheslav Egorov (Google)
Modified:
3 years, 11 months ago
Reviewers:
kustermann
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Buildbot: Only archive core dumps from unexpected crashes. Change UnexpectedCrashDumpArchiver to generate coredumps file in the current directory. Each line of this file specifies a core and a binary to be uploaded in the following format: test-name,core-file,binary-file CoreDumpArchiver reads this file and uploads the first 10 crash dumps. R=kustermann@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/e8f456edd53a85e1aaa0681b1f73a76cd4452ba1

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address Martin's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -62 lines) Patch
M tools/testing/dart/test_progress.dart View 1 2 chunks +26 lines, -9 lines 0 comments Download
M tools/utils.py View 1 5 chunks +82 lines, -53 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Vyacheslav Egorov (Google)
3 years, 11 months ago (2017-01-20 14:35:10 UTC) #1
kustermann
LGTM https://codereview.chromium.org/2645963004/diff/1/tools/testing/dart/test_progress.dart File tools/testing/dart/test_progress.dart (right): https://codereview.chromium.org/2645963004/diff/1/tools/testing/dart/test_progress.dart#newcode352 tools/testing/dart/test_progress.dart:352: new File('coredumps').openSync(mode: FileMode.APPEND); Instead of doing this for ...
3 years, 11 months ago (2017-01-20 14:56:55 UTC) #2
Vyacheslav Egorov (Google)
Thanks for the review. Landing https://codereview.chromium.org/2645963004/diff/1/tools/testing/dart/test_progress.dart File tools/testing/dart/test_progress.dart (right): https://codereview.chromium.org/2645963004/diff/1/tools/testing/dart/test_progress.dart#newcode352 tools/testing/dart/test_progress.dart:352: new File('coredumps').openSync(mode: FileMode.APPEND); On ...
3 years, 11 months ago (2017-01-20 16:44:46 UTC) #3
Vyacheslav Egorov (Google)
3 years, 11 months ago (2017-01-20 16:44:55 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
e8f456edd53a85e1aaa0681b1f73a76cd4452ba1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698