Jean-Baptiste Onofré created AMQ-9365:
-----------------------------------------
Summary: Use different transport port number in tests
Key: AMQ-9365
URL: https://issues.apache.org/jira/browse/AMQ-9365
Project: ActiveMQ
Issue Type: Improvement
Components: Test Cases
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: 6.0.1
On Jenkins, often, we have several tests executed on the same executor. Then,
we have port number conflict between test:
{code:java}
java.net.BindException: Address already in use {code}
That's especially true on the
{{org.apache.activemq.transport.tcp.TcpTransportServer.bind}} method.
In the test, we should test the port number and use an unique port to avoid
conflict.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)