Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_consumerset_iterconsume fails #30

Open
fladi opened this issue Jun 5, 2010 · 0 comments
Open

test_consumerset_iterconsume fails #30

fladi opened this issue Jun 5, 2010 · 0 comments

Comments

@fladi
Copy link

fladi commented Jun 5, 2010

Running the tests results in:

FAIL: test_consumerset_iterconsume (tests.test_pyamqplib.TestAMQPlibMessaging)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/buildd/python-carrot-0.10.5/tests/backend.py", line 465, in test_consumerset_iterconsume
    assertDataIs({"rkey": "foo.baz"})
  File "/tmp/buildd/python-carrot-0.10.5/tests/backend.py", line 446, in assertDataIs
    self.assertEquals(scratchpad.get("data"), what)
AssertionError: {'rkey': 'foo.bam'} != {'rkey': 'foo.baz'}
>>  raise self.failureException, \
          (None or '%r != %r' % ({'rkey': 'foo.bam'}, {'rkey': 'foo.baz'}))

-------------------- >> begin captured logging << --------------------
amqplib: DEBUG: Start from server, version: 8.0, properties: {u'platform': 'Erlang/OTP', u'product': 'RabbitMQ', u'version': '1.7.2', u'copyright': 'Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.', u'information': 'Licensed under the MPL.  See http://www.rabbitmq.com/'}, mechanisms: ['PLAIN', 'AMQPLAIN'], locales: ['en_US']
amqplib: DEBUG: Open OK! known_hosts [xxxxxxx:5672]
amqplib: DEBUG: using channel_id: 1
amqplib: DEBUG: Channel open
amqplib: DEBUG: using channel_id: 2
amqplib: DEBUG: Channel open
amqplib: DEBUG: Closed channel #1
amqplib: DEBUG: Closed channel #2
--------------------- >> end captured logging << ---------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant