summaryrefslogtreecommitdiff
path: root/tests/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Added Java tests. (One test still fails ...)Jonathan Robie2010-07-191-21/+89
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@965674 13f79535-47bb-0310-9956-ffa450edef68
* Fixed race condition with setting up queues for subscriptions using ↵Jonathan Robie2010-07-161-9/+21
| | | | | | timeouts. Eliminated superfluous output. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@964948 13f79535-47bb-0310-9956-ffa450edef68
* Improved logging to easily identify tests. Changed content of messages - ↵Jonathan Robie2010-07-081-54/+102
| | | | | | each message now uses the name of the test as message content by default. Removed redundant popen.wait() calls after popen.communicate(). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961900 13f79535-47bb-0310-9956-ffa450edef68
* Restructured code using generic utility methods for sending / receiving / ↵Jonathan Robie2010-07-081-372/+127
| | | | | | | | | | | subscribing / listening, configurable by language. Added logging so it's clear which commands were executed. Status: Reliably fails when two subscriptions are used. One or more of the subscribe / listen tests generally fails in addition. Quite possibly a bug in the test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@961788 13f79535-47bb-0310-9956-ffa450edef68
* Modified to ensure all subprocesses terminate before a test ends.Jonathan Robie2010-06-231-5/+59
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957384 13f79535-47bb-0310-9956-ffa450edef68
* Unit tests based on examples shipped with the client APIs. Tests both the ↵Jonathan Robie2010-06-231-0/+496
| | | | | | | | | | examples and interop among the examples. Drain and spout are used heavily in these tests. These can be run from the source tree with no reconfiguration, or from a client installation by specifying the paths to the examples using environment variables. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957349 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2688: ensure that unacked messages are requeued before autodeletion ↵Gordon Sim2010-06-221-0/+40
| | | | | | occurs when session closes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@956988 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2429: Added extra test.Gordon Sim2010-03-041-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@919142 13f79535-47bb-0310-9956-ffa450edef68
* moved protocol tests from qpid/python to qpid/testsRafael H. Schloming2010-02-0524-0/+5858
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@906961 13f79535-47bb-0310-9956-ffa450edef68