CouchDB-Python Test Failure

14 December 2009
14:15

By cmlenz as Text only

My CouchDB version is 0.11.0b889001 ;)

1 ======================================================================
2 ERROR: test_replicate_continuous (couchdb.tests.client.ServerTestCase)
3 ----------------------------------------------------------------------
4 Traceback (most recent call last):
5 File "/Users/chris/Downloads/CouchDB-0.6.1/couchdb/tests/client.py", line 78, in test_replicate_continuous
6 version = tuple(int(i) for i in self.server.version.split('.'))
7 File "/Users/chris/Downloads/CouchDB-0.6.1/couchdb/tests/client.py", line 78, in <genexpr>
8 version = tuple(int(i) for i in self.server.version.split('.'))
9 ValueError: invalid literal for int() with base 10: '0b889001'

Download Raw Source

Comments

  1. anonymous says:

    28 January 2011
    20:30

    ghgjhg