Skip to content

Commit cafa797

Browse files
author
Alexandru Scvortov
committed
updated README-TESTS
1 parent e19f1f6 commit cafa797

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README-TESTS

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1919
All the test suites can be run with the command ant test-suite. To run
2020
specific test suites see the instructions below.
@@ -34,6 +34,11 @@ one of the following in the top-level directory of the source tree:
3434
Note that to run the SSL tests, the RabbitMQ server should be
3535
configured 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+
3742
For example, to run the client tests:
3843

3944
----------------- Example shell session -------------------------------------

0 commit comments

Comments
 (0)