mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03:30
* origin/task-system-rework: (36 commits) Need to grab just the first item for the scm test project update Revert a project unit test Make sure we are calling signal_start in unit tests Make sure we are calling signal_start in unit tests Bypass task runner system in normal job start tests... we'll test it another way so assume we want to just start the job right away Fixing up unit tests Missing line-end comma Prevent deadlocks on unit tests in a very specific scenario Ignore checking celery task list during some unit tests, triggered by UNIT_TEST_IGNORE_TASK_WAIT Missing semicolon Remove update on launch, we'll test this another way Make sure we ignore the wait update for tasks under dependency situations in the unit tests Fix up run task manager script to handle signals, fix up task cancel job, add restart handler for ubuntu Fix some bugs found from unit tests More unit test rework Some job tests can't run in their current state Make sure we check arguments passed to signal start before allowing it to proceed. No need to replace original build_args Unit test updates for task system... remove old monkeypatch procedure for getting job args in favor of using the job info from the database. Can't do this anymore anyway since the job is running in another process Changes to tasks unit tests ...