~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(andrew) Try to avoid failing tests due to 'close() called during
        concurrent operation' during TestCase.finishLogFile. (#531746)

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
* Stop sending apport crash files to ``.cache`` in the directory from
169
169
  which ``bzr selftest`` was run.  (Martin Pool, #422350)
170
170
 
 
171
* Tests no longer fail if "close() called during concurrent
 
172
  operation on the same file object" occurs when closing the log file
 
173
  (which can happen if a thread tries to write to the log file at the
 
174
  wrong moment).  An warning will be written to ``stderr`` when this
 
175
  happens, and another warning will be written if the log file could not
 
176
  be closed after retrying 100 times.  (Andrew Bennetts, #531746)
 
177
 
171
178
bzr 2.1.1
172
179
#########
173
180