Thanks for that Gordon. Another question, I am running the python tests against the C++ broker and get 144 failures - from a total of 469 tests - all saying 'Authentication Failed'.
I am starting the C++ broker with no parameters or config changes and am passing no arguments to the ./qpid-python-test scripot? Any ideas what I am doing wrong? --Andrew On 15 September 2011 14:18, Gordon Sim <[email protected]> wrote: > On 09/15/2011 02:13 PM, Andrew MacBean wrote: >> >> All, >> >> I have been looking into the python tests that exist and have come >> across tests in 3 separate locations? >> >> qpid/python/qpid/tests/ > > These are tests of the python client itself (though some of them do require > a broker against which to run). > >> qpid/tests/src/py/qpid_tests/ > > These are system tests that just happen to be written in python but should > be able to be run against any broker. There are one or two that test > extensions to the specification, these _should_ all be in separate modules > that are then easy to ignore (which they mostly are I believe, though a > separate directory would be even better). > >> qpid/cpp/src/tests/ > > These are tests for the c++ broker that are written in python. They tend to > involve more specific broker setup than the previous category. E.g. they may > require various brokers to be started with particular options set. > > Some of these may be more generally applicable and could be moved to the top > level tests. > > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
