Skip to content
  • Philippe Pepiot's avatar
    Rework test_multi_revoke() · 3f7ecef9e1e0
    Philippe Pepiot authored
    We should avoid calling freeze() within a task and avoid calling freeze() twice
    (once in test and once in ICeleryTask.attach_tasks()). This produce all kinds
    of weird issues along celery versions, I think the API and behavior of freeze()
    is still somewhat experimental...
    Only assert on length of child tasks and test they are all revoked which is the
    purpose of this test.
    3f7ecef9e1e0