You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org> on 2007/01/29 11:33:49 UTC

[jira] Created: (QPID-322) Tests may hang instead of fail if message does not get through

Tests may hang instead of fail if message does not get through
--------------------------------------------------------------

                 Key: QPID-322
                 URL: https://issues.apache.org/jira/browse/QPID-322
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
            Reporter: Rob Godfrey
            Priority: Minor


There are several tests where session.receive() is called.  If there is a bug in the code, then the message may not get through, in which case the test will wait forever, and not fail.  Calls to receive should instead pass a timeout value.

Patch to follow

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


[jira] Updated: (QPID-322) Tests may hang instead of fail if message does not get through

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey updated QPID-322:
-----------------------------

    Attachment: QPID-322.patch

> Tests may hang instead of fail if message does not get through
> --------------------------------------------------------------
>
>                 Key: QPID-322
>                 URL: https://issues.apache.org/jira/browse/QPID-322
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Rob Godfrey
>            Priority: Minor
>         Attachments: QPID-322.patch
>
>
> There are several tests where session.receive() is called.  If there is a bug in the code, then the message may not get through, in which case the test will wait forever, and not fail.  Calls to receive should instead pass a timeout value.
> Patch to follow

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


[jira] Resolved: (QPID-322) Tests may hang instead of fail if message does not get through

Posted by "Robert Greig (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Greig resolved QPID-322.
-------------------------------

    Resolution: Fixed

Patch applied svn revision 501007

> Tests may hang instead of fail if message does not get through
> --------------------------------------------------------------
>
>                 Key: QPID-322
>                 URL: https://issues.apache.org/jira/browse/QPID-322
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Rob Godfrey
>            Priority: Minor
>         Attachments: QPID-322.patch
>
>
> There are several tests where session.receive() is called.  If there is a bug in the code, then the message may not get through, in which case the test will wait forever, and not fail.  Calls to receive should instead pass a timeout value.
> Patch to follow

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


[jira] Assigned: (QPID-322) Tests may hang instead of fail if message does not get through

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey reassigned QPID-322:
--------------------------------

    Assignee: Rob Godfrey

> Tests may hang instead of fail if message does not get through
> --------------------------------------------------------------
>
>                 Key: QPID-322
>                 URL: https://issues.apache.org/jira/browse/QPID-322
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Rob Godfrey
>         Assigned To: Rob Godfrey
>            Priority: Minor
>         Attachments: QPID-322.patch
>
>
> There are several tests where session.receive() is called.  If there is a bug in the code, then the message may not get through, in which case the test will wait forever, and not fail.  Calls to receive should instead pass a timeout value.
> Patch to follow

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