macOS forge bot

Results 44 issues of 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)...

P4: Nice to have
Other
Enhancement

_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)....

P3: Important
Other
Defect

_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 =...

P3: Important
Other
Defect

_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...

P2: Expected
Crash/data loss
Defect