From 23b153214d057627be9d00f8cc14280cd89eb95b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 25 Jun 2008 20:51:30 +0000 Subject: Additions to the client API: - SubscriptionManager::get(queue) to get a single message from a queue. - Set FlowControl per-subscription. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@671655 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/ais_check | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'qpid/cpp/src/tests/ais_check') diff --git a/qpid/cpp/src/tests/ais_check b/qpid/cpp/src/tests/ais_check index 344f15a94e..f16480b7f0 100755 --- a/qpid/cpp/src/tests/ais_check +++ b/qpid/cpp/src/tests/ais_check @@ -1,7 +1,6 @@ #!/bin/sh -# Check for requirements, run AIS tests if found. -# +# Check AIS requirements tests if found. id -nG | grep '\' >/dev/null || \ NOGROUP="You are not a member of the ais group." ps -u root | grep aisexec >/dev/null || \ @@ -24,4 +23,11 @@ EOF exit 0; # A warning, not a failure. fi -echo `dirname $0`/ais_run | newgrp ais +# Run the tests +srcdir=`dirname $0` +$srcdir/start_cluster 4 +./ais_test +ret=$? +$srcdir/stop_cluster +exit $ret + -- cgit v1.2.1