~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

(gz) Bug #613247, cleanup test cases when they are finished running,
 lowering peak memory during selftest. (Martin Packman)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
   suite.  This can include new facilities for writing tests, fixes to 
71
71
   spurious test failures and changes to the way things should be tested.
72
72
 
 
73
*  Ensure TestCase instances are deallocated immediately after running where
 
74
   possible. This greatly reduces the peak resource needs of a full test suite
 
75
   run. The new ``-Euncollected_cases`` selftest flag will add failures if any
 
76
   case which persists pasts its expected lifetime. (Martin Packman, #613247)
 
77
 
73
78
 
74
79
bzr 2.5b2
75
80
#########