summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/test-profiles/JavaPersistentExcludes5
-rw-r--r--qpid/java/test-profiles/java-derby.0.10.testprofile2
-rw-r--r--qpid/java/test-profiles/java-derby.testprofile2
3 files changed, 7 insertions, 2 deletions
diff --git a/qpid/java/test-profiles/JavaPersistentExcludes b/qpid/java/test-profiles/JavaPersistentExcludes
new file mode 100644
index 0000000000..7a3516f9c8
--- /dev/null
+++ b/qpid/java/test-profiles/JavaPersistentExcludes
@@ -0,0 +1,5 @@
+//These tests require the MemoryMessageStore
+org.apache.qpid.server.logging.MemoryMessageStoreLoggingTest#*
+
+//QPID-2422 disable until queue exclusivity is persisted
+org.apache.qpid.test.unit.ct.DurableSubscriberTest#*
diff --git a/qpid/java/test-profiles/java-derby.0.10.testprofile b/qpid/java/test-profiles/java-derby.0.10.testprofile
index 73f5beff98..c680c1eddd 100644
--- a/qpid/java/test-profiles/java-derby.0.10.testprofile
+++ b/qpid/java/test-profiles/java-derby.0.10.testprofile
@@ -5,6 +5,6 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work
broker.ready=BRK-1004
broker.stopped=Exception
broker.config=${project.root}/build/etc/config-systests-derby.xml
-profile.excludes=JavaStandaloneExcludes CPPExcludes CPPTransientExcludes
+profile.excludes=JavaStandaloneExcludes JavaPersistentExcludes CPPExcludes CPPTransientExcludes
broker.clean.between.tests=true
broker.persistent=true
diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile
index a94a7dac82..c93a0a8260 100644
--- a/qpid/java/test-profiles/java-derby.testprofile
+++ b/qpid/java/test-profiles/java-derby.testprofile
@@ -4,7 +4,7 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work
broker.ready=BRK-1004
broker.stopped=Exception
broker.config=${project.root}/build/etc/config-systests-derby.xml
-profile.excludes=JavaStandaloneExcludes 08StandaloneExcludes
+profile.excludes=JavaStandaloneExcludes JavaPersistentExcludes 08StandaloneExcludes
broker.clean.between.tests=true
broker.persistent=true
#