bzrlib.tests.blackbox.test_branch.TestBranch.test_branch_broken_pack fails on some architectures
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
High
|
Unassigned |
Bug Description
See e.g. https:/
11.298 creating repository in file://
11.314 creating branch <bzrlib.
11.361 trying to create missing lock '/tmp/testbzr-
11.361 opening working tree '/tmp/testbzr-
11.426 preparing to commit
INFO Committing to: /tmp/testbzr-
11.442 Selecting files for commit with filter None
INFO added hello
INFO Committed revision 1.
11.508 Committed revid <email address hidden> as revno 1.
11.558 preparing to commit
INFO Committing to: /tmp/testbzr-
11.566 Selecting files for commit with filter None
INFO added goodbye
INFO Committed revision 2.
11.599 Committed revid <email address hidden> as revno 2.
11.603 run bzr: ['branch', 'a', 'b']
11.603 bazaar version: 2.4b4
11.603 bzr arguments: [u'branch', u'a', u'b']
11.608 encoding stdout as sys.stdout encoding 'ANSI_X3.4-1968'
11.616 opening working tree '/tmp/testbzr-
11.639 opening working tree '/tmp/testbzr-
11.665 creating repository in file://
11.685 Using fetch logic to copy between CHKInventoryRep
11.685 fetching: <PendingAncestr
11.779 creating branch <bzrlib.
11.811 created new branch BzrBranch7(
11.816 trying to create missing lock '/tmp/testbzr-
11.816 opening working tree '/tmp/testbzr-
INFO Branched 2 revision(s).
11.868 errors:
'Branched 2 revision(s).\n'
11.885 opening working tree '/tmp/testbzr-
------------
Text attachment: traceback
------------
Traceback (most recent call last):
File "/usr/lib/
return fn(*args, **kwargs)
File "/usr/lib/
return self._get_
File "/build/
'branch a b', retcode=3)
AssertionError: Unexpected return code
not equal:
a = 3
b = 0
tags: | added: selftest |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
I'm pretty sure I've seen this failure on babune but I never manage to reproduce it reliably, can you ?