~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-01-12 23:02:30 UTC
  • mfrom: (5602.1.2 2.3-per-transport-tests)
  • Revision ID: pqm@pqm.ubuntu.com-20110112230230-p0dzwke9han3t0ud
(jameinel) Use Transport.get_bytes() instead of Transport.get().read() in
 the test suite. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
  trying to set the tags in the master branch. This had been broken by the
74
74
  bug fix for bug #603395.  (John Arbash Meinel, #701212)
75
75
 
 
76
* Per-transport tests now prefer to use ``Transport.get_bytes()`` rather
 
77
  than ``Transport.get().read()``. The SFTP code uses an async message to
 
78
  close the file handle if you let the handle die from refcounting, while
 
79
  it uses a synchronous message if you close it directly. This should help
 
80
  prevent random test suite failures from race conditions.
 
81
  (John Arbash Meinel, #681047)
 
82
 
76
83
* Stop using ``bzrlib.tuned_gzip.GzipFile``. It is incompatible with
77
84
  python-2.7 and was only used for Knit format repositories, which haven't
78
85
  been recommended since 2007. The file itself will be removed in the next