summaryrefslogtreecommitdiff
path: root/java/test-profiles/JavaTransientExcludes
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2012-01-28 00:05:24 +0000
committerKeith Wall <kwall@apache.org>2012-01-28 00:05:24 +0000
commit47b64e1011c776e8b50a6dff13180a362ea6f69d (patch)
tree52f46fe725520bf77a342adaa63d4053a07a2dd6 /java/test-profiles/JavaTransientExcludes
parent8ef32826194be4bbd5c1479e08a1cd0562f78f98 (diff)
downloadqpid-python-47b64e1011c776e8b50a6dff13180a362ea6f69d.tar.gz
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
Diffstat (limited to 'java/test-profiles/JavaTransientExcludes')
-rw-r--r--java/test-profiles/JavaTransientExcludes1
1 files changed, 1 insertions, 0 deletions
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#*