File: README

package info (click to toggle)
rabbitmq-server 3.3.5-1.1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 12,004 kB
  • sloc: erlang: 78,203; python: 3,187; xml: 2,843; makefile: 903; sh: 831; java: 660; perl: 64; ruby: 63
file content (18 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Useful targets:

$ make lite # runs the Erlang unit tests and the Java client / functional tests
$ make full # runs both the above plus the QPid test suite
$ make test # runs the Erlang multi-node integration tests
$ make all  # runs all of the above

The multi-node tests take a long time, so you might want to run a subset:

$ make test FILTER=dynamic_ha               # <- run just one suite
$ make test FILTER=dynamic_ha:change_policy # <- run just one test

The multi-node tests also default to coverage off, to turn it on:

$ make test COVER=true

This repository is not related to plugin tests; run "make test" in a
plugin directory to test that plugin.