diff options
| author | Alan Conway <aconway@apache.org> | 2013-09-09 17:08:23 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-09-09 17:08:23 +0000 |
| commit | fcafb84f19127b245394f311e4f3ed47180a5188 (patch) | |
| tree | fe6a32abfc2dc0ea8258869d42b3ce928b7dee8c /qpid/cpp/src/tests/ha_test.py | |
| parent | 037f641f3e098c9b9df47f6ca42979bfa583dd4d (diff) | |
| download | qpid-python-fcafb84f19127b245394f311e4f3ed47180a5188.tar.gz | |
QPID-4327: HA support for TX transactions - fix auth bugs.
- Set auth info on status check connections
- Clean up status check loging
- Use realm@username for authentication name (was using just username)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1521190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/ha_test.py')
| -rwxr-xr-x | qpid/cpp/src/tests/ha_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/ha_test.py b/qpid/cpp/src/tests/ha_test.py index 5f21b8f8a4..1c51673763 100755 --- a/qpid/cpp/src/tests/ha_test.py +++ b/qpid/cpp/src/tests/ha_test.py @@ -125,7 +125,7 @@ class HaBroker(Broker): ha_port = ha_port or HaPort(test) args = copy(args) args += ["--load-module", BrokerTest.ha_lib, - "--log-enable=debug+:ha::", + "--log-enable=debug+:ha::", "--log-enable=debug+:acl::", # Non-standard settings for faster tests. "--link-maintenance-interval=0.1", # Heartbeat and negotiate time are needed so that a broker wont |
