From 65af0e588588f15bbb1498403ee49f3c41ed04a0 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Tue, 20 May 2014 15:04:11 +0000 Subject: QPID-5715: [Java Broker] Make virtualhosts respect the states ACTIVE and STOPPED * Changes in virtualhost state are now persisted to store. * VirtualHostState eliminated. The PASSIVE state used when a BDB HA Virtualhost is in replica is replaced by UNAVAILABLE. Work by me and Andrew MacBean . git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1596281 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaTransientExcludes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qpid/java/test-profiles') diff --git a/qpid/java/test-profiles/JavaTransientExcludes b/qpid/java/test-profiles/JavaTransientExcludes index 82d2375015..2252d0962f 100644 --- a/qpid/java/test-profiles/JavaTransientExcludes +++ b/qpid/java/test-profiles/JavaTransientExcludes @@ -53,7 +53,8 @@ org.apache.qpid.systest.management.jmx.QueueManagementTest#testCopyMessageBetwee org.apache.qpid.test.unit.client.MaxDeliveryCountTest#testWhenBrokerIsRestartedAfterEnqeuingMessages -org.apache.qpid.systest.rest.VirtualHostRestTest#testUpdateActiveHost +org.apache.qpid.systest.rest.VirtualHostRestTest#testRecoverVirtualHostInDesiredStateStoppedWithDescription + org.apache.qpid.systest.rest.VirtualHostNodeRestTest#testCreateAndDeleteNodeWithTestProfileStore org.apache.qpid.systest.rest.VirtualHostNodeRestTest#testCreateAndDeleteNodeWithJsonStore -- cgit v1.2.1