You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ken Giusti (JIRA)" <ji...@apache.org> on 2013/05/01 15:10:18 UTC

[jira] [Commented] (QPID-4790) CI test failure: queue_flow_limit_tests.QueueFlowLimitTests.test_blocked_queue_delete ....fail

    [ https://issues.apache.org/jira/browse/QPID-4790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13646557#comment-13646557 ] 

Ken Giusti commented on QPID-4790:
----------------------------------

The test was using the old client api to create/delete queues.

I've modified the test to use QMF to create/delete the queues instead:

http://svn.apache.org/viewvc?view=revision&revision=1477979

Ran overnight without incident - may be a bug in the old client api?
                
> CI test failure: queue_flow_limit_tests.QueueFlowLimitTests.test_blocked_queue_delete ....fail
> ----------------------------------------------------------------------------------------------
>
>                 Key: QPID-4790
>                 URL: https://issues.apache.org/jira/browse/QPID-4790
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, Python Client
>    Affects Versions: 0.22
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>
> Occasional failure seen for above test.   Hard to reproduce.
> Additional details:
> 1) Failure occurs when test attempts to delete a queue that has messages on it, and a producer that is blocked by flow control.
> 2) The broker log trace shows that the queue.delete message is received.  The queue is deleted and all messages released.  The delete command is completed and the session.completed response is sent.
> 3) The python client library (used by the test) receives the session.completed frame.  However, when the test fails the frame appears to be corrupted - it is completely zeroed.
> I've determined (3) by dumping the data as it is read from the socket by the python client library.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org