Commit Graph

170 Commits

Author SHA1 Message Date
Ask Solem c41b385428 Added functional tests for CouchDb transport (not known to pass) 2010-11-12 11:00:47 +01:00
Ask Solem 0c43ceb303 CouchDB transport: Add socket.error to connection_errors, also use default port if not specified 2010-11-12 10:59:42 +01:00
Ask Solem 71c9abfcc4 Fixed syntax errors in MongoDB transport, also added functional tests, but they are *not* passing 2010-11-12 10:56:18 +01:00
Ask Solem d5dacea33d Remove Sphinx directives from README.rst 2010-11-11 16:16:07 +01:00
Ask Solem 97bcb2f7b0 Added missing rst files to reference index 2010-11-11 16:06:53 +01:00
Ask Solem bb3d96c30f Some README changes 2010-11-11 16:05:18 +01:00
Ask Solem 2ea7beb0c5 Moved serialization section from README to it's own section in the user guide 2010-11-11 16:00:44 +01:00
Ask Solem 688d16d045 PEP8ify + pyflakes 2010-11-11 15:54:31 +01:00
Ask Solem 2d1d52431e 100% coverage for kombu.messaging, 97% total 2010-11-11 15:49:39 +01:00
Ask Solem cbc1234b11 Added redis to contrib/requirements/test 2010-11-11 15:31:41 +01:00
Ask Solem 288cc0ad6f Beanstalk transport now passing functional tests 2010-11-11 15:16:23 +01:00
Ask Solem 7d72e78727 Added functional tests for Beanstalk transport 2010-11-11 15:16:09 +01:00
Ask Solem e8bfcaedcf Functional tests for Redis transport 2010-11-11 15:15:49 +01:00
Ask Solem 917eb5c3bd Added common base class for transport functional tests 2010-11-11 15:15:17 +01:00
Ask Solem caf0069cda 98% coverage for kombu.compat 2010-11-11 14:41:55 +01:00
Ask Solem f58b857a1d Fixed typo 'KeyError(' -> 'KeyError' 2010-11-11 13:11:14 +01:00
Ask Solem 35bc4cdeff Fixed test breaking on Python 2.4 because the repr of KeyError is different there 2010-11-11 13:08:55 +01:00
Ask Solem 0d773e857f PE8ify + pyflakes 2010-11-11 13:06:46 +01:00
Ask Solem 6a40574f54 99% coverage for kombu.simple 2010-11-11 12:53:51 +01:00
Ask Solem 997f72fd28 100% coverage for kombu.entity 2010-11-11 12:53:16 +01:00
Ask Solem af60a0b895 Added Queue.__eq__ + Exchange.__eq__ 2010-11-11 12:52:42 +01:00
Ask Solem 61a40f8659 Redis: Close channel poller thread on finalization 2010-11-11 11:23:46 +01:00
Ask Solem 9602fae65b Added missing autodoc files 2010-11-11 11:21:31 +01:00
Ask Solem 4e32fa3340 100% unit test coverage for Redis transport 2010-11-11 11:19:29 +01:00
Ask Solem a77bfc93a6 Redis: Add Channel.Client so the Redis client can be overridden 2010-11-11 09:05:46 +01:00
Ask Solem d52c6130e9 99% coverage for kombu.pidbox 2010-11-10 16:29:16 +01:00
Ask Solem a2c360a890 Moved gen_unique_id test from Celery here 2010-11-10 15:03:59 +01:00
Ask Solem 031fff2a42 pika transport: queue_purge must return int 2010-11-10 15:03:50 +01:00
Ask Solem bb13ff8a9d Bumped version to 0.9.4 2010-11-10 12:31:52 +01:00
Ask Solem 49cab51fe8 Remove leftover print statements in pika backend 2010-11-10 12:31:31 +01:00
Ask Solem f5aeb88561 Added kombu.utils.all() and .any() for Python 2.4 2010-11-10 12:28:27 +01:00
Ask Solem 2458a7cbdb Pidbox node queues must be durable=False auto_delete=True 2010-11-10 11:09:15 +01:00
Ask Solem ad0159dce0 Bumped version to 0.9.3 2010-11-10 10:40:45 +01:00
Ask Solem 465c062e89 Fixed a compatibility issue with other clients not sending application headers 2010-11-10 10:40:36 +01:00
Ask Solem 32865beb4a Ship with our own version of multiprocessing.util.Finalize for 2.5/2.4 2010-11-10 10:28:55 +01:00
Ask Solem 1329a15fb5 Bumped version to 0.9.2 2010-11-10 09:35:23 +01:00
Ask Solem bf79a76b34 tests setup: Ignore import errors 2010-11-09 15:41:18 +01:00
Ask Solem 402260bf9f 94% coverage of the core library, but still missing coverage of compat, pidbox, and functional tests for concrete transports beanstalk, redis, couchdb, pika and mongodb 2010-11-09 15:27:43 +01:00
Ask Solem 9b103e43b6 Don't show stderr output when running test suite 2010-11-09 12:54:05 +01:00
Ask Solem 67f61d5093 Tests for kombu.transport.virtual 2010-11-09 12:45:10 +01:00
Ask Solem 173f67beed 92% coverage for kombu.utils, also tests for kombu.transport.virtual.scheduling 2010-11-08 20:38:15 +01:00
Ask Solem 79c8aec3f0 100% coverage for kombu.transport.virtual.exchange 2010-11-08 15:13:20 +01:00
Ask Solem 3f919656b7 redis: brpop doesn't have subsecond timeouts, so use one thread per channel to poll with effectively implementing subsecond polling times per channel. Currently the maximum delay for a message to be received on a channel is 0.3s (compared to 1s before) 2010-11-08 13:36:37 +01:00
Ask Solem 4cfe6798cb virtual: Prefetch count was totally broken, because of a logic error 2010-11-08 13:35:11 +01:00
Ask Solem 743fe9abb2 Added transport aliases 'django', and 'sqlalchemy' to django-kombu and kombu-sqlalchemy 2010-10-27 15:55:48 +02:00
Ask Solem aff456e5e2 Ported Beanstalk transport from ghettoq 2010-10-27 14:55:37 +02:00
Ask Solem c17b323a73 mongodb, couchdb: Copyright year 2010 only 2010-10-27 14:54:49 +02:00
Ask Solem a8440ff957 Added kombu.utils.uuid4, same as gen_unique_id but returns UUID object 2010-10-27 14:27:58 +02:00
Ask Solem b7a9497f20 couchdb: Forgot to import uuid 2010-10-27 14:23:21 +02:00
Ask Solem 4f0cc4befa Ported CouchDB transport from ghettoq 2010-10-27 14:22:38 +02:00