diff options
| author | Keith Wall <kwall@apache.org> | 2014-04-04 10:21:37 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-04-04 10:21:37 +0000 |
| commit | db86d03af2ce0f704398c2a9392e91e9637154ec (patch) | |
| tree | 9b2cad7913dd50a2ea765cebbe668c4eece0c50c /qpid/java/test-profiles/JavaBDBExcludes | |
| parent | 2ca0740a9f1cc975b4e0225d8253be7f16476035 (diff) | |
| download | qpid-python-db86d03af2ce0f704398c2a9392e91e9637154ec.tar.gz | |
QPID-5653: Replace DurableConfigurationStore/MessageStore recoverers with visitors.
* MS/DCS impls now have stateless visitXXX methods to retrieve message/configuration data (replaces the recoverXXXX methods)
* VH implementations now uses Handlers to perform the recovery operation.
* DCS's handler (ConfiguredObjectRecordRecoveverAndUpgrader) currently implemented in terms of the old DefaultUpgradeProvider/DurableConfigurationRecoverer.
This will be refactored by a future commit.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1584600 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-profiles/JavaBDBExcludes')
| -rw-r--r-- | qpid/java/test-profiles/JavaBDBExcludes | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/java/test-profiles/JavaBDBExcludes b/qpid/java/test-profiles/JavaBDBExcludes index 0750beb339..969b9272a7 100644 --- a/qpid/java/test-profiles/JavaBDBExcludes +++ b/qpid/java/test-profiles/JavaBDBExcludes @@ -17,7 +17,3 @@ // under the License. // -//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#* |
