From d1a7832af610f2973f692d3c410d82d97fc1b83a Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Tue, 8 Dec 2009 11:42:59 +0000 Subject: Updated exclude files to aline with the broker they work with. The CPPExcludes file needs to be split in to a 010Excludes file so that the CPPExclude only contains test the CPP broker should not run and the 010Exclude contains tests that any 0-10 broker should exclude. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@888347 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaTransientExcludes | 1 + 1 file changed, 1 insertion(+) create mode 100644 qpid/java/test-profiles/JavaTransientExcludes (limited to 'qpid/java/test-profiles/JavaTransientExcludes') diff --git a/qpid/java/test-profiles/JavaTransientExcludes b/qpid/java/test-profiles/JavaTransientExcludes new file mode 100644 index 0000000000..f81e9c213c --- /dev/null +++ b/qpid/java/test-profiles/JavaTransientExcludes @@ -0,0 +1 @@ +org.apache.qpid.server.store.PersistentStoreTest#* -- cgit v1.2.1 From beee7a997dd114bed1224fd403adae9153e9a4b2 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 26 Feb 2010 15:54:58 +0000 Subject: QPID-2417: update exclude files with correct test name and locations to allow running the DurableSubscriberTest on the derby profile once QPID-2422 is fixed git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@916730 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaTransientExcludes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qpid/java/test-profiles/JavaTransientExcludes') diff --git a/qpid/java/test-profiles/JavaTransientExcludes b/qpid/java/test-profiles/JavaTransientExcludes index f81e9c213c..b4e5282228 100644 --- a/qpid/java/test-profiles/JavaTransientExcludes +++ b/qpid/java/test-profiles/JavaTransientExcludes @@ -1 +1,3 @@ +//These tests require a persistent store org.apache.qpid.server.store.PersistentStoreTest#* +org.apache.qpid.test.unit.ct.DurableSubscriberTest#* -- cgit v1.2.1 From c41701a0e329e9782772c5e704d19de9afaaaa7c Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 6 Aug 2010 14:27:04 +0000 Subject: QPID-2787: split existing test into component test methods regarding persistence/recovery of queues, exchanges, messages,bindings. Add additional tests around removal of persisted items. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@982988 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaTransientExcludes | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'qpid/java/test-profiles/JavaTransientExcludes') diff --git a/qpid/java/test-profiles/JavaTransientExcludes b/qpid/java/test-profiles/JavaTransientExcludes index b4e5282228..2fc3005a0f 100644 --- a/qpid/java/test-profiles/JavaTransientExcludes +++ b/qpid/java/test-profiles/JavaTransientExcludes @@ -1,3 +1,13 @@ //These tests require a persistent store org.apache.qpid.server.store.PersistentStoreTest#* + org.apache.qpid.test.unit.ct.DurableSubscriberTest#* + +org.apache.qpid.server.store.MessageStoreTest#testMessagePersistence +org.apache.qpid.server.store.MessageStoreTest#testMessageRemoval +org.apache.qpid.server.store.MessageStoreTest#testBindingPersistence +org.apache.qpid.server.store.MessageStoreTest#testDurableBindingRemoval +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 -- cgit v1.2.1 From e0e0eda8308719a3da0a6f886395641b542eac54 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 31 Oct 2010 23:40:12 +0000 Subject: add ASF licence to Java .testprofile and exclude files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1029522 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/test-profiles/JavaTransientExcludes | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'qpid/java/test-profiles/JavaTransientExcludes') diff --git a/qpid/java/test-profiles/JavaTransientExcludes b/qpid/java/test-profiles/JavaTransientExcludes index 2fc3005a0f..2ea46795d9 100644 --- a/qpid/java/test-profiles/JavaTransientExcludes +++ b/qpid/java/test-profiles/JavaTransientExcludes @@ -1,3 +1,22 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. +// + //These tests require a persistent store org.apache.qpid.server.store.PersistentStoreTest#* -- cgit v1.2.1