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

Issue 2451213004: build_scan: Raise ValueError on URL fetch error (Closed)

Created:
4 years, 1 month ago by martiniss
Modified:
4 years, 1 month ago
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

build_scan: Raise ValueError on URL fetch error When url fetches error, they raise a URLError, which apparently has a SSLContext object contained in them, which can't be pickled. This seems to break gatekeeper, because it uses multiprocessing, and python doesn't know how to pickle SSLContext objects. BUG=653262 Committed: https://chromium.googlesource.com/chromium/tools/build/+/6e390490ae0e00dcb1f058f30a61dde88cb55626

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -4 lines) Patch
M scripts/slave/build_scan.py View 1 1 chunk +13 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (4 generated)
martiniss
PTAL
4 years, 1 month ago (2016-10-27 22:54:56 UTC) #2
ghost stip (do not use)
lgtm w/ comment https://codereview.chromium.org/2451213004/diff/1/scripts/slave/build_scan.py File scripts/slave/build_scan.py (right): https://codereview.chromium.org/2451213004/diff/1/scripts/slave/build_scan.py#newcode249 scripts/slave/build_scan.py:249: msg = "URL Fetch timed out: ...
4 years, 1 month ago (2016-10-27 23:41:19 UTC) #3
martiniss
Done https://codereview.chromium.org/2451213004/diff/1/scripts/slave/build_scan.py File scripts/slave/build_scan.py (right): https://codereview.chromium.org/2451213004/diff/1/scripts/slave/build_scan.py#newcode249 scripts/slave/build_scan.py:249: msg = "URL Fetch timed out: %s" % ...
4 years, 1 month ago (2016-10-27 23:44:04 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2451213004/20001
4 years, 1 month ago (2016-10-27 23:44:12 UTC) #7
commit-bot: I haz the power
4 years, 1 month ago (2016-10-27 23:54:09 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/tools/build/+/6e390490ae0e00dcb1f0...

Powered by Google App Engine
This is Rietveld 408576698