Status: Assigned
Owner: djc.ochtman
Labels: Type-Defect Priority-Medium Milestone-Release-0.9
New issue 215 by djc.ochtman: Test failure in
tests.client.ServerTestCase.test_replicate
http://code.google.com/p/couchdb-python/issues/detail?id=215
======================================================================
ERROR: test_replicate (couchdb.tests.client.ServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/djc/src/couchdb-python/couchdb/tests/client.py", line 84, in
test_replicate
result = self.server.replicate(aname, bname)
File "/home/djc/src/couchdb-python/couchdb/client.py", line 222, in
replicate
status, headers, data = self.resource.post_json('_replicate', data)
File "/home/djc/src/couchdb-python/couchdb/http.py", line 495, in
post_json
**params)
File "/home/djc/src/couchdb-python/couchdb/http.py", line 514, in
_request_json
headers=headers, **params)
File "/home/djc/src/couchdb-python/couchdb/http.py", line 510, in _request
credentials=self.credentials)
File "/home/djc/src/couchdb-python/couchdb/http.py", line 387, in request
raise ResourceNotFound(error)
ResourceNotFound: ('undef', '[{ordsets,add_element,[{1,1},[]]},\n
{couch_replicator,handle_cast,2},\n {gen_server,handle_msg,5},\n
{proc_lib,init_p_do_apply,3}]')
----------------------------------------------------------------------
Ran 153 tests in 29.808s