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

Issue 2378903002: Annotation protobuf code can now dump final. (Closed)

Created:
4 years, 2 months ago by dnj
Modified:
4 years, 2 months ago
Reviewers:
iannucci, nodir, martiniss
CC:
chromium-reviews, infra-reviews+recipes-py_chromium.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Annotation protobuf code can now dump final. Add an operational flag to allow the LogDog annotation protobuf code to dump the final protobuf at termination. BUG=chromium: TEST=None Committed: https://github.com/luci/recipes-py/commit/2e9ed981d6e2f75889aef93cb2b6a5e50a8aac37

Patch Set 1 #

Total comments: 2

Patch Set 2 : Annotation protobuf code can now dump final. #

Patch Set 3 : Rebase, add unit test. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -5 lines) Patch
M recipe_engine/arguments.proto View 1 chunk +4 lines, -0 lines 0 comments Download
M recipe_engine/arguments_pb2.py View 4 chunks +10 lines, -3 lines 0 comments Download
M recipe_engine/stream_logdog.py View 1 2 6 chunks +18 lines, -2 lines 2 comments Download
M recipe_engine/unittests/stream_logdog_test.py View 1 2 3 chunks +51 lines, -0 lines 0 comments Download
M recipes.py View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
dnj
PTAL
4 years, 2 months ago (2016-09-28 22:58:31 UTC) #2
nodir
lgtm https://codereview.chromium.org/2378903002/diff/1/recipe_engine/stream_logdog.py File recipe_engine/stream_logdog.py (right): https://codereview.chromium.org/2378903002/diff/1/recipe_engine/stream_logdog.py#newcode379 recipe_engine/stream_logdog.py:379: with open(self._dump_path, 'wb') as fd: please swap these ...
4 years, 2 months ago (2016-09-28 23:02:22 UTC) #3
dnj
https://codereview.chromium.org/2378903002/diff/1/recipe_engine/stream_logdog.py File recipe_engine/stream_logdog.py (right): https://codereview.chromium.org/2378903002/diff/1/recipe_engine/stream_logdog.py#newcode379 recipe_engine/stream_logdog.py:379: with open(self._dump_path, 'wb') as fd: On 2016/09/28 23:02:22, nodir ...
4 years, 2 months ago (2016-09-28 23:04:11 UTC) #4
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/2378903002/40001
4 years, 2 months ago (2016-10-12 22:33:01 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: Recipes-py Presubmit on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/31d3db2264649510)
4 years, 2 months ago (2016-10-12 22:38:31 UTC) #9
dnj
PTAL
4 years, 2 months ago (2016-10-12 22:41:55 UTC) #11
martiniss
lgtm This is useful for kitchen, I assume? https://codereview.chromium.org/2378903002/diff/40001/recipe_engine/stream_logdog.py File recipe_engine/stream_logdog.py (right): https://codereview.chromium.org/2378903002/diff/40001/recipe_engine/stream_logdog.py#newcode594 recipe_engine/stream_logdog.py:594: return ...
4 years, 2 months ago (2016-10-12 23:01:25 UTC) #12
dnj
https://codereview.chromium.org/2378903002/diff/40001/recipe_engine/stream_logdog.py File recipe_engine/stream_logdog.py (right): https://codereview.chromium.org/2378903002/diff/40001/recipe_engine/stream_logdog.py#newcode594 recipe_engine/stream_logdog.py:594: return self._last_flush_data On 2016/10/12 23:01:25, martiniss wrote: > this ...
4 years, 2 months ago (2016-10-12 23:15:03 UTC) #13
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/2378903002/40001
4 years, 2 months ago (2016-10-12 23:15:17 UTC) #15
commit-bot: I haz the power
4 years, 2 months ago (2016-10-12 23:18:15 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://github.com/luci/recipes-py/commit/2e9ed981d6e2f75889aef93cb2b6a5e50a8...

Powered by Google App Engine
This is Rietveld 408576698