| // |
| // 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. |
| // |
| |
| // Those tests are testing 0.8..-0-9-1 specific semantics |
| org.apache.qpid.test.client.ImmediateAndMandatoryPublishingTest#* |
| org.apache.qpid.test.client.CloseOnNoRouteForMandatoryMessageTest#* |
| org.apache.qpid.test.unit.client.connection.ExceptionListenerTest#testExceptionListenerConnectionStopDeadlock |
| org.apache.qpid.systest.rest.BrokerRestTest#testSetCloseOnNoRoute |
| |
| //this test checks explicitly for 0-8 flow control semantics |
| org.apache.qpid.test.client.ConsumerFlowControlTest#* |
| |
| // 0-10 protocol doesn't support message bouncing |
| org.apache.qpid.server.exchange.ReturnUnroutableMandatoryMessageTest#* |
| org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testUnsubscribeWhenUsingSelectorMakesTopicUnreachable |
| |
| // 0-10 and 0-9 connections dont generate the exact same logging due to protocol differences |
| org.apache.qpid.server.logging.ChannelLoggingTest#testChannelStartsFlowStopped |
| org.apache.qpid.server.logging.ChannelLoggingTest#testChannelStartConsumerFlowStarted |
| |
| // 0-10 is not supported by the MethodRegistry |
| org.apache.qpid.test.unit.close.JavaServerCloseRaceConditionTest#* |
| |
| //QPID-1864: rollback with subscriptions does not work in 0-10 yet |
| org.apache.qpid.test.client.RollbackOrderTest#testOrderingAfterRollbackOnMessage |
| |
| // QPID-3133: On 0-10, the exception listener is currently not invoked when reconnection fails to occurs. |
| org.apache.qpid.server.failover.FailoverMethodTest#* |
| |
| // QPID-3392: the Qpid Broker-J does not yet implement exchange creation arguments |
| org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testCreateExchangeWithArgs |
| org.apache.qpid.test.client.destination.AddressBasedDestinationTest#testSessionCreateTopicWithExchangeArgs |
| |
| // QPID-3432: These tests test the behaviour of 0-8..-0-9-1 specific system property (amqj.default_syncwrite_timeout) |
| org.apache.qpid.test.client.timeouts.SyncWaitTimeoutDelayTest#* |
| org.apache.qpid.test.client.timeouts.SyncWaitDelayTest#* |
| |
| // These tests test the behaviour of 0-8..-0-9-1 specific system property qpid.failover_method_timeout |
| org.apache.qpid.client.failover.FailoverBehaviourTest#testFailoverHandlerTimeoutExpires |
| org.apache.qpid.client.failover.FailoverBehaviourTest#testFailoverHandlerTimeoutReconnected |
| org.apache.qpid.client.failover.FailoverBehaviourTest#testFlowControlFlagResetOnFailover |
| org.apache.qpid.client.failover.AddressBasedFailoverBehaviourTest#testFailoverHandlerTimeoutExpires |
| org.apache.qpid.client.failover.AddressBasedFailoverBehaviourTest#testFailoverHandlerTimeoutReconnected |
| org.apache.qpid.client.failover.AddressBasedFailoverBehaviourTest#testFlowControlFlagResetOnFailover |
| |
| // QPID-3604: Immediate Prefetch no longer supported by 0-10 |
| org.apache.qpid.client.AsynchMessageListenerTest#testImmediatePrefetchWithMessageListener |
| |
| // JMS 0-10 client does not support re-binding the queue to the same exchange |
| org.apache.qpid.server.queue.QueueBindTest#testQueueCanBeReboundOnTopicExchange |
| |
| org.apache.qpid.test.unit.client.AMQSessionTest#testQueueDepthForQueueThatDoesNotExistLegacyBehaviour_08_091 |
| |
| org.apache.qpid.client.prefetch.PrefetchBehaviourTest#testPrefetchWindowExpandsOnReceiveTransaction |
| |
| // QPID-6722: Race client side means that session close can end in exception when failover is in progress. |
| org.apache.qpid.client.failover.FailoverBehaviourTest#testConnectionCloseInterruptsFailover |
| org.apache.qpid.client.failover.AddressBasedFailoverBehaviourTest#testConnectionCloseInterruptsFailover |
| |
| org.apache.qpid.test.unit.basic.PropertyValueTest#testLargeHeader_08091_HeadersFillContentHeaderFrame |
| org.apache.qpid.test.unit.basic.PropertyValueTest#testOverlyLargeHeaderRejected_08091 |
| |
| // There is no way in the 0-10 client to cause a send to fail when the message does not reach any queue |
| org.apache.qpid.server.queue.NodeAutoCreationPolicyTest#testSendingToNonMatchingQueuePatternBURL |
| |
| # Exclude the JMS 2.0 test suite |
| org.apache.qpid.systests.jms_2_0.* |
| |
| // Exclude 1.0 protocol tests |
| org.apache.qpid.tests.protocol.v1_0.* |
| |
| // QPID-7818: Messages published into non existing queue are discarded on 0-10 path |
| org.apache.qpid.systest.AnonymousProducerTest#testPublishIntoNonExistingQueue |
| org.apache.qpid.systest.AnonymousProducerTest#testSyncPublishIntoNonExistingQueue |
| |
| // Tests AMQP 1.0 specific routing semantics |
| org.apache.qpid.systest.MessageRoutingTest#* |