You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/06/05 10:50:55 UTC

svn commit: r544422 - in /incubator/qpid/branches/M2/java/integrationtests/docs: ./ RunningSustainedTests.txt

Author: ritchiem
Date: Tue Jun  5 01:50:54 2007
New Revision: 544422

URL: http://svn.apache.org/viewvc?view=rev&rev=544422
Log:
Added documentation on how to run the sustained tests.

Added:
    incubator/qpid/branches/M2/java/integrationtests/docs/
    incubator/qpid/branches/M2/java/integrationtests/docs/RunningSustainedTests.txt   (with props)

Added: incubator/qpid/branches/M2/java/integrationtests/docs/RunningSustainedTests.txt
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/integrationtests/docs/RunningSustainedTests.txt?view=auto&rev=544422
==============================================================================
--- incubator/qpid/branches/M2/java/integrationtests/docs/RunningSustainedTests.txt (added)
+++ incubator/qpid/branches/M2/java/integrationtests/docs/RunningSustainedTests.txt Tue Jun  5 01:50:54 2007
@@ -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]
+
+

Propchange: incubator/qpid/branches/M2/java/integrationtests/docs/RunningSustainedTests.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/qpid/branches/M2/java/integrationtests/docs/RunningSustainedTests.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain