lanto03 / couchdb-python

Automatically exported from code.google.com/p/couchdb-python
Other
0 stars 0 forks source link

Test failure in tests.client.ServerTestCase.test_replicate #215

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
======================================================================
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

Original issue reported on code.google.com by djc.ochtman on 20 Sep 2012 at 8:11

GoogleCodeExporter commented 8 years ago

Original comment by djc.ochtman on 21 Sep 2012 at 8:19

GoogleCodeExporter commented 8 years ago

Original comment by djc.ochtman on 21 Sep 2012 at 8:22

GoogleCodeExporter commented 8 years ago
I wonder how to reproduce this. What CouchDB version you have? Have failed with 
master head, 1.2 and 1.1 releases.

Original comment by kxepal on 12 Oct 2012 at 12:05

GoogleCodeExporter commented 8 years ago
djc@enrai couchdb-python $ curl http://localhost:5984/
{"couchdb":"Welcome","version":"1.2.0"}

Original comment by djc.ochtman on 12 Oct 2012 at 7:44

GoogleCodeExporter commented 8 years ago
This got fixed by rebuilding couchdb.

Original comment by djc.ochtman on 24 Oct 2012 at 8:15