diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2010-10-18 03:45:47 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2010-10-18 03:45:47 +0000 |
commit | b28371f57920a2b8546304f2ae74888627c409c7 (patch) | |
tree | 4a87665949680f8dc53762da0b637b440715cb83 /cpp/src | |
parent | f0922bfe420ab04d1ebc09140df581d30d3d6494 (diff) | |
download | qpid-python-b28371f57920a2b8546304f2ae74888627c409c7.tar.gz |
QPID-2418
The test "testDurSubSameMessageSelector" fails when run against the cpp.noprefetch profile as the queue depth check is fails for the following reason. The test sends 5 matching and non matching messages to the queue alternatively. Since the C++ broker does not implement selectors all 10 messages are in the queue. When run with the noprefetch profile, messages are fetched one at a time. Therefore when the last matching message is read, there is still one more message (one that does not match) left in the queue. Therefore the queue depth check needs to take this into account.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1023644 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
0 files changed, 0 insertions, 0 deletions