summaryrefslogtreecommitdiff
path: root/test/engine/test_pool.py
Commit message (Expand)AuthorAgeFilesLines
* fix test suite warningsMike Bayer2023-05-091-0/+5
* do not return asyncio connections to the pool under gcMike Bayer2023-02-061-23/+60
* catch all BaseException in pool and revert failed checkoutsMike Bayer2022-12-131-12/+50
* Try running pyupgrade on the codeFederico Caselli2022-11-161-3/+3
* ensure pool.reset event always called for resetMike Bayer2022-10-301-1/+132
* Ignore max_overflow when pool_size is 0Federico Caselli2022-09-151-0/+10
* Merge "integrate connection.terminate() for supporting dialects" into mainmike bayer2022-08-241-5/+15
|\
| * integrate connection.terminate() for supporting dialectsMike Bayer2022-08-241-5/+15
* | fix mock issue in pool testMike Bayer2022-08-241-0/+1
|/
* deprecate .connection on _ConnectionFairy, _ConnectionRecordMike Bayer2022-05-221-19/+0
* pep 484 for typesMike Bayer2022-03-191-1/+1
* pep-484 for poolMike Bayer2022-02-171-2/+3
* dont use exception catches for warnings; modernize xdist detectionMike Bayer2022-01-221-2/+2
* remove dbapi_proxy moduleMike Bayer2022-01-141-5/+0
* Clean up most py3k compatFederico Caselli2021-11-241-4/+4
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* First round of removal of python 2Federico Caselli2021-11-011-2/+2
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-64/+132
* 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