summaryrefslogtreecommitdiff
path: root/test/engine/test_pool.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize testsGord Thompson2021-07-031-1/+2
* Propagate asyncio flag from the dialect to selected pool classesFederico Caselli2021-06-081-1/+35
* Add new "sync once" mode for pool.connectMike Bayer2021-04-211-1/+16
* Add support for aiosqliteFederico Caselli2021-03-241-1/+16
* Replace reset_agent with direct call from connectionMike Bayer2021-03-061-86/+0
* Fix a couple of bugs in the asyncio implementationFederico Caselli2021-01-211-12/+14
* Create explicit GC ordering between ConnectionFairy/ConnectionRecordMike Bayer2021-01-151-8/+2
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-10/+47
* remove more bound metadataMike Bayer2021-01-051-1/+1
* QueuePool: support subsecond timeoutJordan Pittier2020-11-211-0/+12
* Support pool.connect() event firing before all elseMike Bayer2020-11-191-0/+20
* Revert "Use monotonic time for pool age measurement"Mike Bayer2020-10-071-1/+1
* Use monotonic time for pool age measurementMike Bayer2020-10-071-1/+1
* add --notimingintensive; block from github jobsMike Bayer2020-10-071-2/+1
* Enable pypy tests on github workflowFederico Caselli2020-10-021-0/+1
* Pass all pool parameters in recreate()Mike Bayer2020-09-141-1/+56
* 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