/[Apache-SVN]
ViewVC logotype

Revision 1494306


Jump to revision: Previous Next
Author: aconway
Date: Tue Jun 18 21:09:19 2013 UTC (10 years, 10 months ago)
Changed paths: 4
Log Message:
QPID-4745: Alternative port allocation for tests, instead of 'qpidd --port=0'

qpidd-p0 script binds a new port to a socket using bind(0), and then
execs qpidd using the --socket-fd option to pass the socket to qpidd.

It is intended to replace
  /path/to/qpidd --port 0 <args...>
with
  qpidd-p0 /path/to/qpidd <args...>

Most tests do not yet use qpidd-p0, they will be updated in a future commit.

Changes:
- Added qpidd-p0
- Fixed qpidd port printing logic: print port only if --port=0, regardless of --transport.

Changed paths

Path Details
Directoryqpid/trunk/qpid/cpp/src/posix/QpiddBroker.cpp modified , text changed
Directoryqpid/trunk/qpid/cpp/src/tests/CMakeLists.txt modified , text changed
Directoryqpid/trunk/qpid/cpp/src/tests/Makefile.am modified , text changed
Directoryqpid/trunk/qpid/cpp/src/tests/qpidd-p0 added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26