~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-08-30 07:47:38 UTC
  • mfrom: (5394.2.1 integration2)
  • Revision ID: pqm@pqm.ubuntu.com-20100830074738-ymqwum541fi8b4sr
(vila) Fix most of the leaking tests (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
* Don't print internal object name when print an invalid revision spec
112
112
  error.  (Neil Martinsen-Burrell, #598701)
113
113
 
 
114
* Errors occurring during http(s) test server starts should now be
 
115
  handled cleanly. (Vincent Ladeuil, #392402)
 
116
 
114
117
* Fix ``AttributeError on parent.children`` when adding a file under a 
115
118
  directory that was a symlink in the previous commit.
116
119
  (Martin Pool, #192859)
118
121
* ``HTTP/1.1`` test servers now set a ``Content-Length`` header to comply
119
122
  with pedantic ``HTTP/1.1`` clients. (Vincent Ladeuil, #568421)
120
123
 
 
124
* Most of the leaked threads during selftest are now fixed, allowing the
 
125
  full test suite to pass on gentoo.
 
126
  (Vincent Ladeuil, #392127)
 
127
 
121
128
* `PathNotChild` should not give a traceback.
122
129
  (Martin Pool, #98735)
123
130
 
214
221
Testing
215
222
*******
216
223
 
 
224
* HTTP test servers will leak less threads (and sockets) and will not hang on
 
225
  AIX anymore. (Vincent Ladeuil, #405745)
 
226
 
217
227
* The way ``bzr selftest --parallel`` generates N partitions of tests to
218
228
  run in parallel has changed.  Instead of splitting the list of tests at
219
229
  N-1 points, it distributes the tests one-by-one into the partitions in a