macOS forge bot
macOS forge bot
_exarkun@…_ originally submitted this as _[ticket:835](https://trac.calendarserver.org/ticket/835)_ --- `ConnectionPool` has a `reactor` (class) attribute that initializes to the global reactor. It uses this for `IReactorThreads` (to thread the actual SQL execution)...
_exarkun@…_ originally submitted this as _[ticket:836](https://trac.calendarserver.org/ticket/836)_ --- This error happens when `ConnectionPool.connection` is called after `ConnectionPool.stopService` is called. No new connections are allowed when the pool is stopping (or stopped)....
_exarkun@…_ originally submitted this as _[ticket:840](https://trac.calendarserver.org/ticket/840)_ --- This example hangs indefinitely: ``` from twext.enterprise.adbapi2 import ConnectionPool from twisted.internet import reactor def connect(*args, **kw): raise NotImplementedError() pool = ConnectionPool(connect) connection =...
_jroweboy@…_ originally submitted this as _[ticket:812](https://trac.calendarserver.org/ticket/812)_ - **Owner:** @glyph --- Note: this is a bug that was previously discussed on the calendar server users list at https://lists.macosforge.org/pipermail/calendarserver-users/2013-July/002266.html When installing Calendar...