diff options
| author | Gordon Sim <gsim@apache.org> | 2009-01-20 20:37:52 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-01-20 20:37:52 +0000 |
| commit | 432f0884c603cd6e795e4d317e583aa5ca788451 (patch) | |
| tree | 599800a8c3cd157f2e465fe2bf357cef04be250d /qpid/cpp/src | |
| parent | 1f36a81ac23d9502147b0cfebb81e4ecabb3d1c6 (diff) | |
| download | qpid-python-432f0884c603cd6e795e4d317e583aa5ca788451.tar.gz | |
Use different file for storing port to avoid interfering with other check-long tests
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736097 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rwxr-xr-x | qpid/cpp/src/tests/reliable_replication_test | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/qpid/cpp/src/tests/reliable_replication_test b/qpid/cpp/src/tests/reliable_replication_test index 1a2fa917b3..4c507f3dbc 100755 --- a/qpid/cpp/src/tests/reliable_replication_test +++ b/qpid/cpp/src/tests/reliable_replication_test @@ -39,11 +39,11 @@ stop_brokers() { setup() { rm -f replication-source.log replication-dest.log - ../qpidd --daemon --port 0 --no-data-dir --no-module-dir --auth no --load-module ../.libs/replicating_listener.so --replication-queue replication --create-replication-queue true --log-enable trace+ --log-to-file replication-source.log --log-to-stderr 0 > qpidd.port - BROKER_A=`cat qpidd.port` + ../qpidd --daemon --port 0 --no-data-dir --no-module-dir --auth no --load-module ../.libs/replicating_listener.so --replication-queue replication --create-replication-queue true --log-enable trace+ --log-to-file replication-source.log --log-to-stderr 0 > qpidd-repl.port + BROKER_A=`cat qpidd-repl.port` - ../qpidd --daemon --port 0 --no-data-dir --no-module-dir --auth no --load-module ../.libs/replication_exchange.so --log-enable info+ --log-to-file replication-dest.log --log-to-stderr 0 > qpidd.port - BROKER_B=`cat qpidd.port` + ../qpidd --daemon --port 0 --no-data-dir --no-module-dir --auth no --load-module ../.libs/replication_exchange.so --log-enable info+ --log-to-file replication-dest.log --log-to-stderr 0 > qpidd-repl.port + BROKER_B=`cat qpidd-repl.port` #../qpidd --port 5555 --no-data-dir --no-module-dir --auth no --load-module ../.libs/replicating_listener.so --replication-queue replication --create-replication-queue true --log-enable trace+ --log-to-file replication-source.log --log-to-stderr 0 & #BROKER_A=5555 @@ -92,7 +92,7 @@ if test -d ${PYTHON_DIR} && test -e ../.libs/replicating_listener.so && test -e echo reliable replication test failed: expectations not met! else echo replication reliable in the face of link failures - rm -f replication.actual replication.expected replication-source.log replication-dest.log + rm -f replication.actual replication.expected replication-source.log replication-dest.log qpidd-repl.port fi fi |
