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

Issue 2577463003: Enable writing to logdog for tombstones.py. (Closed)

Created:
4 years ago by BigBossZhiling
Modified:
4 years ago
Reviewers:
jbudorick
CC:
chromium-reviews, mikecase+watch_chromium.org, jbudorick+watch_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable writing to logdog for tombstones.py. Previously tombstones are saved as a long string test result object. Tombstones are usually huge, so we have decided to write tombstones to logdog and save the url, instead of the whole tombstones, as part of test result object. BUG=605572 Committed: https://crrev.com/15465f226d8aefffc34940cf9f96f766101bb2f4 Cr-Commit-Position: refs/heads/master@{#438665}

Patch Set 1 #

Total comments: 2

Patch Set 2 : moved the logdog logic to a new method #

Total comments: 17

Patch Set 3 : fixes #

Patch Set 4 : fixes #

Total comments: 2

Patch Set 5 : changed open_text to text #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -0 lines) Patch
M build/android/tombstones.py View 1 2 3 4 8 chunks +39 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
BigBossZhiling
4 years ago (2016-12-13 23:10:15 UTC) #3
jbudorick
https://codereview.chromium.org/2577463003/diff/1/build/android/tombstones.py File build/android/tombstones.py (right): https://codereview.chromium.org/2577463003/diff/1/build/android/tombstones.py#newcode258 build/android/tombstones.py:258: else: This should be handled by a separate function ...
4 years ago (2016-12-14 01:34:04 UTC) #4
BigBossZhiling
moved to a new method https://codereview.chromium.org/2577463003/diff/1/build/android/tombstones.py File build/android/tombstones.py (right): https://codereview.chromium.org/2577463003/diff/1/build/android/tombstones.py#newcode258 build/android/tombstones.py:258: else: On 2016/12/14 01:34:04, ...
4 years ago (2016-12-14 17:08:21 UTC) #5
jbudorick
https://codereview.chromium.org/2577463003/diff/20001/build/android/tombstones.py File build/android/tombstones.py (right): https://codereview.chromium.org/2577463003/diff/20001/build/android/tombstones.py#newcode109 build/android/tombstones.py:109: nit: +1 blank line https://codereview.chromium.org/2577463003/diff/20001/build/android/tombstones.py#newcode176 build/android/tombstones.py:176: nit: +1 blank ...
4 years ago (2016-12-14 17:17:19 UTC) #6
BigBossZhiling
https://codereview.chromium.org/2577463003/diff/20001/build/android/tombstones.py File build/android/tombstones.py (right): https://codereview.chromium.org/2577463003/diff/20001/build/android/tombstones.py#newcode109 build/android/tombstones.py:109: On 2016/12/14 17:17:19, jbudorick wrote: > nit: +1 blank ...
4 years ago (2016-12-14 17:41:27 UTC) #7
jbudorick
https://codereview.chromium.org/2577463003/diff/60001/build/android/tombstones.py File build/android/tombstones.py (right): https://codereview.chromium.org/2577463003/diff/60001/build/android/tombstones.py#newcode274 build/android/tombstones.py:274: with stream_client.open_text(stream_name) as logdog_stream: stream_client.text(stream_name), not stream_client.open_text(stream_name): https://codesearch.chromium.org/chromium/src/tools/swarming_client/libs/logdog/stream.py?rcl=0&l=356
4 years ago (2016-12-14 17:58:44 UTC) #8
BigBossZhiling
https://codereview.chromium.org/2577463003/diff/60001/build/android/tombstones.py File build/android/tombstones.py (right): https://codereview.chromium.org/2577463003/diff/60001/build/android/tombstones.py#newcode274 build/android/tombstones.py:274: with stream_client.open_text(stream_name) as logdog_stream: On 2016/12/14 17:58:44, jbudorick wrote: ...
4 years ago (2016-12-14 21:42:30 UTC) #9
jbudorick
lgtm
4 years ago (2016-12-14 21:44:13 UTC) #10
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/2577463003/80001
4 years ago (2016-12-14 21:48:57 UTC) #12
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-14 23:15:25 UTC) #15
commit-bot: I haz the power
4 years ago (2016-12-14 23:19:34 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/15465f226d8aefffc34940cf9f96f766101bb2f4
Cr-Commit-Position: refs/heads/master@{#438665}

Powered by Google App Engine
This is Rietveld 408576698