On Tue, 2016-03-08 at 16:57 +0000, 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 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)
The exit code -11 indicates that your broker crashed with a memory error, that's why the connections failed. The problem might be specific to transaction support if these are the only tests failing but it would be best to know more. There should be a tests/interop_tests.tmp in your build dir, that shoud contain some logs that may give more information. There may also be a core file from the broker there, depending on how your system is set up to handle core files. If you have valgrind, running the test with valgrind might also give more information, I think the valgrind output will go under the interop_tests.tmp directory. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org