~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(vila) Fix test failures blocking package builds. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
   suite.  This can include new facilities for writing tests, fixes to 
77
77
   spurious test failures and changes to the way things should be tested.
78
78
 
 
79
* Fix racy http tests (TestBadStatusServer is so simple, it exposes a race
 
80
  in python 2.7.9. This happens only when both the http server and client
 
81
  are run in the same process.). Only tests are affected.
 
82
  (Vincent Ladeuil, #1451448)
 
83
     
79
84
* Fix warnings on stderr caused by the atexit handler triggering for the
80
85
  wrong reason: the 'config' command should explicitly save the changes when
81
86
  modifying or removing an option and not rely on the atexit
93
98
* Restrict access to '.netrc' in tests or recent python (2.7.5-8) will
94
99
  complain. (Vincent Ladeuil, #1233413)
95
100
 
 
101
* Skip windows-only tests that start failing with python 2.7.9, there is no
 
102
  way to fix them without testing on windows itself.
 
103
  (Vincent Ladeuil, #1451448)
 
104
     
96
105
..
97
106
   vim: tw=74 ft=rst ff=unix