diff options
author | Alan Conway <aconway@apache.org> | 2009-10-05 15:08:25 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-10-05 15:08:25 +0000 |
commit | 4f80172fc8a66475045df2299b45c4eb6d46a1b2 (patch) | |
tree | 3b80ced1287ae02a67264c64e23c86d57cd99582 /cpp/src/tests/clustered_replication_test | |
parent | 6dec488633e43e6a4ebe95fb8289f73d70d00867 (diff) | |
download | qpid-python-4f80172fc8a66475045df2299b45c4eb6d46a1b2.tar.gz |
Fixed: cluster udpate did not presever deliver-properties.exchange on messages.
Also minor improvements:
- Improved debug logging for consumers.
- Cluster tests scripts work with latest corosync: don't check/set ais group.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@821830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/clustered_replication_test')
-rwxr-xr-x | cpp/src/tests/clustered_replication_test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/tests/clustered_replication_test b/cpp/src/tests/clustered_replication_test index 4dcd113c47..4f13b4672c 100755 --- a/cpp/src/tests/clustered_replication_test +++ b/cpp/src/tests/clustered_replication_test @@ -30,10 +30,6 @@ fail() { echo $1 exit 1 } -with_ais_group() { - id -nG | grep '\<ais\>' >/dev/null || { echo "You are not a member of the ais group." 1>&2; exit 1; } - echo $* | newgrp ais -} stop_brokers() { if [[ $PRIMARY1 ]] ; then |