[Bug 1090043] Re: raring test failure: bzrlib.tests.test_smart.TestSmartServerRepositoryGetParentMap.test_trivial_bzipped
Andrew Starr-Bochicchio
a.starr.b at gmail.com
Thu Dec 13 20:01:05 UTC 2012
In a clean raring chroot, this works:
root at andrew-laptop:/# python2.7
Python 2.7.3 (default, Sep 26 2012, 21:53:58)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import bz2
>>> bz2.compress('')
'BZh9\x17rE8P\x90\x00\x00\x00\x00'
So I'm not sure why it doesn't work in the test...
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bzr in Ubuntu.
https://bugs.launchpad.net/bugs/1090043
Title:
raring test failure:
bzrlib.tests.test_smart.TestSmartServerRepositoryGetParentMap.test_trivial_bzipped
Status in Bazaar Version Control System:
Confirmed
Status in “bzr” package in Ubuntu:
New
Bug description:
Trying to build a snapshot of revision 6571 on Ubuntu raring fails
with the following test failure:
ERROR: bzrlib.tests.test_smart.TestSmartServerRepositoryGetParentMap.test_trivial_bzipped
----------------------------------------------------------------------
_StringException: log: {{{
1682.947 creating repository in memory+205946636:///.bzr/.
1682.949 creating branch <bzrlib.branch.BzrBranchFormat7 object at 0xc69c46c> in memory+205946636:///
}}}
Traceback (most recent call last):
File "/build/buildd/bzr-2.6.0~bzr6571/build/lib.linux-i686-2.7/bzrlib/tests/test_smart.py", line 1656, in test_trivial_bzipped
smart_req.SuccessfulSmartServerResponse(('ok', ), bz2.compress('')),
ValueError: the bz2 library has received wrong parameters
----------------------------------------------------------------------
Ran 28505 tests in 1745.308s
FAILED (errors=1, known_failure_count=59)
https://launchpadlibrarian.net/125714027/buildlog_ubuntu-
raring-i386.bzr_2.6.0~bzr6571-1~ppa1_FAILEDTOBUILD.txt.gz
To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/1090043/+subscriptions
More information about the foundations-bugs
mailing list