diff options
author | Gordon Sim <gsim@apache.org> | 2009-06-29 13:37:39 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-06-29 13:37:39 +0000 |
commit | daf10a871a7364530db96fa068c5545a900218cb (patch) | |
tree | 9fa3b66bfd776a456ce72b63b622d405c6f28e1f | |
parent | a6f05d5aae3b17dbb8f0b655b502f73a37b761b3 (diff) | |
download | qpid-python-daf10a871a7364530db96fa068c5545a900218cb.tar.gz |
Have receivers in test ignore duplicates (makes it possible to recover from certain failure scenarios)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@789322 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | qpid/cpp/src/tests/ring_queue_test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ring_queue_test b/qpid/cpp/src/tests/ring_queue_test index b6479cf16d..e75e9c6e14 100755 --- a/qpid/cpp/src/tests/ring_queue_test +++ b/qpid/cpp/src/tests/ring_queue_test @@ -42,7 +42,7 @@ send() { receive() { #TODO: allow a variety of receiver options to be passed in (ack-frequency, credit-window etc) - receiver --queue $QUEUE_NAME > receiver_${QUEUE_NAME}_${1} + receiver --queue $QUEUE_NAME --ignore-duplicates > receiver_${QUEUE_NAME}_${1} } cleanup() { |