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

Issue 8890072: Yet another fix for concurrent calls to expand.exe. (Closed)

Created:
9 years ago by grt (UTC plus 2)
Modified:
9 years ago
CC:
chromium-reviews
Visibility:
Public.

Description

Yet another fix for concurrent calls to expand.exe. This time, try doing the work in uniquely named temp directories rather than blocking. BUG=107291 TEST=Watch for build failures while extracting d3dx9_43.dll, D3DCompiler_43.dll, or xinput1_3.dll. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114290

Patch Set 1 : . #

Total comments: 3

Patch Set 2 : . #

Total comments: 6

Patch Set 3 : use shutil.rmtree #

Patch Set 4 : removed TEMP/TMP override #

Total comments: 3

Patch Set 5 : ToT sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -24 lines) Patch
M build/extract_from_cab.py View 1 2 3 2 chunks +21 lines, -24 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
grt (UTC plus 2)
Gang: Please take a look at this new attempt to make cab extraction reliable. I ...
9 years ago (2011-12-13 05:29:55 UTC) #1
apatrick_chromium
This looks much better. Thanks. I don't have python readability either. I'll leave that to ...
9 years ago (2011-12-13 19:17:09 UTC) #2
grt (UTC plus 2)
Thanks for the review. http://codereview.chromium.org/8890072/diff/2001/build/extract_from_cab.py File build/extract_from_cab.py (right): http://codereview.chromium.org/8890072/diff/2001/build/extract_from_cab.py#newcode39 build/extract_from_cab.py:39: # paving over any preexsing ...
9 years ago (2011-12-13 19:25:13 UTC) #3
M-A Ruel
http://codereview.chromium.org/8890072/diff/6001/build/extract_from_cab.py File build/extract_from_cab.py (right): http://codereview.chromium.org/8890072/diff/6001/build/extract_from_cab.py#newcode31 build/extract_from_cab.py:31: subprocess_env['TEMP'] = temp_dir Can you pinpoint which of the ...
9 years ago (2011-12-13 19:35:54 UTC) #4
grt (UTC plus 2)
maruel: PTAL, thanks. http://codereview.chromium.org/8890072/diff/6001/build/extract_from_cab.py File build/extract_from_cab.py (right): http://codereview.chromium.org/8890072/diff/6001/build/extract_from_cab.py#newcode31 build/extract_from_cab.py:31: subprocess_env['TEMP'] = temp_dir On 2011/12/13 19:35:54, ...
9 years ago (2011-12-13 19:47:24 UTC) #5
M-A Ruel
http://codereview.chromium.org/8890072/diff/6001/build/extract_from_cab.py File build/extract_from_cab.py (right): http://codereview.chromium.org/8890072/diff/6001/build/extract_from_cab.py#newcode31 build/extract_from_cab.py:31: subprocess_env['TEMP'] = temp_dir On 2011/12/13 19:47:24, grt wrote: > ...
9 years ago (2011-12-13 19:51:35 UTC) #6
grt (UTC plus 2)
Thanks; PTAL. http://codereview.chromium.org/8890072/diff/6001/build/extract_from_cab.py File build/extract_from_cab.py (right): http://codereview.chromium.org/8890072/diff/6001/build/extract_from_cab.py#newcode31 build/extract_from_cab.py:31: subprocess_env['TEMP'] = temp_dir On 2011/12/13 19:51:35, Marc-Antoine ...
9 years ago (2011-12-13 20:06:43 UTC) #7
M-A Ruel
lgtm http://codereview.chromium.org/8890072/diff/7002/build/extract_from_cab.py File build/extract_from_cab.py (right): http://codereview.chromium.org/8890072/diff/7002/build/extract_from_cab.py#newcode39 build/extract_from_cab.py:39: pass Can you add a warning print out ...
9 years ago (2011-12-13 20:17:10 UTC) #8
grt (UTC plus 2)
http://codereview.chromium.org/8890072/diff/7002/build/extract_from_cab.py File build/extract_from_cab.py (right): http://codereview.chromium.org/8890072/diff/7002/build/extract_from_cab.py#newcode39 build/extract_from_cab.py:39: pass On 2011/12/13 20:17:10, Marc-Antoine Ruel wrote: > Can ...
9 years ago (2011-12-13 20:25:48 UTC) #9
M-A Ruel
http://codereview.chromium.org/8890072/diff/7002/build/extract_from_cab.py File build/extract_from_cab.py (right): http://codereview.chromium.org/8890072/diff/7002/build/extract_from_cab.py#newcode39 build/extract_from_cab.py:39: pass On 2011/12/13 20:25:48, grt wrote: > On 2011/12/13 ...
9 years ago (2011-12-13 20:26:46 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grt@chromium.org/8890072/7
9 years ago (2011-12-13 20:38:26 UTC) #11
commit-bot: I haz the power
9 years ago (2011-12-13 22:20:53 UTC) #12
Change committed as 114290

Powered by Google App Engine
This is Rietveld 408576698