diff options
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/systests/src/main/java/org/apache/qpid/client/failover/FailoverBehaviourTest.java | 7 | ||||
| -rwxr-xr-x | qpid/java/test-profiles/CPPExcludes | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/client/failover/FailoverBehaviourTest.java b/qpid/java/systests/src/main/java/org/apache/qpid/client/failover/FailoverBehaviourTest.java index 62b6c784e2..cb13ad0f1c 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/client/failover/FailoverBehaviourTest.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/client/failover/FailoverBehaviourTest.java @@ -836,6 +836,13 @@ public class FailoverBehaviourTest extends FailoverBaseCase implements Connectio } } } + + /** + * Tests that the producer flow control flag is reset when failover occurs while + * the producers are being blocked by the broker. + * + * Uses Java broker specific queue configuration to enabled PSFC. + */ public void testFlowControlFlagResetOnFailover() throws Exception { // we do not need the connection failing to second broker diff --git a/qpid/java/test-profiles/CPPExcludes b/qpid/java/test-profiles/CPPExcludes index 3fb6b63b6f..23722ae5cd 100755 --- a/qpid/java/test-profiles/CPPExcludes +++ b/qpid/java/test-profiles/CPPExcludes @@ -123,6 +123,11 @@ org.apache.qpid.test.client.message.SelectorTest#testRuntimeSelectorError org.apache.qpid.server.queue.ProducerFlowControlTest#* //QPID-3986 : Flow control invoked on total store disk usage org.apache.qpid.server.store.StoreOverfullTest#* +// 0-8/0-9/0-9-1 and/or Java broker specific failover tests related to the above Producer Flow Control mechanisms +org.apache.qpid.client.failover.FailoverBehaviourTest#testFailoverHandlerTimeoutExpires +org.apache.qpid.client.failover.FailoverBehaviourTest#testFlowControlFlagResetOnFailover +org.apache.qpid.client.failover.AddressBasedFailoverBehaviourTest#testFailoverHandlerTimeoutExpires +org.apache.qpid.client.failover.AddressBasedFailoverBehaviourTest#testFlowControlFlagResetOnFailover org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage#* |
