From 4054fa264932e1a2d8c00d6e61b0685e1ea730bc Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 5 Jun 2007 08:50:54 +0000 Subject: Added documentation on how to run the sustained tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@544422 13f79535-47bb-0310-9956-ffa450edef68 --- java/integrationtests/docs/RunningSustainedTests.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 java/integrationtests/docs/RunningSustainedTests.txt (limited to 'java/integrationtests/docs') diff --git a/java/integrationtests/docs/RunningSustainedTests.txt b/java/integrationtests/docs/RunningSustainedTests.txt new file mode 100644 index 0000000000..2b37f4c5a7 --- /dev/null +++ b/java/integrationtests/docs/RunningSustainedTests.txt @@ -0,0 +1,15 @@ +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.SustainedTestClient : 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 Client [java org.apache.qpid.sustained.TestClient], ensuring unique naming + - Start Test Controller [java org.apache.qpid.sustained.TestCoordinator] + - Additional Test clients can be started: + [java org.apache.qpid.sustained.TestClient -j org.apache.qpid.sustained.SustainedTestClient] + + -- cgit v1.2.1