summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_memusage.py
Commit message (Expand)AuthorAgeFilesLines
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-19/+0
* warnings: session.autocommit, subtransactionsMike Bayer2021-10-291-4/+3
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-26/+52
* remove declarative warningsMike Bayer2021-09-291-2/+1
* warn or deprecate for auto-aliasing in joinsMike Bayer2021-09-281-1/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Use Py_TPFLAGS_HAVE_GC for RowMike Bayer2021-06-241-0/+19
* repair test for mysqlMike Bayer2021-04-211-3/+5
* test fixes from non-gerrit buildsMike Bayer2021-04-151-14/+11
* Use class-local metadata for declarative baseMike Bayer2021-03-241-1/+1
* Adjust derivation rules for table vs. subquery against a joinMike Bayer2021-03-231-1/+1
* reorganize mapper compile/teardown under registryMike Bayer2021-02-011-3/+1
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-2/+2
* remove more bound metadataMike Bayer2021-01-051-25/+26
* remove metadata.bind use from test suiteMike Bayer2021-01-031-32/+32
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-1/+1
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-67/+62
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-10/+10
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-3/+59
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-4/+29
* Convert execution to move through SessionMike Bayer2020-05-251-2/+4
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-65/+73
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-0/+65
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-6/+9
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-1/+2
* Ensure all nested exception throws have a causeMike Bayer2020-03-021-0/+14
* Merge "Fix QueryContext ref cycle on joinedload"mike bayer2020-01-071-0/+15
|\
| * Fix QueryContext ref cycle on joinedloadCarson Ip2020-01-041-0/+15
* | Implement explicit autobegin step for SessionMike Bayer2020-01-031-0/+45
|/
* Test for short term reference cycles and resolve as many as possibleMike Bayer2019-12-301-0/+391
* Disallow memory tests from running on WindowsMike Bayer2019-10-241-1/+1
* Implement facade for pytest parametrize, fixtures, classlevelMike Bayer2019-10-201-1/+1
* Run row value processors up frontMike Bayer2019-10-011-1/+13
* Fix typosMin ho Kim2019-07-211-1/+1
* SelectBase no longer a FromClauseMike Bayer2019-07-061-2/+50
* Add option for "sparse" backend tests and apply to memusageMike Bayer2019-06-201-1/+1
* Enable F841Mike Bayer2019-06-201-1/+1
* Improve support for with_polymorphic in mapper optionsMike Bayer2019-02-041-2/+9
* Implement relationship to AliasedClass; deprecate non primary mappersMike Bayer2019-01-251-8/+2
* Post black reformattingMike Bayer2019-01-061-28/+30
* Run black -l 79 against all source filesMike Bayer2019-01-061-222/+350
* 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