summaryrefslogtreecommitdiff
path: root/tests/db_pool_test.py
Commit message (Expand)AuthorAgeFilesLines
* external dependencies for six, monotonic, dnspythonnat-goodspeed2018-05-101-1/+1
* db_pool: proxy Connection.set_isolation_level()Sergey Shepelev2017-02-251-52/+53
* tests: Remove skipped testsJakub Stasiak2016-01-061-145/+1
* tests: db_pool: test .clear() updates .current_size GH-139Sergey Shepelev2014-12-211-42/+58
* PEP-8 fixesSergey Shepelev2014-08-271-6/+6
* tests: deprecated TestCase.assert_() -> assert keywordSergey Shepelev2014-07-161-15/+15
* db_pool: customizable connection cleanup function; Thanks to Avery FaySergey Shepelev2014-07-101-12/+63
* python3 compatibilitySergey Shepelev2014-04-241-30/+30
* pypy compatibilityJakub Stasiak2014-04-151-4/+5
* python3 compat fixesVictor Sergeyev2014-03-281-3/+4
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-7/+7
* tpool: proxy __enter__, __exit__ fixes BB-158; Thanks to Eric UrbanSergey Shepelev2013-10-021-3/+16
* db_pool: Fix pool.put() TypeError with min_size > 1; Thanks to Jessica QiSergey Shepelev2012-12-131-0/+28
* Fix db_pool .clear() when min_size > 0Sergey Shepelev2011-10-121-4/+10
* Integrated the dotfile auth lookup stuff with the new test.Ryan Williams2010-04-171-24/+2
* Reordered database droppage because the tests just got bitten by some old tes...Ryan Williams2010-02-261-2/+3
* Need to pop this.Ryan Williams2010-02-251-0/+1
* hide db_pool_test mysql failure crap unless os.environ.get("eventlet_test_mys...Tavis Rudd2010-02-241-4/+7
* fix the skip print notices in mysql_requirement so they are actually visible ...Tavis Rudd2010-02-241-60/+75
* Imported Timeout class from gevent, deprecated exc_after, replaced TimeoutErr...Ryan Williams2010-02-151-17/+17
* Using pid-named databases now, so that multiple tests running on the same mac...Ryan Williams2010-02-071-9/+20
* Tweaked db_pool tests so tpool tests aren't run alongside pyevent. Caught by...Ryan Williams2010-02-071-6/+5
* Extended tpool's autowrap functionality to use the name of the attribute, whi...Ryan Williams2010-02-061-66/+143
* Fixed a buncha things noticed during a code review.Ryan Williams2010-01-181-6/+7
* Renamed coros.event to coros.Event to be compatible with PEP-8 some more.Ryan Williams2009-12-161-5/+5
* Removed saranwrap as an option for making db connections nonblocking in db_po...Ryan Williams2009-12-151-23/+2
* Fixes to make tests pass on python2.4. The tricks to make with-statement stu...Ryan Williams2009-12-031-4/+4
* Added eventlet.green.OpenSSL to further rationalize our SSL support, carved o...Ryan Williams2009-11-271-2/+2
* Removed copyright headers from individual files, added LICENSE and AUTHORS fi...Ryan Williams2009-10-031-23/+2
* Added cool little debug mode to Hub which makes it easier to see why a partic...Ryan Williams2009-08-241-0/+1
* Moved some copy-and-paste test code into stdlib and did the monkeypatching th...Ryan Williams2009-08-241-18/+35
* Added @skipped decorator in tests, hopefully we don't use it too much. Repla...Ryan Williams2009-08-151-8/+15
* Renamed greentest to tests to be more standard.Ryan Williams2009-07-241-0/+547