TimeToLiveTest fails against C++ broker ---------------------------------------
Key: QPID-1575 URL: https://issues.apache.org/jira/browse/QPID-1575 Project: Qpid Issue Type: Bug Components: C++ Broker, Java Client Affects Versions: M4, M5 Reporter: Aidan Skinner testPassiveTTL and testActiveTTL both fail when run against the C++ broker: junit.framework.AssertionFailedError: Final message has incorrect TTL. expected:<0> but was:<1000> at org.apache.qpid.server.queue.TimeToLiveTest.testPassiveTTL(TimeToLiveTest.java:107) at org.apache.qpid.test.utils.QpidTestCase.runBare(QpidTestCase.java:188) at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:222) and Messages not automatically expired: expected:<0> but was:<50> junit.framework.AssertionFailedError: Messages not automatically expired: expected:<0> but was:<50> at org.apache.qpid.server.queue.TimeToLiveTest.testActiveTTL(TimeToLiveTest.java:156) at org.apache.qpid.test.utils.QpidTestCase.runBare(QpidTestCase.java:188) at org.apache.qpid.test.utils.QpidTestCase.run(QpidTestCase.java:222) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.