summaryrefslogtreecommitdiff
path: root/java/test-profiles/python_tests/Java010PythonExcludes
blob: f99a6d5bba7073203fa94bf2e7ab74fff4d3ecfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
#
# 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.
#

###### Feature not supported in Java Broker ######

#The broker does not have the appropriate QMF support
qpid_tests.broker_0_10.management.*
qpid_tests.broker_0_10.qmf_events.*
qpid_tests.broker_0_10.stats.BrokerStatsTests.*
qpid_tests.broker_0_10.msg_groups.MultiConsumerMsgGroupTests.test_default_group_id
qpid_tests.broker_0_10.msg_groups.MultiConsumerMsgGroupTests.test_move_*
qpid_tests.broker_0_10.msg_groups.MultiConsumerMsgGroupTests.test_purge_*
qpid_tests.broker_0_10.msg_groups.MultiConsumerMsgGroupTests.test_query
qpid_tests.broker_0_10.msg_groups.MultiConsumerMsgGroupTests.test_reroute

#The broker does not use the same threshold alerting system (or the QMF support needed for the tests)
qpid_tests.broker_0_10.threshold.*

#The broker does not support the policy extension
qpid_tests.broker_0_10.extensions.ExtensionTests.test_policy_*

#The broker does not support the timed-autodelete extension
qpid_tests.broker_0_10.extensions.ExtensionTests.test_timed_autodelete

#The broker does not support ring queues, fairshare, or the priority alias
qpid_tests.broker_0_10.priority.PriorityTests.test_ring_queue*
qpid_tests.broker_0_10.priority.PriorityTests.test_fairshare*
qpid_tests.broker_0_10.priority.PriorityTests.test_prioritised_delivery_with_alias


###### Behavioural differences between Java & CPP Broker ######

#QPID-3587 Java broker does not alter queue counts until msgs are accepted.
qpid_tests.broker_0_10.message.MessageTests.test_ack
qpid_tests.broker_0_10.message.MessageTests.test_acquire
qpid_tests.broker_0_10.message.MessageTests.test_acquire_with_no_accept_and_credit_flow

qpid_tests.broker_0_10.dtx.DtxTests.test_forget_xid_on_completion
qpid_tests.broker_0_10.dtx.DtxTests.test_implicit_end
qpid_tests.broker_0_10.dtx.DtxTests.test_simple_commit
qpid_tests.broker_0_10.dtx.DtxTests.test_simple_prepare_commit
qpid_tests.broker_0_10.dtx.DtxTests.test_simple_prepare_rollback
qpid_tests.broker_0_10.dtx.DtxTests.test_simple_rollback

qpid_tests.broker_0_10.new_api.GeneralTests.test_qpid_3481_acquired_to_alt_exchange_2_consumers

###### Java Broker defects ######

#QPID-3591 Fails due to bytes credit issue
qpid_tests.broker_0_10.message.MessageTests.test_credit_flow_bytes
qpid_tests.broker_0_10.message.MessageTests.test_window_flow_bytes

#QPID-3605 Durable subscriber with no-local true receives messages on re-connection
qpid_tests.broker_0_10.message.MessageTests.test_no_local_awkward