summaryrefslogtreecommitdiff
path: root/qpid/java/integrationtests/docs
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2008-04-24 00:01:02 +0000
committerAidan Skinner <aidan@apache.org>2008-04-24 00:01:02 +0000
commitd52c60d0d7f5c763a6975dffcdd589ee705da0b7 (patch)
tree9b39a311b783f62a8b145963239009281891c586 /qpid/java/integrationtests/docs
parent5518fd899d97459bcd8c45b850da447697a60fe8 (diff)
downloadqpid-python-d52c60d0d7f5c763a6975dffcdd589ee705da0b7.tar.gz
QPID-832 copy from M2.x
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@651115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/integrationtests/docs')
-rw-r--r--qpid/java/integrationtests/docs/RunningSustainedTests.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/qpid/java/integrationtests/docs/RunningSustainedTests.txt b/qpid/java/integrationtests/docs/RunningSustainedTests.txt
new file mode 100644
index 0000000000..db4405a32d
--- /dev/null
+++ b/qpid/java/integrationtests/docs/RunningSustainedTests.txt
@@ -0,0 +1,17 @@
+In addition to the integration tests the framework provided by this package also allows for
+sustained tests to be run. Currently avaible tests:
+- org.apache.qpid.sustained.SustainedClientTestCase : Pub Sub test to determine steady state throughput.
+
+
+Running Tests.
+
+Run the tests as per the integration tests.
+- Start a broker
+- Start at least one test client [java org.apache.qpid.interop.TestClient], ensuring unique naming.
+
+- Start the test coordinator with the 'fanout' engine, on the sustained test case [java org.apache.qpid.test.framework.distributedtesting.Coordinator]
+
+- Additional Test clients can be started and joined into the running test: [java org.apache.qpid.interop.TestClient -j]
+
+
+