You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org> on 2009/06/18 17:01:08 UTC

[jira] Created: (QPID-1912) SelectorTest fails when run against a broker with the bdb store loaded

SelectorTest fails when run against a broker with the bdb store loaded
----------------------------------------------------------------------

                 Key: QPID-1912
                 URL: https://issues.apache.org/jira/browse/QPID-1912
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: 0.6
            Reporter: Aidan Skinner


This fails occasionally against a broker with the BDB persistent store loaded. 

org.apache.qpid.test.client.message.SelectorTest (1)
TestName: testSelectorWithJMSMessageID Duration: 7.592

Msg1 should not be null

junit.framework.AssertionFailedError: Msg1 should not be null
	at org.apache.qpid.test.client.message.SelectorTest.testSelectorWithJMSMessageID(SelectorTest.java:39)
	at org.apache.qpid.test.utils.QpidTestCase.runBare(QpidTestCase.java:204)
	at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:249)



-- 
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-1912) SelectorTest fails when run against a broker with the bdb store loaded

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

Aidan Skinner updated QPID-1912:
--------------------------------

    Attachment: TEST-org.apache.qpid.test.client.message.SelectorTest.testSelectorWithJMSMessageID.out

log file

> SelectorTest fails when run against a broker with the bdb store loaded
> ----------------------------------------------------------------------
>
>                 Key: QPID-1912
>                 URL: https://issues.apache.org/jira/browse/QPID-1912
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.6
>            Reporter: Aidan Skinner
>         Attachments: TEST-org.apache.qpid.test.client.message.SelectorTest.testSelectorWithJMSMessageID.out
>
>
> This fails occasionally against a broker with the BDB persistent store loaded. 
> org.apache.qpid.test.client.message.SelectorTest (1)
> TestName: testSelectorWithJMSMessageID Duration: 7.592
> Msg1 should not be null
> junit.framework.AssertionFailedError: Msg1 should not be null
> 	at org.apache.qpid.test.client.message.SelectorTest.testSelectorWithJMSMessageID(SelectorTest.java:39)
> 	at org.apache.qpid.test.utils.QpidTestCase.runBare(QpidTestCase.java:204)
> 	at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:249)

-- 
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] Commented: (QPID-1912) SelectorTest fails when run against a broker with the bdb store loaded

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12726501#action_12726501 ] 

Aidan Skinner commented on QPID-1912:
-------------------------------------

This may be due to the message send not being transacted and delivery may not have completed before we attempt to recieve() the messages. 

> SelectorTest fails when run against a broker with the bdb store loaded
> ----------------------------------------------------------------------
>
>                 Key: QPID-1912
>                 URL: https://issues.apache.org/jira/browse/QPID-1912
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.6
>            Reporter: Aidan Skinner
>         Attachments: TEST-org.apache.qpid.test.client.message.SelectorTest.testSelectorWithJMSMessageID.out
>
>
> This fails occasionally against a broker with the BDB persistent store loaded. 
> org.apache.qpid.test.client.message.SelectorTest (1)
> TestName: testSelectorWithJMSMessageID Duration: 7.592
> Msg1 should not be null
> junit.framework.AssertionFailedError: Msg1 should not be null
> 	at org.apache.qpid.test.client.message.SelectorTest.testSelectorWithJMSMessageID(SelectorTest.java:39)
> 	at org.apache.qpid.test.utils.QpidTestCase.runBare(QpidTestCase.java:204)
> 	at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:249)

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