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

Unified Diff: third_party/buildbot_8_4p1/buildbot/master.py

Issue 2102003003: Revert "Fix masters_test presubmit_tests by using serialized sqlite access." (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@buildbot-retry-concurrent
Patch Set: Created 4 years, 6 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 | « third_party/buildbot_8_4p1/buildbot/db/enginestrategy.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/buildbot_8_4p1/buildbot/master.py
diff --git a/third_party/buildbot_8_4p1/buildbot/master.py b/third_party/buildbot_8_4p1/buildbot/master.py
index 4b322eebeaed284fd029ea935c3240b1373208c6..49af4114165f43b312621ea513dde28de1d56e3f 100644
--- a/third_party/buildbot_8_4p1/buildbot/master.py
+++ b/third_party/buildbot_8_4p1/buildbot/master.py
@@ -308,8 +308,7 @@ class BuildMaster(service.MultiService):
#change_source = config['change_source']
# optional
- db_url = config.get("db_url",
- "sqlite:///state.sqlite?serialize_access=1")
+ db_url = config.get("db_url", "sqlite:///state.sqlite")
db_poll_interval = config.get("db_poll_interval", None)
debugPassword = config.get('debugPassword')
manhole = config.get('manhole')
« no previous file with comments | « third_party/buildbot_8_4p1/buildbot/db/enginestrategy.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698