>Alan Conway <[email protected]> wrote: >To play safe I'd suggest using a consistent version of all components, i.e. all via yum or all built from source. That may be excessively paranoid on my part
Thanks Alan. I shall definitely try this. ps : Just being curious, does AMQP have any handshake upon initiating conversation for the version info and such things? On Fri, Feb 6, 2009 at 1:31 AM, Alan Conway <[email protected]> wrote: > GS.Chandra N wrote: > >> correction - I get 4 errors when i try to validate MY installation by >> running run-tests utility. >> >> On Thu, Feb 5, 2009 at 9:46 AM, GS.Chandra N <[email protected] >> >wrote: >> >> Hi, >>> >>> I have just downloaded and compiled qpidc and qpidpython and installed >>> qpidd via yum. >>> >>> > To play safe I'd suggest using a consistent version of all components, i.e. > all via yum or all built from source. That may be excessively paranoid on my > part but to > > However i get 4 errors when i try to validate by installation though i >>> tried to preclude known errors. >>> >>> Can anyone tell me whether these errors are ignorable / not? >>> >> > There should be no errors when running the python test suite against the > C++ broker so something is up. Try using a consistent version as above to > see if that solves the problem. > > > ./run-tests -s 0-10-errata -I ./cpp_failing_0-10.txt >>> >>> ====================================================================== >>> >>> FAIL: test_example >>> (tests_0-10.example.ExampleTest) >>> >>> ---------------------------------------------------------------------- >>> >>> Traceback (most recent call >>> last): >>> >>> File >>> "/home/remya/Documents/download/qpid-M4/python/tests_0-10/example.py", >>> line >>> 91, in test_example >>> self.assertEqual(sent.body, >>> msg.body) >>> >>> AssertionError: 'Hello World!' != 'Immediate >>> Delivery' >>> >>> >>> ====================================================================== >>> FAIL: test_simple_delivery_queued (tests_0-10.broker.BrokerTests) >>> ---------------------------------------------------------------------- >>> Traceback (most recent call last): >>> File >>> "/home/remya/Documents/download/qpid-M4/python/tests_0-10/broker.py", >>> line >>> 93, in test_simple_delivery_queued >>> self.assert_(msg.body == >>> body) >>> >>> AssertionError >>> >>> ====================================================================== >>> FAIL: test_purge (tests_0-10.queue.QueueTests) >>> ---------------------------------------------------------------------- >>> Traceback (most recent call last): >>> File >>> "/home/remya/Documents/download/qpid-M4/python/tests_0-10/queue.py", >>> line 42, in test_purge >>> self.assertEqual(3, >>> reply.message_count) >>> AssertionError: 3 != >>> 22 >>> >>> >>> ====================================================================== >>> FAIL: test_no_local_awkward (tests_0-10.message.MessageTests) >>> ---------------------------------------------------------------------- >>> Traceback (most recent call last): >>> File >>> "/home/remya/Documents/download/qpid-M4/python/tests_0-10/message.py", >>> line >>> 103, in test_no_local_awkward >>> self.assertEqual("foreign", >>> msg.body) >>> >>> AssertionError: 'foreign' != 'Immediate >>> Delivery' >>> >>> ---------------------------------------------------------------------- >>> Ran 191 tests in 109.996s >>> >>> FAILED (failures=4) >>> >>> >>> >> > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > >
