Rev 5575: Comment out the doctest for branchbuilder until bug #312320 is fixed. The test was passing for wrong reasons and fixing it properly is out of scope (but fully in scope of bug #321320). in file:///home/vila/src/bzr/bugs/690563-test-isolation/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Dec 16 09:02:42 GMT 2010


At file:///home/vila/src/bzr/bugs/690563-test-isolation/

------------------------------------------------------------
revno: 5575
revision-id: v.ladeuil+lp at free.fr-20101216090242-uo50007syhg02lpq
parent: v.ladeuil+lp at free.fr-20101215205212-3zoxlk7z2a91ibx3
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 690563-test-isolation
timestamp: Thu 2010-12-16 10:02:42 +0100
message:
  Comment out the doctest for branchbuilder until bug #312320 is fixed. The test was passing for wrong reasons and fixing it properly is out of scope (but fully in scope of bug #321320).
-------------- next part --------------
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py	2010-12-02 10:41:05 +0000
+++ b/bzrlib/tests/__init__.py	2010-12-16 09:02:42 +0000
@@ -3677,7 +3677,13 @@
         'bzrlib.tests.test_bad_files',
         'bzrlib.tests.test_bisect_multi',
         'bzrlib.tests.test_branch',
-        'bzrlib.tests.test_branchbuilder',
+        # FIXME: Fixing bug #690563 revealed an isolation problem in the single
+        # doctest for branchbuilder. Uncomment this when bug #321320 is fixed
+        # to ensure the issue is addressed (note that to reproduce the bug in
+        # the doctest below, one should comment the 'email' config var in
+        # bazaar.conf (or anywhere else). This means an setup where *no* user
+        # is being set at all in the environment.
+#       'bzrlib.tests.test_branchbuilder',
         'bzrlib.tests.test_btree_index',
         'bzrlib.tests.test_bugtracker',
         'bzrlib.tests.test_bundle',



More information about the bazaar-commits mailing list