Rework test_workflow_group()
Drop assertion "cwtask.eid in results" which is already implicitly checked by "results[cwtask.eid]" Only run a group(success(), success()), which is enough for the scope of this test and make it compatible with celery 4 where nested groups are rewrited in a single group. Wait and test results of all subtasks, not only the first one.
Please register or sign in to comment