Dirkjan Ochtman created COUCHDB-1571:
----------------------------------------
Summary: Error when using _replicate from CouchDB-python tests
Key: COUCHDB-1571
URL: https://issues.apache.org/jira/browse/COUCHDB-1571
Project: CouchDB
Issue Type: Bug
Components: Replication
Affects Versions: 1.2
Reporter: Dirkjan Ochtman
Priority: Minor
This code:
aname, a = self.temp_db()
bname, b = self.temp_db()
id, rev = a.save({'test': 'a'})
result = self.server.replicate(aname, bname)
(create two new databases, save a simple doc in one of them, then replicate
from the first to the second) fails thusly:
[{ordsets,add_element,[{1,1},[]]},
{couch_replicator,handle_cast,2},
{gen_server,handle_msg,5},
{proc_lib,init_p_do_apply,3}]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira