Comment 0 for bug 1090043

Revision history for this message
Andrew Starr-Bochicchio (andrewsomething) wrote :

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)