On 11/12/2010 09:03 AM, Gordon Sim wrote:
Anyone else seeing the following?cluster_tests.LongTests.test_failover .......................................................................................................... fail Error during teardown: Traceback (most recent call last): File "/home/gordon/projects/qpid-svn-trunk/cpp/build/src/tests/python/commands/qpid-python-test", line 311, in run phase() File "/home/gordon/projects/qpid-svn-trunk/cpp/build/src/tests/python/qpid/brokertest.py", line 495, in tearDown if err: raise Exception("Unexpected process status:\n "+"\n ".join(err)) Exception: Unexpected process status: poll() takes exactly 1 argument (2 given) poll() takes exactly 1 argument (2 given) poll() takes exactly 1 argument (2 given) poll() takes exactly 1 argument (2 given) poll() takes exactly 1 argument (2 given)It seems to be a result of http://svn.apache.org/viewvc?rev=1032636&view=rev, as reverting that fixes the problem. I'm using python 2.6.
Fixed in r1034421, I've verified this works on python 2.4 and 2.6. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
