summaryrefslogtreecommitdiff
path: root/python/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in references where map wasn't qualified in closeGordon Sim2007-02-211-5/+6
* r1152@fuschia: andrew | 2007-02-17 21:14:42 +0000Andrew Stitcher2007-02-211-1/+1
* Fix: use message_resume not channel_resumeGordon Sim2007-02-161-1/+1
* Expanded the use of batched acks to a few other places in tests.Gordon Sim2007-02-142-25/+10
* r1111@fuschia: andrew | 2007-02-09 15:51:10 +0000Andrew Stitcher2007-02-131-8/+4
* Minor update to checkpoint testGordon Sim2007-02-121-2/+2
* Added test for checkpointingGordon Sim2007-02-121-2/+26
* Added a test for message_reject.Gordon Sim2007-02-121-0/+15
* * qpid/client.py - altered handling of transfer for references, Gordon Sim2007-02-121-18/+123
* * qpid/client.py - added channel_pong handler to delegateGordon Sim2007-02-092-0/+57
* Modified error handling to detect failure due to invalid response.Gordon Sim2007-02-091-0/+1
* Fix for topic tests. Content fields must be explicitly filled at present.Gordon Sim2007-02-091-4/+4
* * qpid/peer.py - fix to prevent race between handling of connection.close req...Gordon Sim2007-02-092-6/+5
* r1104@fuschia: andrew | 2007-02-09 02:14:00 +0000Andrew Stitcher2007-02-091-8/+12
* Fixes to qos and get tests. Added test for correct completion of references.Gordon Sim2007-02-081-19/+63
* Use self.queue_open to ensure deletion of queue - was clashing with message.p...Alan Conway2007-02-071-1/+1
* Added support for receiving and sending of referencesGordon Sim2007-02-071-0/+64
* * cpp/lib/broker/BrokerQueue.cpp (): Centralized exceptions.Alan Conway2007-02-061-3/+3
* Change get-empty to get_emptyGordon Sim2007-02-051-4/+4
* Changed "get-ok" to "get_ok".Alan Conway2007-02-051-3/+3
* Some fixes to the tests for message class.Gordon Sim2007-02-011-19/+37
* Added test suite for the message class.Gordon Sim2007-01-291-0/+397
* Pass in application headers directlyGordon Sim2007-01-291-1/+1
* Fixes to tests.Gordon Sim2007-01-292-6/+7
* Updates to use message class in place of basic.Gordon Sim2007-01-266-123/+103
* 0-9 request/response framing for pythonRafael H. Schloming2007-01-161-2/+2
* Changed assertTrue(x) to assertEquals(True, x) as older version od pyunit see...Gordon Sim2006-12-071-2/+2
* Fixes for cleaning up behind tests that fail on re-run if broker is not resta...Gordon Sim2006-11-221-2/+2
* Some fixes and tests for bugs uncovered during testing of persistence.Gordon Sim2006-11-171-1/+37
* update Apache licenses to the current versionStephen Vinoski2006-11-108-91/+131
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-081-1/+0
* Hid locking within exchange registry, switched to shared_ptr for exchanges, a...Gordon Sim2006-10-311-3/+33
* c++ broker now passes the basic tx testsGordon Sim2006-10-301-2/+29
* Added test for simple commit and rollback.Gordon Sim2006-10-171-0/+143
* Implementation of basic_get.Gordon Sim2006-10-112-2/+61
* Implementation and tests for basic_qos (i.e. prefetching)Gordon Sim2006-10-101-3/+94
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450556...Alan Conway2006-09-272-18/+67
* Moved ack tests to basic class, added test for requeueing on recovery.Gordon Sim2006-09-272-44/+101
* Initial implementation of basic_ack & basic_recoverGordon Sim2006-09-271-0/+45
* Close channels on fatal errors to prevent hangs, provide useful stack trace.Alan Conway2006-09-251-0/+54
* Added tests for basic_cancel and for handling of invalid channel ids.Gordon Sim2006-09-222-0/+42
* Updated test for fix in broker to use un-named exchange as the default (rathe...Gordon Sim2006-09-221-2/+2
* Implemented topic pattern matching for the TopicExchange.Alan Conway2006-09-212-16/+36
* Import of qpid from etp:Rafael H. Schloming2006-09-196-0/+779