summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2010-10-14 21:21:02 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2010-10-14 21:21:02 +0000
commitf77e6e659f1f627f046eb225e8febf8b5280bcad (patch)
treeceb8b1c9d09db6da9983fb95712bfc9708fe2827 /cpp/include
parent5abe7e4b23b33d03d991e07bb9999c5e05fbfaaf (diff)
downloadqpid-python-f77e6e659f1f627f046eb225e8febf8b5280bcad.tar.gz
QPID-2418
The tests "testResubscribeWithChangedSelectorNoClose" and "testDurSubAddMessageSelectorNoClose" are failing against the c++ broker due to wrong assumptions made in the test cases. It creates subscriptions, then sends messages and tries to check the queue depth. However the c++ broker (not sure what the java broker behaviour is) will imediately send the messages to the java client. All though the messages are received in no-acquire mode the broker will not show them as available unless the client releases them. I added a connection stop immediately before the messages were sent, preventing the broker from sending them to the consumer. And then I added a connection start soon after the queue depth is querried. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1022722 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
0 files changed, 0 insertions, 0 deletions