On 29/03/16 12:22, Keith W wrote:
On 29 March 2016 at 09:13, Gordon Sim <g...@redhat.com> wrote:
On 28/03/16 08:57, Keith W wrote:

Hi all,

I am trying to automate the running of the existing Python AMQP 1.0
broker tests against the Java Broker with the proton-c/cpp binary
dependencies built from their respective trunks.

I am installing the Python modules to a private site-package
directory, but I notice the tests/setup.py does not seem to install
the broker_1_0 module.  Is this an oversight? Or is the running of the
broker_1_0 tests different to the others?


The qpid.messaging python client does not support AMQP 1.0. The
qpid::messaging c++ client has been swigged though (mainly only for ease of
testing), and provides _almost_ the same api.



I am trying to use the python swigged qpid::messaging c++ client API
from the tests.  My question simply is about
https://svn.apache.org/repos/asf/qpid/trunk/qpid/tests/setup.py.  Why
does it omit broker_1_0 on line 26?  Is it that we run these tests in
a different way to the others?

Yes, in so far as they require a different client. However, personally I have no objection to adding the 1.0 tests as well. I'm not sure whether a conscious decision was ever made about whether or not to include them.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to