summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Array.cpp
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
commita33004d9f40e9d477fb68b83823d3c8f9be6aa26 (patch)
tree8289764ce898ae731fc739fa30cce4ed41a7e28a /qpid/cpp/src/tests/Array.cpp
parentbba57b32b6b67bbce808a15858c9b70fe406c20d (diff)
downloadqpid-python-a33004d9f40e9d477fb68b83823d3c8f9be6aa26.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@1023644 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Array.cpp')
0 files changed, 0 insertions, 0 deletions