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 agents failed
interop_tests.PythonTxTest.test_tx_sequence ............................. fail
ConnectError: Connect failed to amqp:tcp:127.0.0.1:33925: Reconnect disabled
interop_tests.PythonTxTest.test_tx_simple_commit ........................ fail
ConnectError: Connect failed to amqp:tcp:127.0.0.1:33925: Reconnect disable
 Totals: 7 tests, 1 passed, 0 skipped, 0 ignored, 6 failed
...........
Exception: Unexpected process status:
BadProcessStatus: expected running, exit code -11: broker0 (qpidd-0)

________________________________________
From: Steve Huston [[email protected]]
Sent: Tuesday, March 08, 2016 10:41 AM
To: [email protected]
Subject: RE: QPID CPP 0.34: Interop Test Failure?

The tests try to pick an unused port, so 52652 is reasonable.

> -----Original Message-----
> From: Flores, Paul A. [mailto:[email protected]]
> Sent: Tuesday, March 08, 2016 11:27 AM
> To: [email protected]
> Subject: RE: QPID CPP 0.34: Interop Test Failure?
>
> Is the URL incorrect in this particular test?
>
> ConnectError: Connect failed to amqp:tcp:127.0.0.1:52652: Reconnect
> disabled
>
> Shouldn't the port be 5672 and not 52652?
>
> ________________________________________
> From: Gordon Sim [[email protected]]
> Sent: Tuesday, March 08, 2016 10:22 AM
> To: [email protected]
> 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_t
> > ests.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.
>
> You can also look under Testing/Temporary/LastTest.log under the build
> directory for a log of all the tests lasts run, which should have details of 
> the
> failing tests.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected] For additional
> commands, e-mail: [email protected]
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected] For additional
> commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to