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

Issue 6598087: Fix parallelization of multiple solutions. (Closed)

Created:
9 years, 9 months ago by M-A Ruel
Modified:
9 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Fix parallelization of multiple solutions once for all. Verify correctness with a unit test written explicitly to verify all corner cases. BUG=60725 TEST=new unit test Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99234

Patch Set 1 #

Patch Set 2 : rebased against HEAD #

Patch Set 3 : Fix the issue once for real #

Total comments: 6

Patch Set 4 : Address review comments #

Total comments: 3

Patch Set 5 : Address review comments #

Patch Set 6 : Fix for python2.5 (verified) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -23 lines) Patch
M gclient.py View 1 2 3 4 4 chunks +54 lines, -15 lines 0 comments Download
M tests/gclient_test.py View 1 2 3 4 5 5 chunks +32 lines, -8 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
M-A Ruel
9 years, 3 months ago (2011-08-30 16:51:05 UTC) #1
M-A Ruel
Dependent on http://codereview.chromium.org/7773001
9 years, 3 months ago (2011-08-30 16:54:13 UTC) #2
Dirk Pranke
http://codereview.chromium.org/6598087/diff/4001/gclient.py File gclient.py (right): http://codereview.chromium.org/6598087/diff/4001/gclient.py#newcode200 gclient.py:200: if self.parent and self.parent.parent: I'm a little lost here. ...
9 years, 3 months ago (2011-08-30 21:09:36 UTC) #3
M-A Ruel
http://codereview.chromium.org/6598087/diff/4001/gclient.py File gclient.py (right): http://codereview.chromium.org/6598087/diff/4001/gclient.py#newcode200 gclient.py:200: if self.parent and self.parent.parent: On 2011/08/30 21:09:36, Dirk Pranke ...
9 years, 3 months ago (2011-09-01 16:17:36 UTC) #4
Dirk Pranke
LGTM with nits. http://codereview.chromium.org/6598087/diff/9001/gclient.py File gclient.py (right): http://codereview.chromium.org/6598087/diff/9001/gclient.py#newcode198 gclient.py:198: # For a tree with at ...
9 years, 3 months ago (2011-09-01 18:58:32 UTC) #5
M-A Ruel
Treeee! http://codereview.chromium.org/6598087/diff/9001/gclient.py File gclient.py (right): http://codereview.chromium.org/6598087/diff/9001/gclient.py#newcode204 gclient.py:204: # value. > 2011/09/01 18:58:32, Dirk Pranke wrote: ...
9 years, 3 months ago (2011-09-01 19:06:21 UTC) #6
commit-bot: I haz the power
Can't apply patch for file depot_tools/git_cl/tests/gclient_test.py. While running patch -p1 --forward --force; A depot_tools/git_cl/tests patching ...
9 years, 3 months ago (2011-09-01 19:07:02 UTC) #7
M-A Ruel
On 2011/09/01 19:07:02, I haz the power (commit-bot) wrote: > Can't apply patch for file ...
9 years, 3 months ago (2011-09-01 19:14:17 UTC) #8
commit-bot: I haz the power
Presubmit check for 6598087-14001 failed and returned exit status -2001. The presubmit check was hung. ...
9 years, 3 months ago (2011-09-01 19:21:56 UTC) #9
commit-bot: I haz the power
Presubmit check for 6598087-14001 failed and returned exit status 1. Running presubmit commit checks ...
9 years, 3 months ago (2011-09-01 19:38:57 UTC) #10
M-A Ruel
9 years, 3 months ago (2011-09-01 20:01:23 UTC) #11
On 2011/09/01 19:38:57, I haz the power (commit-bot) wrote:
> ...

assertGreater() is not present on python <2.7. Fixed.

I'll send a separate change for GitWrapperTestCase. It has always been flaky.

Powered by Google App Engine
This is Rietveld 408576698