summaryrefslogtreecommitdiff
path: root/qpid/java/test-profiles/python_tests/Java010PythonExcludes
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6481: Move java source tree to top levelAlex Rudyy2015-04-151-96/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673693 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6299 : Exclude new test for Java Broker as it does not currently ↵Robert Godfrey2015-01-101-0/+2
| | | | | | support ring queues git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1650732 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6122: Temporarily exclude testKeith Wall2014-09-261-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1627739 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Exclude GeneralTests that required QMF from the Java Python test ↵Keith Wall2014-09-061-0/+7
| | | | | | suite exclusion file git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1622954 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5531 : Adding an exclude to the Java Python test ignore list for the ↵Robert Godfrey2014-02-101-0/+3
| | | | | | test which was changed without the feature also being changed in the Java Broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1566579 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-121-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1541058 13f79535-47bb-0310-9956-ffa450edef68
* Exclude failing python tests changed/added in QPID-5280 and QPID-5283 from ↵Robert Gemmell2013-11-071-0/+4
| | | | | | Java broker runs until such time as they can be investigated git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1539762 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4591: exclude new python tests from test runs agaisnt the Java broker ↵Robert Gemmell2013-05-241-0/+4
| | | | | | since it does not support the feature git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1485953 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: disable test against java broker pending resolution of debate ↵Gordon Sim2012-08-131-0/+1
| | | | | | associated with QPID-4178 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1372379 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4075: Exclude qmf_events from java/python testsKeith Wall2012-06-261-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1353860 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3599: Python session tests fail against the Java Broker due to ↵Keith Wall2012-03-011-4/+0
| | | | | | | | | | | | | | | | | | | | unexpected redelivered status Changed Java Broker so once a message is acknowledged, if the session is transactional and the transaction is rolled-back, the queue entry is marked as redelivered. The rationale is that if the client has acknowledged, then it is certain they have seen it/them. The python tests testCommitAck and testRollback highlighted this defect as they acknowledge the session before rollback (something that is impossible to control from the JMS API). Python tests reenabled against the Java Broker: qpid.tests.messaging.endpoints.SessionTests.testCommitAck qpid.tests.messaging.endpoints.SessionTests.testRelease qpid.tests.messaging.endpoints.SessionTests.testRollback Work of Robbie Gemmell <robbie@apache.org> and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1295474 13f79535-47bb-0310-9956-ffa450edef68
* AMQP-24 : [Java Broker] Implement distributed transactions for AMQP 0-10Robert Godfrey2012-02-231-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1292984 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3595 : Python Alternate Exchange tests fail against the Java BrokerRobert Godfrey2012-02-211-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1292008 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3595 : Python Alternate Exchange tests fail against the Java BrokerRobert Godfrey2012-02-211-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291964 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3595 : Python Alternate Exchange tests (don't) fail against the Java BrokerRobert Godfrey2012-02-211-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291881 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3594 : Python exclusive queue declaration test fails against Java BrokerRobert Godfrey2012-02-211-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291792 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Fix ↵Robert Godfrey2012-02-211-3/+0
| | | | | | ExchangeBound when matching arguments) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291749 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java ↵Robert Godfrey2012-02-211-2/+0
| | | | | | AMQP 0-10 transport cannot cope with message transfers with no body and no headers) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291719 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java ↵Robert Godfrey2012-02-211-1/+0
| | | | | | Broker only removes headers bindings if debug is enabled) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291701 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3597 : Python Headers Exchange tests fail against Java Broker (Java ↵Robert Godfrey2012-02-211-1/+0
| | | | | | Broker incorrectly tries to turn 0-10 arguments into 0-9 field table) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291694 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3598 : Python Fanout Exchange query test fails against Java BrokerRobert Godfrey2012-02-211-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291671 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3596 : Python tests fails as Java Broker does not validate for reserved ↵Robert Godfrey2012-02-211-3/+0
| | | | | | exchange names on create/bind git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291546 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3861 : Run Python Message Grouping tests against the Java Broker; also ↵Robert Godfrey2012-02-211-3/+5
| | | | | | fix small bug this uncovers git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291542 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3477 : Java Broker does not handle a rejection/acknowledgemnt with ↵Robert Godfrey2012-02-211-3/+0
| | | | | | invalid code correctly git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291539 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3589 : Python tests fails against Java broker due to difference in ↵Robert Godfrey2012-02-201-3/+0
| | | | | | exception message text from CPP broker git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291482 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3590 : Python test fails because Java broker (correctly) does not ↵Robert Godfrey2012-02-201-3/+0
| | | | | | support null value for routing key git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291462 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3588 : Python message echo test fails against Java broker because only ↵Robert Godfrey2012-02-201-3/+0
| | | | | | expiration is passed to client, not TTL. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1291461 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: exclude new python tests for the new QMF stats the broker does not ↵Robert Gemmell2012-02-161-0/+1
| | | | | | implement git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1244816 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3595: exclude additional alternate exchange testRobert Gemmell2012-02-041-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1240498 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3593: update python Priority Queue tests to use legal values for ↵Robert Gemmell2011-11-111-6/+0
| | | | | | | | message priority, since the prior illegal values were preventing them running against the Java broker. Applied patch by Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1200802 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3592: ensure that the 'used credit' values are decremented when message ↵Robert Gemmell2011-11-111-3/+0
| | | | | | transfer commands 'completed' following a message.stop command attempt to restore their credit (to no effect due to the 0 credit limit) when using 0-10 Window credit mode. Add unit test, and break CreditManager dependency on ServerMessages by passing the required size value rather than the message itself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1200801 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3539: NoLocal should occur at the connection level and not the session ↵Keith Wall2011-11-101-3/+1
| | | | | | | | level (0-10). Also fixed typing issue that prevented Java Broker understanding the no-local queue argument when encoded as String (as sent by Python tests). Applied patch from Oleksandr Rudyy<orudyy@gmail.com> and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1200335 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3600: fix c&p errorRobert Gemmell2011-11-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1199777 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3595: exclude additional testRobert Gemmell2011-11-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1199776 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3600: new python test excludes with indicated JIRAs raised for defects ↵Robert Gemmell2011-11-091-20/+112
| | | | | | | | and test changes Also ensures that queue delete if empty test actually comsumes message to make pass against Java Broker. Applied patch by Andrew MacBean <andymacbean@gmail.com> and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1199707 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3477: add excludes file for use with the Java broker when running the ↵Robert Gemmell2011-09-091-0/+22
0-10 python client tests Applied patch from Andrew MacBean <andymacbean@gmail.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1167111 13f79535-47bb-0310-9956-ffa450edef68