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

Issue 1424693002: Add swarming support for IsolatedScriptTest. (Closed)

Created:
5 years, 1 month ago by nednguyen
Modified:
5 years, 1 month ago
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org, stip+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Add swarming support for IsolatedScriptTest. Implement SwarmingIsolatedScriptTest. R=phajdan.jr@chromium.org,kbr@chromium.org,sergiyb@chromium.org BUG=507796 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=297354

Patch Set 1 #

Patch Set 2 : Add idempotent TODO #

Total comments: 21

Patch Set 3 : Address Pawel's comments #

Total comments: 2

Patch Set 4 : Address Pawel's comment #

Messages

Total messages: 23 (6 generated)
nednguyen
Reviewers: I don't know how to actually test this, please teach me!
5 years, 1 month ago (2015-10-26 14:54:31 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424693002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424693002/20001
5 years, 1 month ago (2015-10-26 15:03:57 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-10-26 15:06:36 UTC) #5
Paweł Hajdan Jr.
https://codereview.chromium.org/1424693002/diff/20001/scripts/slave/recipe_modules/chromium_tests/steps.py File scripts/slave/recipe_modules/chromium_tests/steps.py (right): https://codereview.chromium.org/1424693002/diff/20001/scripts/slave/recipe_modules/chromium_tests/steps.py#newcode999 scripts/slave/recipe_modules/chromium_tests/steps.py:999: if suffix == 'without patch': # pragma: no cover ...
5 years, 1 month ago (2015-10-26 17:00:41 UTC) #6
Ken Russell (switch to Gerrit)
Couple of initial comments. https://codereview.chromium.org/1424693002/diff/20001/scripts/slave/recipe_modules/chromium_tests/steps.py File scripts/slave/recipe_modules/chromium_tests/steps.py (right): https://codereview.chromium.org/1424693002/diff/20001/scripts/slave/recipe_modules/chromium_tests/steps.py#newcode1014 scripts/slave/recipe_modules/chromium_tests/steps.py:1014: failures = ['%s (entire test ...
5 years, 1 month ago (2015-10-26 18:55:43 UTC) #7
Ken Russell (switch to Gerrit)
I defer to Pawel's and Sergiy's reviews. Overall the code seems fine, but I agree ...
5 years, 1 month ago (2015-10-26 21:35:13 UTC) #9
nednguyen
https://codereview.chromium.org/1424693002/diff/20001/scripts/slave/recipe_modules/chromium_tests/steps.py File scripts/slave/recipe_modules/chromium_tests/steps.py (right): https://codereview.chromium.org/1424693002/diff/20001/scripts/slave/recipe_modules/chromium_tests/steps.py#newcode999 scripts/slave/recipe_modules/chromium_tests/steps.py:999: if suffix == 'without patch': # pragma: no cover ...
5 years, 1 month ago (2015-10-27 00:54:29 UTC) #10
nednguyen
https://codereview.chromium.org/1424693002/diff/40001/scripts/slave/recipe_modules/swarming/api.py File scripts/slave/recipe_modules/swarming/api.py (right): https://codereview.chromium.org/1424693002/diff/40001/scripts/slave/recipe_modules/swarming/api.py#newcode350 scripts/slave/recipe_modules/swarming/api.py:350: idempotent=False, **kwargs): Pawel: changing the default of this from ...
5 years, 1 month ago (2015-10-27 00:58:09 UTC) #11
Paweł Hajdan Jr.
https://codereview.chromium.org/1424693002/diff/20001/scripts/slave/recipe_modules/chromium_tests/steps.py File scripts/slave/recipe_modules/chromium_tests/steps.py (right): https://codereview.chromium.org/1424693002/diff/20001/scripts/slave/recipe_modules/chromium_tests/steps.py#newcode999 scripts/slave/recipe_modules/chromium_tests/steps.py:999: if suffix == 'without patch': # pragma: no cover ...
5 years, 1 month ago (2015-10-27 11:12:52 UTC) #12
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/1424693002/diff/20001/scripts/slave/recipe_modules/chromium_tests/steps.py File scripts/slave/recipe_modules/chromium_tests/steps.py (right): https://codereview.chromium.org/1424693002/diff/20001/scripts/slave/recipe_modules/chromium_tests/steps.py#newcode1014 scripts/slave/recipe_modules/chromium_tests/steps.py:1014: failures = ['%s (entire test suite)' % self.name] On ...
5 years, 1 month ago (2015-10-27 12:55:56 UTC) #13
nednguyen
https://codereview.chromium.org/1424693002/diff/20001/scripts/slave/recipe_modules/chromium_tests/steps.py File scripts/slave/recipe_modules/chromium_tests/steps.py (right): https://codereview.chromium.org/1424693002/diff/20001/scripts/slave/recipe_modules/chromium_tests/steps.py#newcode999 scripts/slave/recipe_modules/chromium_tests/steps.py:999: if suffix == 'without patch': # pragma: no cover ...
5 years, 1 month ago (2015-10-27 16:36:48 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424693002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424693002/60001
5 years, 1 month ago (2015-10-27 16:37:31 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-10-27 16:43:31 UTC) #18
Ken Russell (switch to Gerrit)
Looks good from my standpoint.
5 years, 1 month ago (2015-10-27 16:52:45 UTC) #19
Paweł Hajdan Jr.
LGTM
5 years, 1 month ago (2015-10-28 13:21:40 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1424693002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1424693002/60001
5 years, 1 month ago (2015-10-28 13:22:00 UTC) #22
commit-bot: I haz the power
5 years, 1 month ago (2015-10-28 13:25:08 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=297354

Powered by Google App Engine
This is Rietveld 408576698