From 8fcda77476c6e20c77d7572d87da20ef3c38941d Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 29 May 2012 11:38:35 +0000 Subject: QPID-4009: Make failover method invocation timeout configurable for 0-8/0-9/0-9-1 amqp clients Applied patch from Oleksandr Rudyy , Philip Harvey git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1343677 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/Java010Excludes | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qpid/java/test-profiles/Java010Excludes') diff --git a/qpid/java/test-profiles/Java010Excludes b/qpid/java/test-profiles/Java010Excludes index 90df1cee81..3ad8891061 100755 --- a/qpid/java/test-profiles/Java010Excludes +++ b/qpid/java/test-profiles/Java010Excludes @@ -54,6 +54,12 @@ org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testSessionC org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* +// These tests test the behaviour of 0-8..-0-9-1 specific system property qpid.failover_method_timeout +org.apache.qpid.client.failover.FailoverBehaviourTest#testFailoverHandlerTimeoutExpires +org.apache.qpid.client.failover.FailoverBehaviourTest#testFailoverHandlerTimeoutReconnected +org.apache.qpid.client.failover.AddressBasedFailoverBehaviourTest#testFailoverHandlerTimeoutExpires +org.apache.qpid.client.failover.AddressBasedFailoverBehaviourTest#testFailoverHandlerTimeoutReconnected + // QPID-3604: Immediate Prefetch no longer supported by 0-10 org.apache.qpid.client.AsynchMessageListenerTest#testImmediatePrefetchWithMessageListener -- cgit v1.2.1