You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Dirkjan Ochtman (JIRA)" <ji...@apache.org> on 2012/10/22 13:58:12 UTC

[jira] [Updated] (COUCHDB-1571) Error when using _replicate from CouchDB-python tests

     [ https://issues.apache.org/jira/browse/COUCHDB-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dirkjan Ochtman updated COUCHDB-1571:
-------------------------------------

    Description: 
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}]

See also http://code.google.com/p/couchdb-python/issues/detail?id=215, where Kxepal wasn't able to reproduce this.

  was:
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}]

    
> 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}]
> See also http://code.google.com/p/couchdb-python/issues/detail?id=215, where Kxepal wasn't able to reproduce this.

--
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