Re: QPID CPP 0.34: Interop Test Failure?

2016-03-08 Thread Alan Conway
On Tue, 2016-03-08 at 16:57 +, Flores, Paul A. wrote: > What can I do to resolves these errors?   > > Can I ignore them? > > > interop_tests.CppTxTest.test_txtest2 > fail > .. >  BadProcessStatus: qpid-txtest2-2 Exit code 2: > qpid-txtest2: Transfer

RE: QPID CPP 0.34: Interop Test Failure?

2016-03-08 Thread Flores, Paul A.
: Interop Test Failure? The tests try to pick an unused port, so 52652 is reasonable. > -Original Message- > From: Flores, Paul A. [mailto:paul.a.flo...@saic.com] > Sent: Tuesday, March 08, 2016 11:27 AM > To: users@qpid.apache.org > Subject: RE: QPID CPP 0.34: Inter

RE: QPID CPP 0.34: Interop Test Failure?

2016-03-08 Thread Steve Huston
The tests try to pick an unused port, so 52652 is reasonable. > -Original Message- > From: Flores, Paul A. [mailto:paul.a.flo...@saic.com] > Sent: Tuesday, March 08, 2016 11:27 AM > To: users@qpid.apache.org > Subject: RE: QPID CPP 0.34: Interop Test Failure? > >

RE: QPID CPP 0.34: Interop Test Failure?

2016-03-08 Thread Flores, Paul A.
@qpid.apache.org Subject: Re: QPID CPP 0.34: Interop Test Failure? On 08/03/16 15:43, Justin Ross wrote: > It means one of the tests defined here is failing: > > > https://github.com/apache/qpid/blob/trunk/qpid/cpp/src/tests/interop_tests.py > > You should first determine which on

Re: QPID CPP 0.34: Interop Test Failure?

2016-03-08 Thread Gordon Sim
On 08/03/16 15:43, Justin Ross wrote: It means one of the tests defined here is failing: https://github.com/apache/qpid/blob/trunk/qpid/cpp/src/tests/interop_tests.py You should first determine which one is failing. Use the following command to run the test verbosely: ctest -R

Re: QPID CPP 0.34: Interop Test Failure?

2016-03-08 Thread Justin Ross
It means one of the tests defined here is failing: https://github.com/apache/qpid/blob/trunk/qpid/cpp/src/tests/interop_tests.py You should first determine which one is failing. Use the following command to run the test verbosely: ctest -R '^interop_tests$' -VV And then see what it says.