~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-08-14 15:22:39 UTC
  • mfrom: (4523.4.21 1.18-lock-warnings)
  • Revision ID: pqm@pqm.ubuntu.com-20090814152239-m0ybwy7vfs32exeh
(jam) Update the test suite to cause failures when we take out
        multiple locks on the same file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
Internals
67
67
*********
68
68
 
 
69
* ``-Dstrict_locks`` can now be used to check that read and write locks
 
70
  are treated properly w.r.t. exclusivity. (We don't try to take an OS
 
71
  read lock on a file that we already have an OS write lock on.) This is
 
72
  now set by default for all tests, if you have a test which cannot be
 
73
  fixed, you can use ``self.thisFailsStrictLockCheck()`` as a
 
74
  compatibility knob. (John Arbash Meinel)
 
75
 
69
76
* InterDifferingSerializer is now only used locally.  Other fetches that
70
77
  would have used InterDifferingSerializer now use the more network
71
78
  friendly StreamSource, which now automatically does the same