You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2009/02/13 16:02:00 UTC

[jira] Created: (QPID-1662) TimeToLiveTest.testPassive occasionally receives more messages.

TimeToLiveTest.testPassive occasionally receives more messages.
---------------------------------------------------------------

                 Key: QPID-1662
                 URL: https://issues.apache.org/jira/browse/QPID-1662
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker, Java Tests
    Affects Versions: M4
            Reporter: Martin Ritchie
            Priority: Minor
             Fix For: M5


Summary:

Occasionally I've see the TimeToLive.testPassive fail as more messages than expected are received.

One cause may be the innacuuracies of Thread.sleep();

Will replace that with an awaitNanos() that is more accurate and see if it reoccurs.

-- 
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


[jira] Assigned: (QPID-1662) TimeToLiveTest.testPassive occasionally receives more messages.

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

Martin Ritchie reassigned QPID-1662:
------------------------------------

    Assignee: Aidan Skinner

> TimeToLiveTest.testPassive occasionally receives more messages.
> ---------------------------------------------------------------
>
>                 Key: QPID-1662
>                 URL: https://issues.apache.org/jira/browse/QPID-1662
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Tests
>    Affects Versions: M4
>            Reporter: Martin Ritchie
>            Assignee: Aidan Skinner
>            Priority: Minor
>             Fix For: M5
>
>
> Summary:
> Occasionally I've see the TimeToLive.testPassive fail as more messages than expected are received.
> One cause may be the innacuuracies of Thread.sleep();
> Will replace that with an awaitNanos() that is more accurate and see if it reoccurs.

-- 
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


[jira] Updated: (QPID-1662) TimeToLiveTest.testPassive occasionally receives more messages.

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

Aidan Skinner updated QPID-1662:
--------------------------------

        Fix Version/s:     (was: M5)
    Affects Version/s: M5

> TimeToLiveTest.testPassive occasionally receives more messages.
> ---------------------------------------------------------------
>
>                 Key: QPID-1662
>                 URL: https://issues.apache.org/jira/browse/QPID-1662
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Tests
>    Affects Versions: M4, M5
>            Reporter: Martin Ritchie
>            Assignee: Aidan Skinner
>            Priority: Minor
>
> Summary:
> Occasionally I've see the TimeToLive.testPassive fail as more messages than expected are received.
> One cause may be the innacuuracies of Thread.sleep();
> Will replace that with an awaitNanos() that is more accurate and see if it reoccurs.

-- 
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


[jira] Resolved: (QPID-1662) TimeToLiveTest.testPassive occasionally receives more messages.

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

Martin Ritchie resolved QPID-1662.
----------------------------------

    Fix Version/s: 0.7
       Resolution: Fixed

TimeToLive.testPassive has not failed in recently. Marking this as resolved for now.

> TimeToLiveTest.testPassive occasionally receives more messages.
> ---------------------------------------------------------------
>
>                 Key: QPID-1662
>                 URL: https://issues.apache.org/jira/browse/QPID-1662
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Tests
>    Affects Versions: M4, 0.5
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>            Priority: Minor
>             Fix For: 0.7
>
>
> Summary:
> Occasionally I've see the TimeToLive.testPassive fail as more messages than expected are received.
> One cause may be the innacuuracies of Thread.sleep();
> Will replace that with an awaitNanos() that is more accurate and see if it reoccurs.

-- 
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


[jira] Assigned: (QPID-1662) TimeToLiveTest.testPassive occasionally receives more messages.

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

Martin Ritchie reassigned QPID-1662:
------------------------------------

    Assignee: Martin Ritchie  (was: Aidan Skinner)

> TimeToLiveTest.testPassive occasionally receives more messages.
> ---------------------------------------------------------------
>
>                 Key: QPID-1662
>                 URL: https://issues.apache.org/jira/browse/QPID-1662
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker, Java Tests
>    Affects Versions: M4, 0.5
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>            Priority: Minor
>
> Summary:
> Occasionally I've see the TimeToLive.testPassive fail as more messages than expected are received.
> One cause may be the innacuuracies of Thread.sleep();
> Will replace that with an awaitNanos() that is more accurate and see if it reoccurs.

-- 
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