summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_memusage.py
Commit message (Expand)AuthorAgeFilesLines
* Add SQL Server CI coverageMike Bayer2017-08-311-1/+1
* Isolate memory tests in forksMike Bayer2017-08-141-28/+83
* - try adding the prints back in and re-testMike Bayer2017-08-111-8/+8
* - take more print statements out, maybe this is notMike Bayer2017-08-101-8/+8
* - dont print samples, this appears like it may beMike Bayer2017-08-081-1/+6
* - allow the shrink phase for memusage to go until zeroed,Mike Bayer2017-08-081-3/+12
* Use baked lazyloading by defaultMike Bayer2017-04-131-1/+2
* - try one more test, then we're likely going to give up on cx_OracleMike Bayer2017-04-121-29/+30
* - move a few memusage tests out of "backend". something is up w/ cx_OracleMike Bayer2017-04-121-30/+35
* Warn on _compiled_cache growthMike Bayer2017-04-121-29/+25
* Don't cache savepoint identifiersMike Bayer2017-03-061-4/+46
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+2
* Deprecate Mapper.order_byMike Bayer2016-04-191-5/+3
* - Fixed a leak which would occur in the unsupported and highlyMike Bayer2014-11-131-0/+26
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-1/+1
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-311-0/+14
* - turn off the testing reaper here, that's the source of the leaksMike Bayer2014-08-081-12/+14
* - add support for tags, including include/exclude support.Mike Bayer2014-07-271-0/+1
* - fully flake8 test/aaa_profilingMike Bayer2014-07-091-110/+139
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-2/+2
* use integer division hereMike Bayer2014-03-261-1/+1
* - rework memusage tests so that it only runs five iterations at a time, if it...Mike Bayer2014-03-261-29/+47
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+1
* Improved support for the cymysql driver, supporting version 0.6.5,Mike Bayer2013-08-171-1/+2
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-261-0/+1
* - the raw 2to3 runMike Bayer2013-04-271-1/+1
* testing.crashes on cymysql >= 0.6Hajime Nakagami2013-04-201-1/+1
* skip with cymysql 0.6Hajime Nakagami2013-04-201-0/+1
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-1/+1
* - add workaround for sqlite memusage tests, so no longer need to count to 220...Mike Bayer2013-01-121-11/+26
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-2/+4
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+6
* -whitespace bonanza, contdMike Bayer2012-07-281-2/+2
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-46/+112
* - [removed] The legacy "mutable" system of theMike Bayer2012-04-231-48/+0
* - [bug] Fixed memory leak in core which wouldMike Bayer2012-03-101-0/+16
* - this helps oracle here since it has a panic attack otherwiseMike Bayer2011-04-251-1/+2
* mark all aaa_profiling tests with __requires__ = 'cpython',Mike Bayer2011-04-231-6/+2
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-7/+7
* - whitespace removal bonanzaMike Bayer2011-01-021-32/+32
* triple check that the dict is emptyMike Bayer2010-12-191-2/+5
* - system to cache the bind/result processors in a dialect-wide registry.Mike Bayer2010-12-131-1/+27
* - support for cdecimalMike Bayer2010-12-111-2/+2
* - merge default tipMike Bayer2010-12-051-1/+26
|\
| * fixed a small potential memory leak in UnicodeResultProcessor (for some weirdGaƫtan de Menten2010-11-271-1/+11
| * Remove unused import.Taavi Burns2010-11-201-1/+1
| * DecimalResultProcessor memory testing is likely to catch something only when ...Taavi Burns2010-11-201-0/+2
| * Shorter tests for [ticket:1978]Taavi Burns2010-11-191-33/+6
| * Fix memory leaks in the cprocessors DecimalResultProcessor, including tests. ...Taavi Burns2010-11-191-1/+41