diff options
| author | Rupert Smith <rupertlssmith@apache.org> | 2007-07-17 16:22:16 +0000 |
|---|---|---|
| committer | Rupert Smith <rupertlssmith@apache.org> | 2007-07-17 16:22:16 +0000 |
| commit | d96489e6a64861e943a9adffadc5bbcf18632069 (patch) | |
| tree | 51485fc92091c4c3a92f0d84effc9b9f5991b5c2 /java/integrationtests/docs | |
| parent | e061b189402d96fbcaeb792c714461be21cd057f (diff) | |
| download | qpid-python-d96489e6a64861e943a9adffadc5bbcf18632069.tar.gz | |
Refactored the distributed test clients and coordinator to support different distribution and sequencing engines.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@556958 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/integrationtests/docs')
| -rw-r--r-- | java/integrationtests/docs/RunningSustainedTests.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/java/integrationtests/docs/RunningSustainedTests.txt b/java/integrationtests/docs/RunningSustainedTests.txt index 2b37f4c5a7..c483709f61 100644 --- a/java/integrationtests/docs/RunningSustainedTests.txt +++ b/java/integrationtests/docs/RunningSustainedTests.txt @@ -1,15 +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.SustainedTestClient : Pub Sub test to determine steady state throughput. +- 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 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] +- 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.interop.coordinator.Coordinator] + +- Additional Test clients can be started and joined into the running test: [java org.apache.qpid.interop.TestClient -j] + |
