summaryrefslogtreecommitdiff
path: root/test/engine/test_pool.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-1/+1
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-6/+6
* Add an extra step to pool test_syncMike Bayer2020-06-271-0/+16
* Assert reset agent always set correctly and is activeMike Bayer2020-05-131-0/+4
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-1/+2
* Do away with pool._refsMike Bayer2020-02-011-5/+7
* Use context managers for threading.Lock()Heckad2020-01-031-4/+1
* Note time passage requirement for pool.invalidate()Mike Bayer2019-12-271-1/+16
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-2/+0
* Restore use_threadlocal equivalent behavior to SingletonThreadPoolMike Bayer2019-04-031-0/+25
* Loosen SingletonThreadPoolTestMike Bayer2019-03-061-1/+4
* run a black runMike Bayer2019-03-051-2/+1
* Merge "Provide public accessor for Pool.timeout()."mike bayer2019-01-241-0/+6
|\
| * Provide public accessor for Pool.timeout().Irina Delamare2019-01-241-0/+6
* | Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-424/+0
|/
* use ..deprecated directive w/ version in all casesMike Bayer2019-01-111-2/+8
* Post black reformattingMike Bayer2019-01-061-9/+20
* Run black -l 79 against all source filesMike Bayer2019-01-061-284/+263
* Add LIFO for connection poolingTaem Park2018-09-181-0/+77
* Refactor pool.py into a packageMike Bayer2018-07-091-1/+1
* Prevent double-checkins and guard during reset-on-return invalidationsMike Bayer2018-05-151-0/+34
* Invalidate on failed connect handlerMike Bayer2018-03-281-0/+29
* Ensure weakref finalize_fairy operates upon the current connectionMike Bayer2018-02-081-0/+34
* Disable the singletonthreadpool test cleanup no gcMike Bayer2018-01-091-4/+10
* - 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