error from bzr-rebase selftest

Adam Mercer ramercer at gmail.com
Fri Dec 14 14:01:52 GMT 2007


Hi

I'm getting the following error when running "bzr selftest rebase"
with the bzr-rebase-0.3 and bzr-1.0:

FAIL: test_simple (bzrlib.plugins.rebase.test_rebase.ConversionTests)

vvvv[log from bzrlib.plugins.rebase.test_rebase.ConversionTests.test_simple]--
created control directory in
file:///private/var/folders/2g/2gXA8e66EjGtthN4wnvhHE%2B%2B%2BTI/-Tmp-/testbzr-AfDDBO.tmp/tmpCQ8k0v/work/
creating repository in
file:///private/var/folders/2g/2gXA8e66EjGtthN4wnvhHE%2B%2B%2BTI/-Tmp-/testbzr-AfDDBO.tmp/tmpCQ8k0v/work/.bzr/.
creating branch <bzrlib.branch.BzrBranchFormat6 object at 0x2c0b1b0>
in file:///private/var/folders/2g/2gXA8e66EjGtthN4wnvhHE%2B%2B%2BTI/-Tmp-/testbzr-AfDDBO.tmp/tmpCQ8k0v/work/.bzr/
trying to create missing lock
'/private/var/folders/2g/2gXA8e66EjGtthN4wnvhHE+++TI/-Tmp-/testbzr-AfDDBO.tmp/tmpCQ8k0v/work/.bzr/checkout/dirstate'
opening working tree
'/private/var/folders/2g/2gXA8e66EjGtthN4wnvhHE+++TI/-Tmp-/testbzr-AfDDBO.tmp/tmpCQ8k0v/work'
preparing to commit
    INFO  Committing to:
/private/var/folders/2g/2gXA8e66EjGtthN4wnvhHE+++TI/-Tmp-/testbzr-AfDDBO.tmp/tmpCQ8k0v/work/
Selecting files for commit with filter None
    INFO  added hello
added revision_id {bla}
    INFO  Committed revision 1.
preparing to commit
    INFO  Committing to:
/private/var/folders/2g/2gXA8e66EjGtthN4wnvhHE+++TI/-Tmp-/testbzr-AfDDBO.tmp/tmpCQ8k0v/work/
Selecting files for commit with filter None
    INFO  modified hello
added revision_id {bloe}
    INFO  Committed revision 2.
preparing to commit
    INFO  Committing to:
/private/var/folders/2g/2gXA8e66EjGtthN4wnvhHE+++TI/-Tmp-/testbzr-AfDDBO.tmp/tmpCQ8k0v/work/
Selecting files for commit with filter None
    INFO  modified hello
added revision_id {bla2}
    INFO  Committed revision 2.
creating copy 'bla4' of 'bla2' with new parents ['bloe']
added revision_id {bla4}
opening working tree
'/var/folders/2g/2gXA8e66EjGtthN4wnvhHE+++TI/-Tmp-/testbzr-AfDDBO.tmp'

^^^^[log from bzrlib.plugins.rebase.test_rebase.ConversionTests.test_simple]--
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/local/lib/python2.5/site-packages/bzrlib/plugins/rebase/test_rebase.py",
line 82, in test_simple
    wt.branch.repository.revision_parents(newrev))
AssertionError: not equal:
a = ['bloe']
b = ('bloe',)

Is this anything to worry about?

Cheers

Adam



More information about the bazaar mailing list