From dev-return-23436-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Mon Oct 22 11:56:14 2012 Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 973E2D9DB for ; Mon, 22 Oct 2012 11:56:14 +0000 (UTC) Received: (qmail 45605 invoked by uid 500); 22 Oct 2012 11:56:14 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 45082 invoked by uid 500); 22 Oct 2012 11:56:13 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 44917 invoked by uid 99); 22 Oct 2012 11:56:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2012 11:56:11 +0000 Date: Mon, 22 Oct 2012 11:56:11 +0000 (UTC) From: "Dirkjan Ochtman (JIRA)" To: dev@couchdb.apache.org Message-ID: <1672571685.9446.1350906971965.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (COUCHDB-1571) Error when using _replicate from CouchDB-python tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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