summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2010-10-18 03:45:47 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2010-10-18 03:45:47 +0000
commit15867b99beacba550fca88708a1bdab4a940bcfb (patch)
tree4a87665949680f8dc53762da0b637b440715cb83 /cpp/src
parent95035460547a97688cc0cf46d5334b8958394a82 (diff)
downloadqpid-python-15867b99beacba550fca88708a1bdab4a940bcfb.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