summaryrefslogtreecommitdiff
path: root/test/engine/test_pool.py
Commit message (Expand)AuthorAgeFilesLines
* - keep trying to identify the race here. can reproduce locallyMike Bayer2017-04-271-11/+11
* - try to work around a race that can occur in STP whenMike Bayer2017-04-271-2/+11
* Spelling fixesVille Skyttä2016-10-081-1/+1
* Additions to support HAAlchemy pluginMike Bayer2016-09-161-0/+75
* - dont use id() to test identity as these can be recycledMike Bayer2016-06-151-12/+14
* - flake8Mike Bayer2016-06-151-106/+128
* - use a mock here, do away with timing problems for good. need to do thisMike Bayer2016-06-021-12/+18
* - Added connection pool events :meth:`ConnectionEvents.close`,Mike Bayer2016-03-251-0/+60
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-221-1/+94
* - Fixed bug where in the case that a pool checkout event handler is usedMike Bayer2015-05-141-17/+48
* - revise the last commit with a more traditional approachMike Bayer2015-04-301-6/+1
* - work the wrapping of the "creator" to be as resilient toMike Bayer2015-04-301-0/+55
* - New features added to support engine/pool plugins with advancedMike Bayer2015-04-301-2/+96
* Merge remote-tracking branch 'origin/pr/163' into pr163Mike Bayer2015-04-121-12/+64
|\
| * PEP8 cleanup in /test/enginepr/163Eric Streeper2015-03-201-12/+64
* | - add some teardown for connections that are held open after testsMike Bayer2015-04-081-6/+18
|/
* - take out the iterator approach here as it does not support concurrent accessMike Bayer2014-08-071-8/+9
* - ensure all tests are named test_*Mike Bayer2014-07-301-4/+5
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-5/+13
* - more pg8000 tests passingMike Bayer2014-07-251-1/+1
* - work on fixing some race-condition failures:Mike Bayer2014-03-261-4/+5
* take out accidental PG dialect use hereMike Bayer2014-03-241-1/+1
* - A major improvement made to the mechanics by which the :class:`.Engine`Mike Bayer2014-03-221-10/+93
* - Fixed a critical regression caused by :ticket:`2880` where the newlyMike Bayer2014-02-191-0/+38
* - :class:`.Connection` now associates a newMike Bayer2014-01-121-0/+90
* - add new event PoolEvents.invalidate(). allows interception of invalidationMike Bayer2014-01-121-0/+32
* - The :class:`.QueuePool` has been enhanced to not block new connectionMike Bayer2013-12-061-0/+82
* - Made a slight adjustment to the logic which waits for a pooledMike Bayer2013-12-061-6/+13
* make sure thread.join() is used completely hereMike Bayer2013-11-301-4/+8
* - apply a timeout to all join() calls for test_poolMike Bayer2013-11-171-5/+10
* try to get this to pass on slow environmnetsMike Bayer2013-10-211-1/+1
* - 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