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

Issue 2721613004: simulation_test_ng: initial CL (Closed)

Created:
3 years, 9 months ago by Paweł Hajdan Jr.
Modified:
3 years, 9 months ago
CC:
chromium-reviews, infra-reviews+recipes-py_chromium.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 31

Patch Set 2 : review #

Total comments: 4

Patch Set 3 : less pickle #

Patch Set 4 : first tests #

Total comments: 1

Patch Set 5 : tests #

Total comments: 37

Patch Set 6 : list json #

Patch Set 7 : review #

Patch Set 8 : revised #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+961 lines, -4 lines) Patch
M recipe_engine/loader.py View 1 1 chunk +4 lines, -0 lines 0 comments Download
M recipe_engine/post_process.py View 1 2 chunks +4 lines, -2 lines 0 comments Download
M recipe_engine/simulation_test.py View 1 1 chunk +1 line, -1 line 0 comments Download
A recipe_engine/test.py View 1 2 3 4 5 6 7 1 chunk +537 lines, -0 lines 2 comments Download
M recipes.py View 1 2 3 4 chunks +35 lines, -1 line 0 comments Download
M unittests/stdlib_test.py View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A unittests/test_test.py View 1 2 3 4 5 6 7 1 chunk +376 lines, -0 lines 0 comments Download

Messages

Total messages: 61 (43 generated)
iannucci
some high-level comments, this looks like a good start https://codereview.chromium.org/2721613004/diff/1/recipe_engine/post_process.py File recipe_engine/post_process.py (right): https://codereview.chromium.org/2721613004/diff/1/recipe_engine/post_process.py#newcode14 recipe_engine/post_process.py:14: ...
3 years, 9 months ago (2017-02-28 23:23:00 UTC) #6
tandrii(chromium)
https://codereview.chromium.org/2721613004/diff/1/recipe_engine/simulation_test_ng.py File recipe_engine/simulation_test_ng.py (right): https://codereview.chromium.org/2721613004/diff/1/recipe_engine/simulation_test_ng.py#newcode73 recipe_engine/simulation_test_ng.py:73: # TODO(phajdan.jr): Consider namedtuple instead. On 2017/02/28 23:22:59, iannucci ...
3 years, 9 months ago (2017-03-01 17:36:45 UTC) #8
Paweł Hajdan Jr.
PTAL. I don't consider this final review state yet. Once we get on the same ...
3 years, 9 months ago (2017-03-07 19:03:36 UTC) #14
tandrii(chromium)
https://codereview.chromium.org/2721613004/diff/1/recipe_engine/simulation_test_ng.py File recipe_engine/simulation_test_ng.py (right): https://codereview.chromium.org/2721613004/diff/1/recipe_engine/simulation_test_ng.py#newcode130 recipe_engine/simulation_test_ng.py:130: def _run_recipe(self): On 2017/03/07 19:03:36, Paweł Hajdan Jr. wrote: ...
3 years, 9 months ago (2017-03-07 19:11:39 UTC) #15
iannucci
https://codereview.chromium.org/2721613004/diff/20001/recipe_engine/test.py File recipe_engine/test.py (right): https://codereview.chromium.org/2721613004/diff/20001/recipe_engine/test.py#newcode193 recipe_engine/test.py:193: in self.test_data.post_process_hooks: I think you misunderstood me :). This ...
3 years, 9 months ago (2017-03-07 19:13:38 UTC) #16
Paweł Hajdan Jr.
PTAL (still not final review yet) https://codereview.chromium.org/2721613004/diff/20001/recipe_engine/test.py File recipe_engine/test.py (right): https://codereview.chromium.org/2721613004/diff/20001/recipe_engine/test.py#newcode193 recipe_engine/test.py:193: in self.test_data.post_process_hooks: On ...
3 years, 9 months ago (2017-03-07 22:53:02 UTC) #21
iannucci
On 2017/03/07 22:53:02, Paweł Hajdan Jr. wrote: > PTAL (still not final review yet) > ...
3 years, 9 months ago (2017-03-08 02:58:51 UTC) #22
iannucci
As requested in chat, I would like to formally indicate that I have no additional ...
3 years, 9 months ago (2017-03-08 09:21:45 UTC) #23
iannucci
https://codereview.chromium.org/2721613004/diff/60001/unittests/test_test.py File unittests/test_test.py (right): https://codereview.chromium.org/2721613004/diff/60001/unittests/test_test.py#newcode82 unittests/test_test.py:82: [{'name': '$result', 'recipe_result': None, 'status_code': 0}]) This invocation is ...
3 years, 9 months ago (2017-03-08 17:59:21 UTC) #28
iannucci
(the test cases you have so far look good though, if I understand them correctly)
3 years, 9 months ago (2017-03-08 17:59:43 UTC) #29
Paweł Hajdan Jr.
PTAL . I consider this now ready for final review.
3 years, 9 months ago (2017-03-09 20:58:03 UTC) #33
iannucci
lgtm w/ comments! https://codereview.chromium.org/2721613004/diff/80001/recipe_engine/test.py File recipe_engine/test.py (right): https://codereview.chromium.org/2721613004/diff/80001/recipe_engine/test.py#newcode74 recipe_engine/test.py:74: class TestFailure(object): wdyt about putting some ...
3 years, 9 months ago (2017-03-10 01:20:10 UTC) #36
Paweł Hajdan Jr.
https://codereview.chromium.org/2721613004/diff/80001/recipe_engine/test.py File recipe_engine/test.py (right): https://codereview.chromium.org/2721613004/diff/80001/recipe_engine/test.py#newcode74 recipe_engine/test.py:74: class TestFailure(object): On 2017/03/10 01:20:09, iannucci wrote: > wdyt ...
3 years, 9 months ago (2017-03-10 17:20:30 UTC) #49
iannucci
still lgtm though I would strongly advise re-using the recipewriter class instead of copypasting it, ...
3 years, 9 months ago (2017-03-10 18:14:33 UTC) #50
iannucci
lgtm https://codereview.chromium.org/2721613004/diff/140001/recipe_engine/test.py File recipe_engine/test.py (right): https://codereview.chromium.org/2721613004/diff/140001/recipe_engine/test.py#newcode309 recipe_engine/test.py:309: test_data) Isn't this in a different process? Does ...
3 years, 9 months ago (2017-03-10 20:32:30 UTC) #55
Paweł Hajdan Jr.
https://codereview.chromium.org/2721613004/diff/140001/recipe_engine/test.py File recipe_engine/test.py (right): https://codereview.chromium.org/2721613004/diff/140001/recipe_engine/test.py#newcode309 recipe_engine/test.py:309: test_data) On 2017/03/10 20:32:30, iannucci wrote: > Isn't this ...
3 years, 9 months ago (2017-03-10 20:34:10 UTC) #56
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/2721613004/140001
3 years, 9 months ago (2017-03-10 20:37:08 UTC) #58
commit-bot: I haz the power
3 years, 9 months ago (2017-03-10 20:40:08 UTC) #61
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://github.com/luci/recipes-py/commit/fcd30616c93ac4532e5cfa4324ba5cd18c8...

Powered by Google App Engine
This is Rietveld 408576698