summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ClusterFixture.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-08-03 15:33:12 +0000
committerAlan Conway <aconway@apache.org>2010-08-03 15:33:12 +0000
commit5ec35e7bf8341f40bb672976f8b81476764394e0 (patch)
treefd55d91c8e2fd3281707a54f56dcb0de2813bf52 /cpp/src/tests/ClusterFixture.h
parentc27813691a6159394accf162748561c83631df27 (diff)
downloadqpid-python-5ec35e7bf8341f40bb672976f8b81476764394e0.tar.gz
Disable non-0 session timeouts.
Since session resume is not fully implemented, non-0 session timeouts are of no use. Moreover the partial implementation causes problems in a cluster as stale sessions kept alive by a timeout can interfere with failover and updates. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@981933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/ClusterFixture.h')
-rw-r--r--cpp/src/tests/ClusterFixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/ClusterFixture.h b/cpp/src/tests/ClusterFixture.h
index 1eee32b9a4..f548ff9376 100644
--- a/cpp/src/tests/ClusterFixture.h
+++ b/cpp/src/tests/ClusterFixture.h
@@ -89,7 +89,7 @@ class ClusterFixture : public vector<uint16_t> {
/** Kill a forked broker with sig, or shutdown localBroker. */
void kill(size_t n, int sig=SIGINT);
- /** Kill a broker and suppressing errors from closing connection c. */
+ /** Kill a broker and suppress errors from closing connection c. */
void killWithSilencer(size_t n, client::Connection& c, int sig=SIGINT);
private: