You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Jonathan Robie (JIRA)" <qp...@incubator.apache.org> on 2009/06/12 21:19:07 UTC

[jira] Commented: (QPID-1766) Implemention of selector using Xquery

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

Jonathan Robie commented on QPID-1766:
--------------------------------------

On RHEL5, I am getting two errors with $ make check, they do not occur with a pristine trunk checkout.

I haven't investigated yet, but the output indicates that both are timeout errors related to queues:

======================================================================
ERROR: test_release_ordering (tests_0-10.message.MessageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jrobie/qpid/qpid/python/tests_0-10/message.py", line 636, in test_release_ordering
    self.assertEquals("released message %s" % (i), queue.get(timeout = 1).body)
  File "/home/jrobie/qpid/qpid/python/qpid/queue.py", line 50, in get
    result = BaseQueue.get(self, block, timeout)
  File "/usr/lib64/python2.4/Queue.py", line 127, in get
    raise Empty
Empty

======================================================================
ERROR: test_rollback (tests_0-10.tx.TxTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jrobie/qpid/qpid/python/tests_0-10/tx.py", line 157, in test_rollback
    msg = queue_a.get(timeout=1)
  File "/home/jrobie/qpid/qpid/python/qpid/queue.py", line 50, in get
    result = BaseQueue.get(self, block, timeout)
  File "/usr/lib64/python2.4/Queue.py", line 127, in get
    raise Empty
Empty


> Implemention of selector using Xquery
> -------------------------------------
>
>                 Key: QPID-1766
>                 URL: https://issues.apache.org/jira/browse/QPID-1766
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker, C++ Client
>         Environment: Linux
>            Reporter: chenta lee
>         Attachments: chenta.diff, Makefile.patch, Makefile.patch, message_selector_pytest.patch, selector.diff, selector.diff, selector.patch, selector.patch, selector_broker.patch, selector_client.patch, selector_client.patch, selector_example.zip
>
>
> I implemented the message selector for C++ broker and client using Xquery.
> I will attach an example later.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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