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 5B46692A6 for ; Thu, 5 Jan 2012 17:59:03 +0000 (UTC) Received: (qmail 91522 invoked by uid 500); 5 Jan 2012 17:59:02 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 91250 invoked by uid 500); 5 Jan 2012 17:59:01 -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 90941 invoked by uid 99); 5 Jan 2012 17:59:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2012 17:59:01 +0000 X-ASF-Spam-Status: No, hits=-2001.6 required=5.0 tests=ALL_TRUSTED,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; Thu, 05 Jan 2012 17:59:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 64D0013A71A for ; Thu, 5 Jan 2012 17:58:40 +0000 (UTC) Date: Thu, 5 Jan 2012 17:58:40 +0000 (UTC) From: "Randall Leeds (Assigned) (JIRA)" To: dev@couchdb.apache.org Message-ID: <282936358.10554.1325786320414.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1992602724.20492.1321002171557.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (COUCHDB-1338) JS CLI test suite: have CouchDB start with port=0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Leeds reassigned COUCHDB-1338: -------------------------------------- Assignee: Randall Leeds > JS CLI test suite: have CouchDB start with port=0 > -------------------------------------------------- > > Key: COUCHDB-1338 > URL: https://issues.apache.org/jira/browse/COUCHDB-1338 > Project: CouchDB > Issue Type: Improvement > Components: Test Suite > Affects Versions: 1.3 > Reporter: Jan Lehnardt > Assignee: Randall Leeds > Priority: Blocker > Fix For: 1.3 > > > The JS CLI test suite that now runs with make check (post 1.2.x master only) starts CouchDB using make dev && utils/run -b and stops it with utils/run -d. > One issue with this is that one might have CouchDB already running on the default port 5984. The suggestion here is to start CouchDB with an additional .ini file that sets the port number to 0 to let the TCP stack figure out a free port for us. The tests then need to be updated to discover the automatic port using the couch.uri file. -- 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