diff options
author | Martin Ritchie <ritchiem@apache.org> | 2009-12-08 11:42:59 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2009-12-08 11:42:59 +0000 |
commit | d1a7832af610f2973f692d3c410d82d97fc1b83a (patch) | |
tree | 2e6a8d8aafbb0a713b4dffb2890331977532c4e2 | |
parent | e864e0a9158d69ffcebbcfae0bb1c900bd3478c3 (diff) | |
download | qpid-python-d1a7832af610f2973f692d3c410d82d97fc1b83a.tar.gz |
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
15 files changed, 57 insertions, 51 deletions
diff --git a/qpid/java/test-profiles/08StandaloneExcludes b/qpid/java/test-profiles/08StandaloneExcludes index ed12973498..f06bfca1ac 100644 --- a/qpid/java/test-profiles/08StandaloneExcludes +++ b/qpid/java/test-profiles/08StandaloneExcludes @@ -1,44 +1,6 @@ -org.apache.qpid.test.unit.ct.DurableSubscriberTests#* -// Those tests are not finished -org.apache.qpid.test.testcases.TTLTest#* -org.apache.qpid.test.testcases.FailoverTest#* -// This is a long running test so should exclude from normal runs -org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover -// Those tests require failover support -org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser -org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated -org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser -org.apache.qpid.test.testcases.FailoverTest#* -org.apache.qpid.test.client.failover.FailoverTest#* - -// InVM Broker tests awaiting resolution of QPID-1103 -org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* -org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* - -// Those tests are written against the 0.10 path -org.apache.qpid.test.unit.message.UTF8Test#* -org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait - -// This test currently does not pick up the runtime location of the nonVm queueBacking store. -org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* - -// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM -org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* -//QPID-1818 : Client code path does not correctly restore a transacted session after failover. -org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* -// QPID-1823: this takes ages to run -org.apache.qpid.client.SessionCreateTest#* - -// This test requires the standard configuration file for validation. -// Excluding here does not reduce test coverage. -org.apache.qpid.server.configuration.ServerConfigurationFileTest#* +//====================================================================== +//Exclude the following from brokers defaulting to the 0-8 protocol +//====================================================================== +// This test requires a broker capable of 0-8/9 and 0-10 +org.apache.qpid.test.client.message.JMSDestinationTest#testReceiveResend diff --git a/qpid/java/test-profiles/010Excludes b/qpid/java/test-profiles/CPPExcludes index cb72da2a88..cb72da2a88 100755 --- a/qpid/java/test-profiles/010Excludes +++ b/qpid/java/test-profiles/CPPExcludes diff --git a/qpid/java/test-profiles/010PrefetchExcludes b/qpid/java/test-profiles/CPPPrefetchExcludes index 6b0014b917..6b0014b917 100644 --- a/qpid/java/test-profiles/010PrefetchExcludes +++ b/qpid/java/test-profiles/CPPPrefetchExcludes diff --git a/qpid/java/test-profiles/010TransientExcludes b/qpid/java/test-profiles/CPPTransientExcludes index 90b4251807..90b4251807 100644 --- a/qpid/java/test-profiles/010TransientExcludes +++ b/qpid/java/test-profiles/CPPTransientExcludes diff --git a/qpid/java/test-profiles/08Excludes b/qpid/java/test-profiles/JavaExcludes index 6f3898384d..6f3898384d 100644 --- a/qpid/java/test-profiles/08Excludes +++ b/qpid/java/test-profiles/JavaExcludes diff --git a/qpid/java/test-profiles/08InVMExcludes b/qpid/java/test-profiles/JavaInVMExcludes index 915c1ff0c2..915c1ff0c2 100644 --- a/qpid/java/test-profiles/08InVMExcludes +++ b/qpid/java/test-profiles/JavaInVMExcludes diff --git a/qpid/java/test-profiles/JavaStandaloneExcludes b/qpid/java/test-profiles/JavaStandaloneExcludes new file mode 100644 index 0000000000..ed12973498 --- /dev/null +++ b/qpid/java/test-profiles/JavaStandaloneExcludes @@ -0,0 +1,44 @@ +org.apache.qpid.test.unit.ct.DurableSubscriberTests#* +// Those tests are not finished +org.apache.qpid.test.testcases.TTLTest#* +org.apache.qpid.test.testcases.FailoverTest#* +// This is a long running test so should exclude from normal runs +org.apache.qpid.test.client.failover.FailoverTest#test4MinuteFailover +// Those tests require failover support +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserAutoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserClientAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserDupsOkTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserNoAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserPreAckTest#testFailoverWithQueueBrowser +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverAsQueueBrowserCreated +org.apache.qpid.test.client.QueueBrowserTransactedTest#testFailoverWithQueueBrowser +org.apache.qpid.test.testcases.FailoverTest#* +org.apache.qpid.test.client.failover.FailoverTest#* + +// InVM Broker tests awaiting resolution of QPID-1103 +org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* +org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* + +// Those tests are written against the 0.10 path +org.apache.qpid.test.unit.message.UTF8Test#* +org.apache.qpid.client.MessageListenerTest#testSynchronousRecieveNoWait + +// This test currently does not pick up the runtime location of the nonVm queueBacking store. +org.apache.qpid.test.unit.close.FlowToDiskBackingQueueDeleteTest#* + +// This test may use QpidTestCase but it is not using the getConnection and is hardwired to InVM +org.apache.qpid.test.unit.client.connection.CloseAfterConnectionFailureTest#* +//QPID-1818 : Client code path does not correctly restore a transacted session after failover. +org.apache.qpid.server.persistent.NoLocalAfterRecoveryTest#* +// QPID-1823: this takes ages to run +org.apache.qpid.client.SessionCreateTest#* + +// This test requires the standard configuration file for validation. +// Excluding here does not reduce test coverage. +org.apache.qpid.server.configuration.ServerConfigurationFileTest#* + diff --git a/qpid/java/test-profiles/08TransientExcludes b/qpid/java/test-profiles/JavaTransientExcludes index f81e9c213c..f81e9c213c 100644 --- a/qpid/java/test-profiles/08TransientExcludes +++ b/qpid/java/test-profiles/JavaTransientExcludes diff --git a/qpid/java/test-profiles/cpp.async.testprofile b/qpid/java/test-profiles/cpp.async.testprofile index f06b56fbad..ac8b98471e 100644 --- a/qpid/java/test-profiles/cpp.async.testprofile +++ b/qpid/java/test-profiles/cpp.async.testprofile @@ -1,3 +1,3 @@ include=cpp -profile.excludes=010PrefetchExcludes +profile.excludes=CPPPrefetchExcludes broker.modules=--load-module ${broker.module.store} diff --git a/qpid/java/test-profiles/cpp.cluster.testprofile b/qpid/java/test-profiles/cpp.cluster.testprofile index 143e0d88d0..4bfd4f69a2 100644 --- a/qpid/java/test-profiles/cpp.cluster.testprofile +++ b/qpid/java/test-profiles/cpp.cluster.testprofile @@ -2,7 +2,7 @@ include=cpp broker.modules=--load-module ${broker.module.cluster} --cluster-name cpp-java-test-cluster -profile.excludes=XAExcludes 010PrefetchExcludes 010TransientExcludes +profile.excludes=XAExcludes CPPPrefetchExcludes CPPTransientExcludes profile.clustered=true profile.failoverMsgCount=10 diff --git a/qpid/java/test-profiles/cpp.noprefetch.testprofile b/qpid/java/test-profiles/cpp.noprefetch.testprofile index b2b9bc6de3..304671a4a4 100644 --- a/qpid/java/test-profiles/cpp.noprefetch.testprofile +++ b/qpid/java/test-profiles/cpp.noprefetch.testprofile @@ -1,3 +1,3 @@ include=cpp -profile.excludes=010TransientExcludes +profile.excludes=CPPTransientExcludes max_prefetch=0 diff --git a/qpid/java/test-profiles/default.testprofile b/qpid/java/test-profiles/default.testprofile index c28e4c5747..91727304ae 100644 --- a/qpid/java/test-profiles/default.testprofile +++ b/qpid/java/test-profiles/default.testprofile @@ -27,8 +27,8 @@ test.port.alt=25672 test.port.alt.ssl=25671 test.exclude=true -profile.excludes=08TransientExcludes 08InVMExcludes -test.excludes=Excludes XAExcludes 08Excludes ${profile}.excludes ${profile.excludes} +profile.excludes=JavaTransientExcludes JavaInVMExcludes +test.excludes=Excludes XAExcludes JavaExcludes ${profile}.excludes ${profile.excludes} test.fork=no test.mem=512M test=*Test diff --git a/qpid/java/test-profiles/java-derby.testprofile b/qpid/java/test-profiles/java-derby.testprofile index 2887501a9b..689b2b4357 100644 --- a/qpid/java/test-profiles/java-derby.testprofile +++ b/qpid/java/test-profiles/java-derby.testprofile @@ -5,4 +5,4 @@ broker.ready=BRK-1004 broker.stopped=Exception broker.config=${project.root}/build/etc/config-systests-derby.xml qpid.amqp.version=0-9 -profile.excludes=08StandaloneExcludes +profile.excludes=JavaStandaloneExcludes diff --git a/qpid/java/test-profiles/java.0.10.testprofile b/qpid/java/test-profiles/java.0.10.testprofile index 35e3530cab..64c184c0f6 100755..100644 --- a/qpid/java/test-profiles/java.0.10.testprofile +++ b/qpid/java/test-profiles/java.0.10.testprofile @@ -5,4 +5,4 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception -profile.excludes=08TransientExcludes 08StandaloneExcludes 010Excludes 010TransientExcludes +profile.excludes=JavaTransientExcludes JavaStandaloneExcludes CPPExcludes CPPTransientExcludes diff --git a/qpid/java/test-profiles/java.testprofile b/qpid/java/test-profiles/java.testprofile index 8dd835a335..a301fb1b65 100644 --- a/qpid/java/test-profiles/java.testprofile +++ b/qpid/java/test-profiles/java.testprofile @@ -4,4 +4,4 @@ broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work broker.ready=BRK-1004 broker.stopped=Exception qpid.amqp.version=0-9 -profile.excludes=08TransientExcludes 08StandaloneExcludes +profile.excludes=JavaTransientExcludes JavaStandaloneExcludes 08StandaloneExcludes |