~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-07-11 02:46:35 UTC
  • mfrom: (6017.1.2 test-isolation-speed)
  • Revision ID: pqm@pqm.ubuntu.com-20110711024635-f39c8kz23s347m1t
(spiv) Speed up TestCaseWithMemoryTransport._check_safety_net by reading the
 dirstate file directly rather than using WorkingTree.open(). (Andrew
 Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
  due to the order that `build_snapshot` performs its actions.
64
64
  (Andrew Bennetts)
65
65
 
 
66
* `TestCaseWithMemoryTransport` is faster now: `_check_safety_net` now
 
67
  just compares the bytes in the dirstate file to its pristine state,
 
68
  rather than opening the WorkingTree and calling ``last_revision()``.
 
69
  This reduces the overall test suite time by about 10% on my laptop.
 
70
  (Andrew Bennetts)
 
71
 
66
72
 
67
73
bzr 2.4b5
68
74
#########