On 09/27/2010 11:54 AM, Jonathan Robie wrote:
Is there a good description that tells what kinds of tests belong in a given
directory?

The cpp tests directory contains boost test cases that are linked into two test suites: - unit_test : test "units" of functionality, some genuine class-level unit tests some test broker behavior using BrokerFixture.
- cluster_test : like unit test but cluster-related,
It also has some python & bash scripts testing things that need co-ordination of multiple brokers
- cluster_tests.py :  cluster test scripts
And then there are various other stand-alone test programs and scripts in python & bash.

Also all the python broker tests get run against the C++ broker, so if you're strictly testing public functionality of the broker you can add a python test there.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to