From e7bfaa4a7fe3dae4079e84010a1be5e80a63fc6a Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 26 Nov 2007 17:05:05 +0000 Subject: tag for M2 final release git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@598344 13f79535-47bb-0310-9956-ffa450edef68 --- .../integrationtests/docs/RunningSustainedTests.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Final/java/integrationtests/docs/RunningSustainedTests.txt (limited to 'Final/java/integrationtests/docs') diff --git a/Final/java/integrationtests/docs/RunningSustainedTests.txt b/Final/java/integrationtests/docs/RunningSustainedTests.txt new file mode 100644 index 0000000000..db4405a32d --- /dev/null +++ b/Final/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