rq/tests
Andrew Nisbet 2d705f5d1c
Add result blocking (#1939)
* Add result blocking

* Dev tidyup

* Skip XREAD test on old redis versions

* Lint

* Clarify that the latest result is returned.

* Fix job test ordering

* Remove test latency hack

* Readability improvements
2023-06-21 08:53:42 +07:00
..
config_files Update cli.py to support custom loggers (#1906) 2023-05-18 07:04:57 +07:00
ssl_config Fix RQScheduler when run with SSL connection (#1383) 2020-11-27 07:27:30 +07:00
Dockerfile Typing (#1698) 2022-10-01 16:34:30 +07:00
__init__.py [Tests] Only run SSL tests in Docker (#1918) 2023-05-23 14:24:55 +07:00
fixtures.py Add support for a callback on stopped jobs (#1909) 2023-05-22 09:06:02 +07:00
test.json Allows enqueueing by the cli (#1466) 2021-08-20 13:43:06 +07:00
test_callbacks.py callback func as string (#1905) 2023-05-26 08:40:56 +07:00
test_cli.py Update cli.py to support custom loggers (#1906) 2023-05-18 07:04:57 +07:00
test_commands.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_connection.py [Hotfix] Fix SSL connection for scheduler (#1894) 2023-05-05 14:25:20 +07:00
test_decorator.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_dependencies.py Add support for dependent jobs in enqueue_many (#1897) 2023-05-21 09:41:07 +07:00
test_fixtures.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_helpers.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_job.py Add result blocking (#1939) 2023-06-21 08:53:42 +07:00
test_maintenance.py Reliable queue (#1911) 2023-05-18 18:01:01 +07:00
test_queue.py Reliable queue (#1911) 2023-05-18 18:01:01 +07:00
test_registry.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_results.py Add result blocking (#1939) 2023-06-21 08:53:42 +07:00
test_retry.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_scheduler.py Scheduler should release and heartbeat only acquired locks (#1914) 2023-05-18 06:59:51 +07:00
test_sentry.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_serializers.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_timeouts.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_utils.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_worker.py Do not run dependent jobs when parent or job is canceled (#1947) 2023-06-18 10:25:12 +07:00
test_worker_pool.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00
test_worker_registration.py Update linting configuration (#1915) 2023-05-17 23:19:14 +07:00