summaryrefslogtreecommitdiff
path: root/test/orm/memusage.py
Commit message (Expand)AuthorAgeFilesLines
* move memusage to the isolation chamberrel_0_5_0Mike Bayer2009-01-061-352/+0
* - identity_map._mutable_attrs is a plain dict since we manage weakref removal...Mike Bayer2008-10-021-3/+50
* re-enabled memusage and connect tests.Jason Kirtland2008-09-271-1/+1
* Added query_cls= override to scoped_session's query_propertyJason Kirtland2008-09-271-1/+1
* tweakMike Bayer2008-05-101-0/+1
* another approachMike Bayer2008-05-101-11/+12
* cant reproduce buildbot's memory profiling, random fix attemptMike Bayer2008-05-101-2/+2
* py2.4 seems to have different memory behavior than 2.5, test for both "adjust...Mike Bayer2008-05-101-7/+14
* correcting dataload profiles for various testsMike Bayer2008-05-101-7/+15
* Chipping away at remaining cruft.Jason Kirtland2008-05-101-4/+4
* - fixed a fairly critical bug in clause adaption/corresponding column in conj...Mike Bayer2008-05-091-7/+7
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-26/+31
* fix up some unit testsMike Bayer2008-04-011-5/+8
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-1/+1
* - lazy loader can now handle a join condition where the "bound"Mike Bayer2008-02-091-1/+1
* forcibly clean out _sessions, _mapper_registry at test start to eliminate lef...Mike Bayer2008-02-041-3/+11
* add some extra assertions to ensure all mappers are gone after clear_mappers(...Mike Bayer2008-02-041-2/+13
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-36/+36
* - simplified _mapper_registry further. its now just a weakkeydict of mapper-...Mike Bayer2007-12-141-1/+67
* added an inheritance testMike Bayer2007-12-141-0/+51
* - added a test for boolean saves/retrievesMike Bayer2007-12-091-1/+1
* - fix up the fixtures comparatorMike Bayer2007-12-091-39/+107
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-11/+8
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-1/+1
* Completed previously missed patches from tickets 422 and 415Rick Morrison2007-02-181-2/+2
* further work on insuring clear_mappers() really works. assignmapper identifiedMike Bayer2007-01-301-0/+79