~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2008-05-07 13:37:07 UTC
  • mto: This revision was merged to the branch mainline in revision 3417.
  • Revision ID: v.ladeuil+lp@free.fr-20080507133707-hfscqf32riufeqx7
Fix as per Robert's review.

* test_strace.py:
(TestStrace._check_threads): Raise KnownFailure if there is more
than one thread active (to avoid hanging).

* __init__.py:
(TestCase): Detect and report leaked threads.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    * Conversion from non-rich-root to rich-root(-pack) works even when a
49
49
      parent revision has a different root id.  (Aaron Bentley, #177874)
50
50
 
51
 
    * Disable strace testing until strace is fixed (see bug #103133).
52
 
     (Vincent Ladeuil, #226769)
 
51
    * Disable strace testing until strace is fixed (see bug #103133) and emit a
 
52
      warning when selftest ends to remind us of leaking tests.
 
53
      (Vincent Ladeuil, #226769)
53
54
 
54
55
    * Fetching all revisions from a repository does not cause pack collisions.
55
56
      (Robert Collins, Aaron Bentley, #212908)