qpidd now has a --store-dir option for storing state associated with the
broker. Modules that need to store state (cluster, store etc.) should
use this directory by default so all state is collected in a single place.
The default is --store-dir=/var/lib/qpidd, so running qpidd without
options will fail unless /var/lib/qpidd exists and is writable.
For tests that don't need the store-dir either pass --store-dir= or
export QPID_STORE_DIR= in the environment.
Tests that do need store should set store dir appropriately
Cheers,
Alan.