Rev 4539: 3 more failing tests (all due to clone()) in lp:///~jameinel/bzr/1.18-lock-warnings

John Arbash Meinel john at arbash-meinel.com
Fri Jul 31 18:04:07 BST 2009


At lp:///~jameinel/bzr/1.18-lock-warnings

------------------------------------------------------------
revno: 4539
revision-id: john at arbash-meinel.com-20090731170405-uw7h8nln6913fb2g
parent: john at arbash-meinel.com-20090731165913-a6wvatwu9nf849ae
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 1.18-lock-warnings
timestamp: Fri 2009-07-31 12:04:05 -0500
message:
  3 more failing tests (all due to clone())
-------------- next part --------------
=== modified file 'bzrlib/tests/per_bzrdir/test_bzrdir.py'
--- a/bzrlib/tests/per_bzrdir/test_bzrdir.py	2009-07-31 16:59:13 +0000
+++ b/bzrlib/tests/per_bzrdir/test_bzrdir.py	2009-07-31 17:04:05 +0000
@@ -569,6 +569,7 @@
         self.assertEqual(target_repo._format, source_branch.repository._format)
 
     def test_revert_inventory(self):
+        self.thisFailsStrictLockCheck()
         tree = self.make_branch_and_tree('source')
         self.build_tree(['source/foo'])
         tree.add('foo')
@@ -623,6 +624,7 @@
                                      ])
 
     def test_clone_bzrdir_tree_revision(self):
+        self.thisFailsStrictLockCheck()
         # test for revision limiting, [smoke test, not corner case checks].
         # make a tree with a revision with a last-revision
         # and clone it with a revision limit.

=== modified file 'bzrlib/tests/per_interbranch/test_push.py'
--- a/bzrlib/tests/per_interbranch/test_push.py	2009-07-10 05:49:34 +0000
+++ b/bzrlib/tests/per_interbranch/test_push.py	2009-07-31 17:04:05 +0000
@@ -359,6 +359,7 @@
             self.hook_calls)
 
     def test_post_push_nonempty_history(self):
+        self.thisFailsStrictLockCheck()
         target = self.make_to_branch_and_tree('target')
         target.lock_write()
         target.add('')



More information about the bazaar-commits mailing list