summaryrefslogtreecommitdiff
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
* QPID-6116: [Python Client 08..091] Add ability to negotiate SASL mechanism ↵Keith Wall2014-09-251-1/+1
| | | | | | and add pure python implementations for SCRAM/CRAM/PLAIN mechanisms git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1627554 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6087: fix tests to expect inclusion of userid in sessions qmf nameGordon Sim2014-09-191-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1626220 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6081, QPID-6082: [Python Client Tests] Add python tests for verifying ↵Keith Wall2014-09-122-1/+160
| | | | | | the receipt of large messages occupying more than one frame (08-091) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1624545 13f79535-47bb-0310-9956-ffa450edef68
* QPID-6085: [Python client] 08..091 implement sending/receiving of additional ↵Keith Wall2014-09-061-0/+26
| | | | | | property types git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1622952 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5921, QPID-5923: adjustments and exclusions for new tests using swigged ↵Gordon Sim2014-07-241-6/+17
| | | | | | client git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1613131 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5923: check requested node type when handling deleteGordon Sim2014-07-241-1/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1613130 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5921: add missing clause to resolution logic for when only exchange ↵Gordon Sim2014-07-241-0/+58
| | | | | | exists but queue create was requested git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1613129 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5765: don't invoke on dangling pointerGordon Sim2014-05-141-0/+29
| | | | | | | | | Strictly speaking comparing anything against the old pointer isn't correct either, but this is harder to change and the only negative effect is that in the event that a new connection has the same pointer value, it would be incorrectly interpreted as 'local'. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1594633 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5584: use more specific exception types where appropriateGordon Sim2014-02-251-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1571688 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5555 : Fix queue exclusivity issuesRobert Godfrey2014-02-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1569245 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5531: [C++ broker] Set timeout for every DTX transactionPavel Moravec2014-02-051-2/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1564694 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5534: [C++ broker] Headers exchange can route a message to one queue ↵Pavel Moravec2014-02-031-0/+6
| | | | | | multiple times git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1563863 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5503: expose next_receiver through swig wrapper, add test for both 1.0 ↵Gordon Sim2014-01-221-0/+19
| | | | | | and 0-10 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1560395 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5336: Don't hardcode script interpreter locationAndrew Stitcher2013-11-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1541997 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5301: support autodeleted exchangesGordon Sim2013-11-121-29/+78
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1541058 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5283: ensure queue has no consumers before granting exclusive ownershipGordon Sim2013-10-312-2/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1537579 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5280: prevent bind/unbind of someone elses exclusive queueGordon Sim2013-10-311-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1537498 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Fix hanging test test_discards_limit_overflow.Alan Conway2013-10-251-1/+1
| | | | | | The test was hanging while closing a connection, added a timeout. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1535801 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5248: close gap in tests by explicit adding receiver closeGordon Sim2013-10-251-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1535732 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5253: fix delivery count for browsed 1.0 messageGordon Sim2013-10-231-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1535048 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5199: take 0-10 header segment into account for message sizeGordon Sim2013-10-032-47/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1528852 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5106: handle annotations properly and add option to control whether ↵Gordon Sim2013-09-021-1/+2
| | | | | | annotations are nested or not on fetch() git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1519466 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4948: enable browsingGordon Sim2013-08-281-0/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1518181 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4711: translate between structured content in AMQP 0-10 and 1.0Gordon Sim2013-08-135-25/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1513537 13f79535-47bb-0310-9956-ffa450edef68
* QPID-5051: fixes for swig test failures on RHEL5 (and the failure to detect ↵Gordon Sim2013-08-071-1/+1
| | | | | | them) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1511483 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4988: Add test runs using swigged python clientGordon Sim2013-07-168-8/+261
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1503652 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4907: change qpidd default mode for QMF event and update publishing to ↵Ken Giusti2013-07-121-2/+1
| | | | | | use QMFv2 format only git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1502642 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4950: ensure exchange stats are updated with correct content size for ↵Gordon Sim2013-06-261-0/+33
| | | | | | messages git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1497024 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4591: patch from Ernie Allen to add queue sequence number to messagesGordon Sim2013-05-211-0/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1485001 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4832: Split 0.8 python test ↵Alex Rudyy2013-05-131-0/+4
| | | | | | | | | | DefaultExchangeRuleTests.testDefaultExchange into 2 tests: testDefaultExchange testing that queue is automatically bound to a default exchange testDefaultExchangeExplicitBind testing explicit queue bind on a default exchange Exclude testDefaultExchangeExplicitBind from Java Broker python test profile git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1481824 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4796 - Fixed intermittent test failure in stats test.Ted Ross2013-05-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1478023 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4632 - Improvement to queue threshold alertingTed Ross2013-03-081-13/+148
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1454601 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4543 - The Move-Messages method no longer returns an error if no ↵Ted Ross2013-01-211-0/+24
| | | | | | messages were moved. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1436517 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4422: removed tabs from the new testKeith Wall2012-11-091-9/+9
| | | | | | Applied patch from Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1407440 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4422: Python Client (0-8..0-9) now allows "instance" client property to ↵Keith Wall2012-11-073-1/+81
| | | | | | be passed in order to allow re-subscribing to durable subscriptions. Centralised the creation of client properties such that this is only done in one place across all protocols. Also increased Python Client (0-8..0-9)'s diagnostic logging. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1406584 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4178: broker refactoringGordon Sim2012-08-106-22/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1371676 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: ensure test cleans up when done to prevent interference with ↵Gordon Sim2012-06-271-1/+1
| | | | | | anything else git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1354588 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: increase test timeoutGordon Sim2012-06-261-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1353921 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4075: Added missing test file from last commitGordon Sim2012-06-221-0/+83
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1352987 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4075: Raise delete event for autodeleted queues alsoGordon Sim2012-06-221-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1352874 13f79535-47bb-0310-9956-ffa450edef68
* QPID-4065 - Remove the message's trace list during Queue::reRouteTed Ross2012-06-131-1/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1350003 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3970: Check alternate exchange actually exists before proceeding with ↵Gordon Sim2012-04-231-0/+24
| | | | | | reroute request git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1329438 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3943: Make topic subscriptions unreliable by defaultGordon Sim2012-04-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1324719 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3899: prevent TTL expiration of grouped msg from crashing broker.Ken Giusti2012-03-201-0/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1303143 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Cleaned up qpidtoollibsTed Ross2012-03-051-2/+17
| | | | | | | | | 1) Fixed the update() method to work on all object types 2) Shortened the path needed in import statements 3) Updated the connection-stats test to use qpidtoollibs git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1297230 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3595 : Python Alternate Exchange tests fail against the Java BrokerRobert Godfrey2012-02-211-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1292008 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3861 : Race condition in the python msg group test using a queue browserRobert Godfrey2012-02-211-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1291693 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3603: Merge new HA foundations.Alan Conway2012-02-172-5/+9
| | | | | | | Merged from qpid-3603-7. This is basic support for the new HA approach. For information & limitations see qpid/cpp/design_docs/new-ha-design.txt. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1245587 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Removed unneeded python-path manipulation in the stats test.Ted Ross2012-02-151-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1244562 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Fixed a misleading commentTed Ross2012-02-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1242788 13f79535-47bb-0310-9956-ffa450edef68