summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_memusage.py
Commit message (Expand)AuthorAgeFilesLines
* fix test suite warningsMike Bayer2023-05-091-5/+6
* ensure single import per lineMike Bayer2023-02-281-6/+6
* move more Session weakref tests to test_memusageMike Bayer2022-12-071-0/+167
* adjustments for unreliable gcMike Bayer2022-12-041-0/+54
* Try running pyupgrade on the codeFederico Caselli2022-11-161-1/+1
* perf improvements related to corresponding_column (2)Mike Bayer2022-11-151-2/+5
* Domain typeDavid Baumgold2022-06-211-10/+12
* maintain complete cloned_set for BindParameterMike Bayer2022-04-061-1/+8
* TableValuedAlias generation fixesMike Bayer2022-04-031-0/+13
* remove intermediary _is_clone_of entries when cloningMike Bayer2022-03-171-0/+13
* fix memusage test for 2.0Mike Bayer2022-02-141-1/+1
* replace test tags with pytest.markMike Bayer2022-01-251-4/+3
* repair broken truediv test suite; memusageMike Bayer2022-01-201-2/+2
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-1/+3
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-1/+1
* Replace raise_ with raise fromFederico Caselli2021-12-271-14/+0
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-1/+1
* Remove object in class definitionFederico Caselli2021-11-221-12/+12
* removals: all unicode encoding / decodingMike Bayer2021-11-101-9/+0
* 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