occasional failures from test_list_tags_dotted_revnos_unsupported
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Fix Released
|
High
|
Jelmer Vernooij |
Bug Description
FAIL: breezy.
-------
Traceback (most recent call last):
testtools.
904.551 creating repository in file://
904.564 creating branch <breezy.
904.601 trying to create missing lock u'/tmp/
904.604 opening working tree u'/tmp/
904.646 preparing to commit
INFO Committing to: /tmp/testbzr-
904.656 Selecting files for commit with filter None
INFO Committed revision 1.
904.707 Committed revid <email address hidden> as revno 1.
904.726 run brz: ['tags', '-d', 'branch']
904.726 breezy version: 3.0a2
904.726 brz arguments: [u'tags', u'-d', u'branch']
904.752 output:
b'mytag 1\n'
}}}
Traceback (most recent call last):
File "/<<PKGBUILDDIR
self.
File "/<<PKGBUILDDIR
pprint.
AssertionError: not equal:
a = 'mytag 1\n'
b = 'mytag ?\n'
-------
Related branches
- Martin Packman: Approve
-
Diff: 61 lines (+32/-7)1 file modifiedbreezy/tests/blackbox/test_tags.py (+32/-7)
Changed in brz: | |
status: | Triaged → Fix Committed |
Changed in brz: | |
status: | Fix Committed → Fix Released |