OK - for me (on Memory Store) first run of the tests will pass all 42 that are not in the ignore file.
the second run, on the other hand.... ====================================================================== ERROR: test_ack (tests.basic.BasicTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\newQpid\python\tests\basic.py", line 150, in test_ack channel.queue_declare(queue="test-ack-queue", exclusive=True) File "<string>", line 3, in queue_declare File "C:\newQpid\python\qpid\peer.py", line 188, in invoke raise Closed(self.reason) Closed: Method(name=close, id=40) (405, 'Cannot declare queue, as exclusive queue with same name declared on another connection [error code 405]', 50, 10) content = None ... and so on I shall have a look why these aren't being cleaned up. - Rob
