Did you add the new tests to the Cmake side as well? -Steve
> -----Original Message----- > From: Kim van der Riet (JIRA) [mailto:[email protected]] > Sent: Thursday, October 29, 2009 1:52 PM > To: [email protected] > Subject: [jira] Closed: (QPID-1727) C++ broker does support > flow to disk for non durable queues > > > > [ > https://issues.apache.org/jira/browse/QPID-1727?page=com.atlas sian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kim van der Riet closed QPID-1727. ---------------------------------- Resolution: Fixed This was fixed over several checkins: r.817742 r.817748 r.818244 r.819505 r.819524 r.819600 Tests for transient flow-to-disk are included as part of the C++ test suite run under make check. Note that there are limitations to this flow-to-disk design, particularly where a message is routed to multiple queues and those queues may have differing thresholds/policies in place. This will need to be addressed by a design overview at some point in the future. > C++ broker does support flow to disk for non durable queues > ----------------------------------------------------------- > > Key: QPID-1727 > URL: https://issues.apache.org/jira/browse/QPID-1727 > Project: Qpid > Issue Type: Bug > Components: C++ Broker > Reporter: Martin Ritchie > > Summary: > Currently Flow to Disk only works on durable queues. As a results the QueueBrowsingFlowToDiskTest is failing in the 0-10/C++ profile. -- 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:[email protected] --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
