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

Issue 697713003: Aborting bisect early when the bug specified in the bisect config is closed. (Closed)

Created:
6 years, 1 month ago by RobertoCN
Modified:
6 years, 1 month ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Aborting bisect early when the bug specified in the bisect config is closed. Also, renaming valid_params and valid_parameters when validating bisect options to required_params and required_parameters respectively to better reflect what they actually are. Fixing some runtime errors introduced by the refactoring to use ArgsParser instead of OptionsParser. BUG=424688 Committed: https://crrev.com/b20bc1fcb69905c2edd73e690b0b6ec58e658ec0 Cr-Commit-Position: refs/heads/master@{#302468}

Patch Set 1 #

Total comments: 22

Patch Set 2 : Addressing comments and rebasing #

Total comments: 4

Patch Set 3 : Removing type=str since it's the default and rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+553 lines, -13 lines) Patch
M tools/auto_bisect/bisect_perf_regression.py View 1 2 7 chunks +29 lines, -4 lines 0 comments Download
M tools/auto_bisect/bisect_printer.py View 3 chunks +34 lines, -0 lines 0 comments Download
M tools/auto_bisect/bisect_results.py View 2 chunks +3 lines, -2 lines 0 comments Download
A tools/auto_bisect/query_crbug.py View 1 1 chunk +78 lines, -0 lines 0 comments Download
A tools/auto_bisect/query_crbug_test.py View 1 1 chunk +82 lines, -0 lines 0 comments Download
A tools/auto_bisect/test_data/closed.json View 1 chunk +140 lines, -0 lines 0 comments Download
A tools/auto_bisect/test_data/open.json View 1 chunk +174 lines, -0 lines 0 comments Download
M tools/run-bisect-perf-regression.py View 1 2 6 chunks +13 lines, -7 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
RobertoCN
WDYT
6 years, 1 month ago (2014-10-31 23:54:54 UTC) #2
qyearsley
On 2014/10/31 23:54:54, robertocn wrote: > WDYT Looks good in general; Some style comments. Regarding ...
6 years, 1 month ago (2014-11-01 16:56:49 UTC) #3
qyearsley
https://codereview.chromium.org/697713003/diff/1/tools/auto_bisect/crbug_query.py File tools/auto_bisect/crbug_query.py (right): https://codereview.chromium.org/697713003/diff/1/tools/auto_bisect/crbug_query.py#newcode24 tools/auto_bisect/crbug_query.py:24: def querySingleIssue(issueId, urlTemplate=SINGLE_ISSUE_URL): Chromium style: - Function and method ...
6 years, 1 month ago (2014-11-01 16:56:57 UTC) #4
RobertoCN
Addressed comments. Looking better now? https://codereview.chromium.org/697713003/diff/1/tools/auto_bisect/crbug_query.py File tools/auto_bisect/crbug_query.py (right): https://codereview.chromium.org/697713003/diff/1/tools/auto_bisect/crbug_query.py#newcode24 tools/auto_bisect/crbug_query.py:24: def querySingleIssue(issueId, urlTemplate=SINGLE_ISSUE_URL): On ...
6 years, 1 month ago (2014-11-02 07:48:35 UTC) #5
RobertoCN
Sergiy, could you please take a look too? Specifically I'd like you to review the ...
6 years, 1 month ago (2014-11-02 21:03:08 UTC) #6
Sergiy Byelozyorov
Oops. Sorry for breaking it. I'll write some integration tests for it in my next ...
6 years, 1 month ago (2014-11-03 13:42:00 UTC) #7
qyearsley
LGTM now :-) I copied your changes to BisectOptions in http://crrev.com/302414, so now when you ...
6 years, 1 month ago (2014-11-03 17:23:41 UTC) #8
prasadv
lgtm
6 years, 1 month ago (2014-11-03 17:48:12 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/697713003/40001
6 years, 1 month ago (2014-11-03 19:08:23 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
6 years, 1 month ago (2014-11-03 19:50:38 UTC) #12
commit-bot: I haz the power
6 years, 1 month ago (2014-11-03 19:51:16 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/b20bc1fcb69905c2edd73e690b0b6ec58e658ec0
Cr-Commit-Position: refs/heads/master@{#302468}

Powered by Google App Engine
This is Rietveld 408576698