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

Issue 2064033002: [Findit] Fix 'Trigger same task twice' error. (Closed)

Created:
4 years, 6 months ago by chanli
Modified:
4 years, 6 months ago
Reviewers:
stgao, lijeffrey
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

[Findit] Fix 'Trigger same task twice' error. There are duplicated test names in all_tests which leads to this error. Fix this issue by only include one test in requested_tests_to_run with the same name as each step_name in requested_tests. BUG=619776 Committed: https://chromium.googlesource.com/chromium/tools/build/+/2d0bb0f0e5b807f94d71140320d5b8b9de5a6408

Patch Set 1 #

Total comments: 1

Patch Set 2 : . #

Patch Set 3 : Delete unused code. #

Patch Set 4 : . #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M scripts/slave/recipes/findit/chromium/test.py View 1 2 3 1 chunk +7 lines, -3 lines 1 comment Download

Messages

Total messages: 11 (3 generated)
chanli
ptal
4 years, 6 months ago (2016-06-14 00:53:49 UTC) #1
chanli
ptal
4 years, 6 months ago (2016-06-14 23:13:28 UTC) #3
stgao
https://codereview.chromium.org/2064033002/diff/1/scripts/slave/recipes/findit/chromium/test.py File scripts/slave/recipes/findit/chromium/test.py (right): https://codereview.chromium.org/2064033002/diff/1/scripts/slave/recipes/findit/chromium/test.py#newcode103 scripts/slave/recipes/findit/chromium/test.py:103: _check_and_remove_test_name(requested_test_names, test.name)] This fix might cause issue. Each test ...
4 years, 6 months ago (2016-06-14 23:40:06 UTC) #4
chanli
ptal
4 years, 6 months ago (2016-06-15 03:29:31 UTC) #5
stgao
https://codereview.chromium.org/2064033002/diff/60001/scripts/slave/recipes/findit/chromium/test.py File scripts/slave/recipes/findit/chromium/test.py (right): https://codereview.chromium.org/2064033002/diff/60001/scripts/slave/recipes/findit/chromium/test.py#newcode93 scripts/slave/recipes/findit/chromium/test.py:93: all_tests, _ = api.chromium_tests.get_tests(bot_config, bot_db) double check: without change ...
4 years, 6 months ago (2016-06-15 05:22:15 UTC) #6
stgao
As discussed offline, the fix should work. lgtm
4 years, 6 months ago (2016-06-15 23:20:30 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2064033002/60001
4 years, 6 months ago (2016-06-15 23:20:45 UTC) #9
commit-bot: I haz the power
4 years, 6 months ago (2016-06-15 23:24:21 UTC) #11
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/tools/build/+/2d0bb0f0e5b807f94d71...

Powered by Google App Engine
This is Rietveld 408576698