mirror of
https://github.com/ansible/awx.git
synced 2026-02-03 02:28:12 -03:30
influence callback receiver single worker
This commit is contained in:
@@ -704,7 +704,8 @@ class BaseLiveServerTest(BaseTestMixin, django.test.LiveServerTestCase):
|
|||||||
|
|
||||||
@override_settings(CELERY_ALWAYS_EAGER=True,
|
@override_settings(CELERY_ALWAYS_EAGER=True,
|
||||||
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
|
CELERY_EAGER_PROPAGATES_EXCEPTIONS=True,
|
||||||
ANSIBLE_TRANSPORT='local')
|
ANSIBLE_TRANSPORT='local',
|
||||||
|
DEBUG=True)
|
||||||
class BaseJobExecutionTest(QueueStartStopTestMixin, BaseLiveServerTest):
|
class BaseJobExecutionTest(QueueStartStopTestMixin, BaseLiveServerTest):
|
||||||
'''
|
'''
|
||||||
Base class for celery task tests.
|
Base class for celery task tests.
|
||||||
|
|||||||
Reference in New Issue
Block a user