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

Issue 1585373003: Adding a cross-task eventing server. (Closed)

Created:
4 years, 11 months ago by Mike Meade
Modified:
4 years, 11 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding a cross-task eventing server. BUG= Committed: https://crrev.com/dfe9400af8d372dcf9a8a5b42a23094f66d6eed6 Cr-Commit-Position: refs/heads/master@{#370756}

Patch Set 1 #

Patch Set 2 : Fixing a return code for one of the server use cases. #

Total comments: 16

Patch Set 3 : Addressing reviewer comments #

Total comments: 10

Patch Set 4 : Addressing reviewers comments. #

Patch Set 5 : Addressing reviewers comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+378 lines, -5 lines) Patch
A + testing/legion/examples/events/controller.isolate View 1 chunk +2 lines, -2 lines 0 comments Download
A testing/legion/examples/events/controller.py View 1 2 1 chunk +73 lines, -0 lines 0 comments Download
A + testing/legion/examples/events/task.isolate View 1 chunk +1 line, -1 line 0 comments Download
A testing/legion/examples/events/task.py View 1 2 3 4 1 chunk +45 lines, -0 lines 0 comments Download
M testing/legion/legion_test_case.py View 1 2 3 3 chunks +9 lines, -1 line 0 comments Download
A testing/legion/lib/event_server.py View 1 2 3 1 chunk +169 lines, -0 lines 0 comments Download
M testing/legion/lib/task_registration_server.py View 1 chunk +0 lines, -2 lines 0 comments Download
A + testing/legion/unittests/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A testing/legion/unittests/event_server_test.py View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download
A testing/legion/unittests/legion_unittest.py View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (3 generated)
Mike Meade
4 years, 11 months ago (2016-01-15 01:04:54 UTC) #2
M-A Ruel
https://codereview.chromium.org/1585373003/diff/20001/testing/legion/examples/events/controller.py File testing/legion/examples/events/controller.py (right): https://codereview.chromium.org/1585373003/diff/20001/testing/legion/examples/events/controller.py#newcode35 testing/legion/examples/events/controller.py:35: parser.add_argument('--task') I think it'd be a good idea to ...
4 years, 11 months ago (2016-01-15 14:07:13 UTC) #3
Mike Meade
https://codereview.chromium.org/1585373003/diff/20001/testing/legion/examples/events/controller.py File testing/legion/examples/events/controller.py (right): https://codereview.chromium.org/1585373003/diff/20001/testing/legion/examples/events/controller.py#newcode35 testing/legion/examples/events/controller.py:35: parser.add_argument('--task') On 2016/01/15 14:07:13, M-A Ruel wrote: > I ...
4 years, 11 months ago (2016-01-18 20:25:51 UTC) #4
M-A Ruel
https://codereview.chromium.org/1585373003/diff/40001/testing/legion/examples/events/controller.py File testing/legion/examples/events/controller.py (right): https://codereview.chromium.org/1585373003/diff/40001/testing/legion/examples/events/controller.py#newcode37 testing/legion/examples/events/controller.py:37: args, _ = parser.parse_known_args() why not parse_args()? https://codereview.chromium.org/1585373003/diff/40001/testing/legion/examples/events/task.py File ...
4 years, 11 months ago (2016-01-18 21:57:37 UTC) #5
Mike Meade
https://codereview.chromium.org/1585373003/diff/40001/testing/legion/examples/events/controller.py File testing/legion/examples/events/controller.py (right): https://codereview.chromium.org/1585373003/diff/40001/testing/legion/examples/events/controller.py#newcode37 testing/legion/examples/events/controller.py:37: args, _ = parser.parse_known_args() On 2016/01/18 21:57:36, M-A Ruel ...
4 years, 11 months ago (2016-01-19 21:53:23 UTC) #6
Mike Meade
PTAL Note that one or two responses may be a little confusing. I responded and ...
4 years, 11 months ago (2016-01-21 17:49:05 UTC) #7
M-A Ruel
lgtm
4 years, 11 months ago (2016-01-21 17:57:05 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1585373003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1585373003/80001
4 years, 11 months ago (2016-01-21 18:20:46 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 11 months ago (2016-01-21 19:46:55 UTC) #11
commit-bot: I haz the power
4 years, 11 months ago (2016-01-21 19:48:16 UTC) #13
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/dfe9400af8d372dcf9a8a5b42a23094f66d6eed6
Cr-Commit-Position: refs/heads/master@{#370756}

Powered by Google App Engine
This is Rietveld 408576698