summaryrefslogtreecommitdiff
path: root/test/engine/test_pool.py
Commit message (Expand)AuthorAgeFilesLines
* - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynorMike Bayer2013-09-221-1/+0
* try seeing if just clearing this ahead of time helpsMike Bayer2013-07-271-0/+1
* further tweakingMike Bayer2013-07-131-3/+2
* fix the scoping hereMike Bayer2013-07-131-2/+4
* Fixed bug where :class:`.QueuePool` would lose the correctMike Bayer2013-07-041-1/+50
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-021-3/+4
* mark the tests that seem to be segfauling py3k+coverage so that we can exclud...Mike Bayer2013-06-301-0/+7
* - replace most explicitly-named test objects called "Mock..." withMike Bayer2013-06-301-64/+85
* Preserve reset_on_return when recreating a Pool.pr/6Eevee2013-06-101-1/+2
* merge defaultMike Bayer2013-05-051-17/+20
|\
| * - cleanupMike Bayer2013-05-051-17/+20
* | - the raw 2to3 runMike Bayer2013-04-271-15/+15
|/
* - recognize that do_rollback() and do_commit() work with a DBAPI connection,Mike Bayer2012-11-221-5/+73
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* - add req's for predictable gcMike Bayer2012-09-051-0/+2
* - [feature] Added support for .info dictionary argument toMike Bayer2012-08-241-1/+1
* try to loosen the times up here to reduce failures due to latencyMike Bayer2012-07-171-18/+18
* notify_all workaround for 2.5Mike Bayer2012-06-251-0/+1
* - change notify to notify_all() so all waiters exit immediately,Mike Bayer2012-06-251-6/+39
* - [bug] Fixed bug wherebyMike Bayer2012-06-221-0/+63
* ensure sa_pool_key isn't passed to connectMike Bayer2011-09-211-0/+15
* - The recreate() method in all pool classes usesMike Bayer2011-08-141-1/+2
* - hardcore force every connection into a strong-referenced set, rollback on e...Mike Bayer2011-04-251-3/+4
* - The "pool.manage" feature doesn't use pickleMike Bayer2011-04-051-14/+15
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-2/+3
* - Fixed bug in QueuePool, SingletonThreadPool wherebyMike Bayer2011-03-221-1/+47
* - Fixed AssertionPool regression bug. A replacement of finalizeMike Bayer2011-03-161-1/+19
* - whitespace removal bonanzaMike Bayer2011-01-021-47/+47
* - removes the "on_" prefix.Mike Bayer2010-12-301-28/+28
* - they don't want "on_". First step, change the naming convention on EventsMike Bayer2010-12-301-1/+1
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-11/+11
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-3/+3
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
* | - SessionEvents is on board and the event model is done, can start building 0...Mike Bayer2010-11-141-2/+32
* | - pool event tests that don't depend on deprecated listener system,Mike Bayer2010-11-141-101/+228
* | - basic docsMike Bayer2010-11-091-0/+30
* | dingMike Bayer2010-11-071-3/+3
* | merge tipMike Bayer2010-10-021-1/+1
|\ \ | |/
| * - *Major* cleanup / modernization of the InformixMike Bayer2010-10-011-1/+1
* | merge from tipMike Bayer2010-09-031-1/+1
|\ \ | |/
| * - replaced all self.__connection.is_valid withMike Bayer2010-08-261-1/+1
* | - reorganize events into cls->dispatch, which is an instance of _Dispatch.Mike Bayer2010-08-101-7/+7
* | working with how this will be documented and having some probs with sphinxMike Bayer2010-08-091-4/+4
* | - pretty much all tests passing, maybe some callcounts are offMike Bayer2010-07-251-13/+12
|/
* Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve...Mike Bayer2010-07-111-74/+84
* - StaticPool now initializes, disposes and recreates withoutMike Bayer2010-03-191-0/+19
* fix the timeout test once and for allMike Bayer2010-03-131-4/+5
* fix last commitPhilip Jenvey2010-03-081-1/+1
* small cleanupPhilip Jenvey2010-03-081-1/+1
* there we go, that was the stupid gc bugMike Bayer2010-03-011-0/+2