You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Alan Conway <ac...@redhat.com> on 2011/03/17 21:28:42 UTC

Broken C++ trunk: cluster_tests.ShortTests.test_sasl

This test is currently failing on trunk:
  cd src/; make check TESTS=run_cluster_tests CLUSTER_TESTS=*sasl

According to git-bisect the culprit is:
  1082478: added support for address assertion

The failure looks like this:

cluster_tests.ShortTests.test_sasl 
.................................................. fail
Error during test:
   Traceback (most recent call last):
     File 
"/home/remote/aconway/qpid2/dbg/src/tests/python/commands/qpid-python-test", 
line 311, in run
       phase()
     File "/home/remote/aconway/qpid2/qpid/cpp/src/tests/cluster_tests.py", line 
125, in test_sasl
       c.session().receiver("ziggy;{assert:always}")
     File "<string>", line 6, in receiver
     File 
"/home/remote/aconway/qpid2/dbg/src/tests/python/qpid/messaging/endpoints.py", 
line 607, in receiver
       raise e
   AssertionFailed: expected None, got queue

I can help with debugging if need be.
Cheers,
Alan.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


Re: Broken C++ trunk: cluster_tests.ShortTests.test_sasl

Posted by Rafael Schloming <ra...@redhat.com>.
Should be fixed now.

--Rafael

On 03/17/2011 04:28 PM, Alan Conway wrote:
> This test is currently failing on trunk:
> cd src/; make check TESTS=run_cluster_tests CLUSTER_TESTS=*sasl
>
> According to git-bisect the culprit is:
> 1082478: added support for address assertion
>
> The failure looks like this:
>
> cluster_tests.ShortTests.test_sasl
> .................................................. fail
> Error during test:
> Traceback (most recent call last):
> File
> "/home/remote/aconway/qpid2/dbg/src/tests/python/commands/qpid-python-test",
> line 311, in run
> phase()
> File "/home/remote/aconway/qpid2/qpid/cpp/src/tests/cluster_tests.py",
> line 125, in test_sasl
> c.session().receiver("ziggy;{assert:always}")
> File "<string>", line 6, in receiver
> File
> "/home/remote/aconway/qpid2/dbg/src/tests/python/qpid/messaging/endpoints.py",
> line 607, in receiver
> raise e
> AssertionFailed: expected None, got queue
>
> I can help with debugging if need be.
> Cheers,
> Alan.
>
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project: http://qpid.apache.org
> Use/Interact: mailto:dev-subscribe@qpid.apache.org
>


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org