Author: rupertlssmith
Date: Fri Dec 7 08:00:14 2007
New Revision: 602134
URL: http://svn.apache.org/viewvc?rev=602134&view=rev
Log:
Added JDNI config for two broker, failover setup for failover tests. Also
passed into FT tests config.
Added:
incubator/qpid/branches/M2.1.1/java/perftests/etc/jndi/failovertest.properties
Modified:
incubator/qpid/branches/M2.1.1/java/perftests/pom.xml
Added:
incubator/qpid/branches/M2.1.1/java/perftests/etc/jndi/failovertest.properties
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1.1/java/perftests/etc/jndi/failovertest.properties?rev=602134&view=auto
==============================================================================
---
incubator/qpid/branches/M2.1.1/java/perftests/etc/jndi/failovertest.properties
(added)
+++
incubator/qpid/branches/M2.1.1/java/perftests/etc/jndi/failovertest.properties
Fri Dec 7 08:00:14 2007
@@ -0,0 +1,2 @@
+java.naming.factory.initial =
org.apache.qpid.jndi.PropertiesFileInitialContextFactory
+connectionfactory.local = amqp://guest:[EMAIL
PROTECTED]/test?brokerlist='tcp://localhost:5001;tcp://localhost:5002'
Modified: incubator/qpid/branches/M2.1.1/java/perftests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1.1/java/perftests/pom.xml?rev=602134&r1=602133&r2=602134&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1.1/java/perftests/pom.xml (original)
+++ incubator/qpid/branches/M2.1.1/java/perftests/pom.xml Fri Dec 7 08:00:14
2007
@@ -617,16 +617,16 @@
-->
<!-- Failover Tests. -->
- <FT-Qpid-01>-n FT-Qpid-01 -s[2500] -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=10000
transacted=true broker="tcp://127.0.0.1:5001;tcp://127.0.0.1:5002"
failBeforeSend=true -o $QPID_WORK/results</FT-Qpid-01>
- <FT-Qpid-02>-n FT-Qpid-02 -s[2500] -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=10000
transacted=true broker="tcp://127.0.0.1:5001;tcp://127.0.0.1:5002"
failAfterSend=true -o $QPID_WORK/results</FT-Qpid-02>
- <FT-Qpid-03>-n FT-Qpid-03 -s[2500] -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=1000
transacted=true broker="tcp://127.0.0.1:5001;tcp://127.0.0.1:5002"
failAfterCommit=true -o $QPID_WORK/results</FT-Qpid-03>
- <FT-Qpid-04>-n FT-Qpid-04 -s[2500] -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=1000
broker="tcp://127.0.0.1:5001;tcp://127.0.0.1:5002" transacted=false
failBeforeSend=true -o $QPID_WORK/results</FT-Qpid-04>
- <FT-Qpid-05>-n FT-Qpid-05 -s[2500] -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=1000
broker="tcp://127.0.0.1:5001;tcp://127.0.0.1:5002" transacted=false
failAfterSend=true -o $QPID_WORK/results</FT-Qpid-05>
- <FT-Qpid-01-P>-n FT-Qpid-01-P -s[2500] -t
testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true
messageSize=256 batchSize=1000 transacted=true
broker="tcp://127.0.0.1:5001;tcp://127.0.0.1:5002" failBeforeSend=true -o
$QPID_WORK/results</FT-Qpid-01-P>
- <FT-Qpid-02-P>-n FT-Qpid-02-P -s[2500] -t
testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true
messageSize=256 batchSize=1000 transacted=true
broker="tcp://127.0.0.1:5001;tcp://127.0.0.1:5002" failAfterSend=true -o
$QPID_WORK/results</FT-Qpid-02-P>
- <FT-Qpid-03-P>-n FT-Qpid-03-P -s[2500] -t
testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true
messageSize=256 batchSize=1000 transacted=true
broker="tcp://127.0.0.1:5001;tcp://127.0.0.1:5002" failAfterCommit=true -o
$QPID_WORK/results</FT-Qpid-03-P>
- <FT-Qpid-04-P>-n FT-Qpid-04-P -s[250] -t
testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true
messageSize=256 batchSize=1000
broker="tcp://127.0.0.1:5001;tcp://127.0.0.1:5002" transacted=false
failBeforeSend=true -o $QPID_WORK/results</FT-Qpid-04-P>
- <FT-Qpid-05-P>-n FT-Qpid-05-P -s[250] -t
testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true
messageSize=256 batchSize=1000
broker="tcp://127.0.0.1:5001;tcp://127.0.0.1:5002" transacted=false
failAfterSend=true -o $QPID_WORK/results</FT-Qpid-05-P>
+ <FT-Qpid-01>-n FT-Qpid-01 -s[2500] -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=10000
transacted=true properties=failovertest.properties failBeforeSend=true -o
$QPID_WORK/results</FT-Qpid-01>
+ <FT-Qpid-02>-n FT-Qpid-02 -s[2500] -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=10000
transacted=true properties=failovertest.properties failAfterSend=true -o
$QPID_WORK/results</FT-Qpid-02>
+ <FT-Qpid-03>-n FT-Qpid-03 -s[2500] -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=1000
transacted=true properties=failovertest.properties failAfterCommit=true -o
$QPID_WORK/results</FT-Qpid-03>
+ <FT-Qpid-04>-n FT-Qpid-04 -s[2500] -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=1000
properties=failovertest.properties transacted=false failBeforeSend=true -o
$QPID_WORK/results</FT-Qpid-04>
+ <FT-Qpid-05>-n FT-Qpid-05 -s[2500] -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf messageSize=256 batchSize=1000
properties=failovertest.properties transacted=false failAfterSend=true -o
$QPID_WORK/results</FT-Qpid-05>
+ <FT-Qpid-01-P>-n FT-Qpid-01-P -s[2500] -t
testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true
messageSize=256 batchSize=1000 transacted=true
properties=failovertest.properties failBeforeSend=true -o
$QPID_WORK/results</FT-Qpid-01-P>
+ <FT-Qpid-02-P>-n FT-Qpid-02-P -s[2500] -t
testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true
messageSize=256 batchSize=1000 transacted=true
properties=failovertest.properties failAfterSend=true -o
$QPID_WORK/results</FT-Qpid-02-P>
+ <FT-Qpid-03-P>-n FT-Qpid-03-P -s[2500] -t
testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true
messageSize=256 batchSize=1000 transacted=true
properties=failovertest.properties failAfterCommit=true -o
$QPID_WORK/results</FT-Qpid-03-P>
+ <FT-Qpid-04-P>-n FT-Qpid-04-P -s[250] -t
testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true
messageSize=256 batchSize=1000 properties=failovertest.properties
transacted=false failBeforeSend=true -o $QPID_WORK/results</FT-Qpid-04-P>
+ <FT-Qpid-05-P>-n FT-Qpid-05-P -s[250] -t
testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true
messageSize=256 batchSize=1000 properties=failovertest.properties
transacted=false failAfterSend=true -o $QPID_WORK/results</FT-Qpid-05-P>
</commands>
</configuration>