From 38cde902ffe68eac8ffb0884bcc9c7bfa98c02ac Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 19 Dec 2008 19:34:45 +0000 Subject: Tagging RC5 for M4 release git-svn-id: https://svn.apache.org/repos/asf/qpid/tags/M4@728121 13f79535-47bb-0310-9956-ffa450edef68 --- .../integrationtests/docs/RunningSustainedTests.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 RC5/java/integrationtests/docs/RunningSustainedTests.txt (limited to 'RC5/java/integrationtests/docs') diff --git a/RC5/java/integrationtests/docs/RunningSustainedTests.txt b/RC5/java/integrationtests/docs/RunningSustainedTests.txt new file mode 100644 index 0000000000..db4405a32d --- /dev/null +++ b/RC5/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] + + + -- cgit v1.2.1