From dev-return-20312-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Jan 25 09:45:13 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 43D139F37 for ; Wed, 25 Jan 2012 09:45:13 +0000 (UTC) Received: (qmail 83168 invoked by uid 500); 25 Jan 2012 09:45:12 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 81818 invoked by uid 500); 25 Jan 2012 09:45:09 -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 81686 invoked by uid 99); 25 Jan 2012 09:45:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2012 09:45:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2012 09:45:02 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 17E81161B02 for ; Wed, 25 Jan 2012 09:44:41 +0000 (UTC) Date: Wed, 25 Jan 2012 09:44:41 +0000 (UTC) From: "Filipe Manana (Commented) (JIRA)" To: dev@couchdb.apache.org Message-ID: <924800519.76118.1327484681099.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1086675294.75872.1327475621553.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (COUCHDB-1390) Fix auth_cache etap test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13192957#comment-13192957 ] Filipe Manana commented on COUCHDB-1390: ---------------------------------------- Paul it's unclear to me what this really accomplishes. Which test assertions were failing for you? We only need the conflicts and not the full revision tree of a doc. All the conflicts (leaf revs) are already in #doc_info records, so a doc open by its doc_info is returns its list of conflicting revisions. > Fix auth_cache etap test > ------------------------ > > Key: COUCHDB-1390 > URL: https://issues.apache.org/jira/browse/COUCHDB-1390 > Project: CouchDB > Issue Type: Bug > Reporter: Paul Joseph Davis > Attachments: COUCHDB-1390.patch > > > The auth_cache etap tests were failing for me. Debugged this to make sure it wasn't related to something else. Commit message is: > Fix for the auth_cache etap > > As it turns out, opening a doc by id is different than opening it using > a #doc_info record due to the inclusion of the full revision path. This > ended up breaking the auth_cache tests. This way includes the entire > revision path for all docs and not just first doc loads. > Patching attaching in a few moments. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira