From 4846e287a2022411fcd9ac43e6f16082e220220d Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Tue, 17 Apr 2012 09:01:44 +0000 Subject: QPID-3923: Store queue, exchange and binding as configured objects in bdb store Applied patch by Oleksandr Rudyy , Phil Harvey , and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1327003 13f79535-47bb-0310-9956-ffa450edef68 --- java/test-profiles/CPPExcludes | 1 + java/test-profiles/JavaBDBExcludes | 1 + java/test-profiles/JavaTransientExcludes | 2 ++ 3 files changed, 4 insertions(+) (limited to 'java/test-profiles') diff --git a/java/test-profiles/CPPExcludes b/java/test-profiles/CPPExcludes index 74b02153ac..0abe665206 100755 --- a/java/test-profiles/CPPExcludes +++ b/java/test-profiles/CPPExcludes @@ -91,6 +91,7 @@ org.apache.qpid.server.store.MessageStoreTest#testQueuePersistence org.apache.qpid.server.store.MessageStoreTest#testDurableQueueRemoval org.apache.qpid.server.store.MessageStoreTest#testExchangePersistence org.apache.qpid.server.store.MessageStoreTest#testDurableExchangeRemoval +org.apache.qpid.server.store.DurableConfigurationStoreTest#* // CPP Broker does not follow the same Logging convention as the Java broker org.apache.qpid.server.BrokerStartupTest#* diff --git a/java/test-profiles/JavaBDBExcludes b/java/test-profiles/JavaBDBExcludes index 3fac01cb6d..0750beb339 100644 --- a/java/test-profiles/JavaBDBExcludes +++ b/java/test-profiles/JavaBDBExcludes @@ -20,3 +20,4 @@ //This test is subclassed within the bdbstore module to enable it to run and //also add some bdb-specific tests. It is excluded to prevent running twice. org.apache.qpid.server.store.MessageStoreTest#* +org.apache.qpid.server.store.DurableConfigurationStoreTest#* diff --git a/java/test-profiles/JavaTransientExcludes b/java/test-profiles/JavaTransientExcludes index 168be7736c..eb4c1f814d 100644 --- a/java/test-profiles/JavaTransientExcludes +++ b/java/test-profiles/JavaTransientExcludes @@ -41,3 +41,5 @@ org.apache.qpid.server.store.MessageStoreTest#testExchangePersistence org.apache.qpid.server.store.MessageStoreTest#testDurableExchangeRemoval org.apache.qpid.server.store.berkeleydb.* + +org.apache.qpid.server.store.DurableConfigurationStoreTest#* \ No newline at end of file -- cgit v1.2.1