From derby-dev-return-80020-apmail-db-derby-dev-archive=db.apache.org@db.apache.org Wed Jul 14 18:27:46 2010 Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 60014 invoked from network); 14 Jul 2010 18:27:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 18:27:46 -0000 Received: (qmail 38961 invoked by uid 500); 14 Jul 2010 18:27:46 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 38927 invoked by uid 500); 14 Jul 2010 18:27:46 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 38920 invoked by uid 99); 14 Jul 2010 18:27:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 18:27:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 18:27:43 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6EIJpQk008993 for ; Wed, 14 Jul 2010 18:19:51 GMT Message-ID: <13698893.379881279131591674.JavaMail.jira@thor> Date: Wed, 14 Jul 2010 14:19:51 -0400 (EDT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4700) Add method to obtain a bogus port in TestConfiguration In-Reply-To: <4169291.1681276583304138.JavaMail.jira@thor> 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/DERBY-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-4700: ----------------------------------- Issue & fix info: (was: [Patch Available]) To stop the tinderbox from failing, I decided to commit patch 2a. I increased the maximum number of ports to 20, and also updated the wiki. This can be changed again if the discussion on derby-dev ends with a different conclusion. Committed to trunk with revision 964115, I will backport it to 10.6 tomorrow if there are no problems. > Add method to obtain a bogus port in TestConfiguration > ------------------------------------------------------ > > Key: DERBY-4700 > URL: https://issues.apache.org/jira/browse/DERBY-4700 > Project: Derby > Issue Type: Improvement > Components: Test > Affects Versions: 10.7.0.0 > Reporter: Kristian Waagan > Assignee: Kristian Waagan > Priority: Minor > Fix For: 10.6.1.1, 10.7.0.0 > > Attachments: derby-4700-1a.diff, derby-4700-1b.diff, derby-4700-2a-static_bogus.diff > > > In some cases one needs to obtain a port number on which there is no Derby network server. > Today this is solved in an ad-hoc way, for instance by using the current port minus one. When running tests in parallel, there is a chance that a port where there actually is a Derby network server listening is picked. > As a start, I suggest that the bogus port is allocated to the last port in the port range configured for the run: baseport + MAX_PORTS_USED -1. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.