Return-Path: X-Original-To: apmail-drill-dev-archive@www.apache.org Delivered-To: apmail-drill-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 414E018647 for ; Thu, 24 Sep 2015 20:32:07 +0000 (UTC) Received: (qmail 26344 invoked by uid 500); 24 Sep 2015 20:32:06 -0000 Delivered-To: apmail-drill-dev-archive@drill.apache.org Received: (qmail 26299 invoked by uid 500); 24 Sep 2015 20:32:06 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 26193 invoked by uid 99); 24 Sep 2015 20:32:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2015 20:32:06 +0000 Date: Thu, 24 Sep 2015 20:32:06 +0000 (UTC) From: "Julien Le Dem (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-3836) TestBitRpc uses hard coded port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Julien Le Dem created DRILL-3836: ------------------------------------ Summary: TestBitRpc uses hard coded port Key: DRILL-3836 URL: https://issues.apache.org/jira/browse/DRILL-3836 Project: Apache Drill Issue Type: Bug Reporter: Julien Le Dem {noformat} int port = 1234; DataResponseHandler drp = new BitComTestHandler(); DataServer server = new DataServer(c, workBus, drp); port = server.bind(port, false); DrillbitEndpoint ep = DrillbitEndpoint.newBuilder().setAddress("localhost").setDataPort(port).build(); {noformat} This will collide if the suite is run in parallel on a machine. (like say on a jenkins server) -- This message was sent by Atlassian JIRA (v6.3.4#6332)