From cbdf5498be1466512873192eea7cab57fa31c243 Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Thu, 24 Apr 2008 00:01:02 +0000 Subject: QPID-832 copy from M2.x git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@651115 13f79535-47bb-0310-9956-ffa450edef68 --- java/integrationtests/docs/RunningSustainedTests.txt | 17 +++++++++++++++++ 1 file changed, 17 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..db4405a32d --- /dev/null +++ b/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