File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ The suites are:
1010 Client tests
1111 Functional tests
1212 Server tests
13- Performance tests
1413 SSL tests
1514
16- All the tests require a RabbitMQ server listening on localhost:5672
17- (the default settings).
15+ All the tests require a conforming server listening on localhost:5672
16+ (the default settings). For details on running specific tests, see
17+ below.
1818
1919All the test suites can be run with the command ant test-suite. To run
2020specific test suites see the instructions below.
@@ -34,6 +34,11 @@ one of the following in the top-level directory of the source tree:
3434Note that to run the SSL tests, the RabbitMQ server should be
3535configured to use SSL as per the SSL with RabbitMQ guide.
3636
37+ The server tests are meant to test a RabbitMQ broker. Broadly, they
38+ require a running RabbitMQ broker on the default host/port, the source
39+ code for rabbitmq-server in ../rabbitmq-server, and a test directory
40+ ../rabbitmq-test. Running them manually is a tricky business.
41+
3742For example, to run the client tests:
3843
3944----------------- Example shell session -------------------------------------
You can’t perform that action at this time.
0 commit comments