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 | 8ce9685df2740db53676d1bdc17329507ddb747d (patch) | |
| tree | 8231ed62780c32d3add3addcbe4cb93ac8ded240 /qpid/cpp/src/tests/clustered_replication_test | |
| parent | 382459758bcb7366e07c3cae4e154128f0a66bb1 (diff) | |
| download | qpid-python-8ce9685df2740db53676d1bdc17329507ddb747d.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@821830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/clustered_replication_test')
| -rwxr-xr-x | qpid/cpp/src/tests/clustered_replication_test | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/cpp/src/tests/clustered_replication_test b/qpid/cpp/src/tests/clustered_replication_test index 4dcd113c47..4f13b4672c 100755 --- a/qpid/cpp/src/tests/clustered_replication_test +++ b/qpid/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 |
