[Sorry about previous half email.. forgot I was in Gmail and did
tab-space... which sent the email.]
So,
I've managed to bend our maven build system to allow the python tests
to be run against the broker.

Current limitations:

- You need python installed on your path :)
- If you want to run via cygwin you need to say
 + $  mvn -Dcommand="bash -c 'python run-tests -v -I java_failing.txt'"
- if you don't want to run the tests
 + add -Dskip-python-test  to you mvn line. The test will also be
skipped with -Pfastinstall
- You also need to have ports 5672 free as a fresh broker is started
for running the tests.

The python tests also do not clean up their connections so you will
see the java broker erroring on forcibly closing connections.

Will JIRA that when I get the chance.
--
Martin Ritchie

Reply via email to