[
https://issues.apache.org/jira/browse/DRILL-3836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Altekruse reassigned DRILL-3836:
--------------------------------------
Assignee: Jason Altekruse (was: Jacques Nadeau)
> 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
> Assignee: Jason Altekruse
>
> {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)