CancelTest fails occiasionally on slower CI box (and duplicates other the QueueBrowser*Tests) ---------------------------------------------------------------------------------------------
Key: QPID-3865 URL: https://issues.apache.org/jira/browse/QPID-3865 Project: Qpid Issue Type: Improvement Components: Java Tests Affects Versions: 0.15 Reporter: Keith Wall Assignee: Keith Wall Priority: Trivial Fix For: 0.15 This test case is seen to fail occasionally on a slower CI box. The failure is a test issue; it uses a non-transactional producer to send the single test message, so the message may not have made it to the broker by the time the QueueBrowser is created. When the test fails, the browser sees no messages. The test won't be fixed as the test is duplicated by the better QueueBrowser*Test which uses a transactional publisher. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org