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

Unified Diff: infra/libs/buildbot/master.py

Issue 1116583002: Add connection breakage. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | infra/libs/buildbot/test/master_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/libs/buildbot/master.py
diff --git a/infra/libs/buildbot/master.py b/infra/libs/buildbot/master.py
index fa2ce822b2a86698ff65673d6044b94c9c462ac6..34638f5a316cfe918e63fbf3cf01daef6a0e7bbe 100644
--- a/infra/libs/buildbot/master.py
+++ b/infra/libs/buildbot/master.py
@@ -143,6 +143,8 @@ def get_accepting_builds(directory, timeout=30):
pass
except requests.exceptions.Timeout:
M-A Ruel 2015/04/29 17:25:07 except (requests.exceptions.ConnectionError, reque
ghost stip (do not use) 2015/04/29 20:48:59 Done.
pass
+ except requests.exceptions.ConnectionError:
+ pass
return None
« no previous file with comments | « no previous file | infra/libs/buildbot/test/master_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698