diff options
Diffstat (limited to 'qpid/cpp/src/tests/run_failover_soak')
| -rwxr-xr-x | qpid/cpp/src/tests/run_failover_soak | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/qpid/cpp/src/tests/run_failover_soak b/qpid/cpp/src/tests/run_failover_soak index 8d5b37f008..082cd75449 100755 --- a/qpid/cpp/src/tests/run_failover_soak +++ b/qpid/cpp/src/tests/run_failover_soak @@ -24,11 +24,13 @@ host=127.0.0.1 MODULES=${MODULES:-../.libs} -MESSAGES=${MESSAGES:-300000} -REPORT_FREQUENCY=${REPORT_FREQUENCY:-`expr $MESSAGES / 20`} -VERBOSITY=${VERBOSITY:-1} -DURABILITY=${DURABILITY:-1} +MESSAGES=${MESSAGES:-1000000} +REPORT_FREQUENCY=${REPORT_FREQUENCY:-20000} +VERBOSITY=${VERBOSITY:-10} +DURABILITY=${DURABILITY:-0} +N_QUEUES=${N_QUEUES:-1} +N_BROKERS=${N_BROKERS:-3} rm -f soak-*.log -exec ./failover_soak $MODULES ./declare_queues ./replaying_sender ./resuming_receiver $MESSAGES $REPORT_FREQUENCY $VERBOSITY $DURABILITY +exec ./failover_soak $MODULES ./declare_queues ./replaying_sender ./resuming_receiver $MESSAGES $REPORT_FREQUENCY $VERBOSITY $DURABILITY $N_QUEUES $N_BROKERS |
