From 8d3200e6c7808b7b9798f278e4682b9dca58d5cc Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Sat, 28 Jan 2012 00:05:24 +0000 Subject: QPID-3775: Automate the manual persistent store tests. Add new testcase BDBBackupTest to test the operation of the BDB store backup mechanism (backup.sh). Changed test case PersistentStoreTest to implement the manually scripted BDB tests. This required changes to QBTC and BrokerHolder to allow an external Brokers to be forcibly kill'd with -9. Remove script and class for manual tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1236931 13f79535-47bb-0310-9956-ffa450edef68 --- java/test-profiles/JavaTransientExcludes | 1 + 1 file changed, 1 insertion(+) (limited to 'java/test-profiles/JavaTransientExcludes') diff --git a/java/test-profiles/JavaTransientExcludes b/java/test-profiles/JavaTransientExcludes index 67190a6fcc..b4e583ba3a 100644 --- a/java/test-profiles/JavaTransientExcludes +++ b/java/test-profiles/JavaTransientExcludes @@ -34,3 +34,4 @@ org.apache.qpid.server.store.MessageStoreTest#testDurableExchangeRemoval org.apache.qpid.server.store.berkeleydb.BDBMessageStoreTest#* org.apache.qpid.server.store.berkeleydb.BDBUpgradeTest#* +org.apache.qpid.server.store.berkeleydb.BDBBackupTest#* -- cgit v1.2.1