Merge "Fix race condition when cancelling workflows"

This commit is contained in:
Zuul 2022-09-09 11:29:14 +00:00 committed by Gerrit Code Review
commit 540664346f
1 changed files with 0 additions and 18 deletions

View File

@ -30,12 +30,6 @@ class WorkflowCancelTest(base.EngineTestCase):
tasks:
task1:
action: std.echo output="Echo"
on-complete:
- task2
task2:
action: std.echo output="foo"
wait-before: 3
"""
wf_service.create_workflows(workflow)
@ -107,12 +101,6 @@ class WorkflowCancelTest(base.EngineTestCase):
tasks:
task1:
action: std.echo output="Echo"
on-complete:
- task2
task2:
action: std.echo output="foo"
wait-before: 3
"""
wf_service.create_workflows(workflow)
@ -208,12 +196,6 @@ class WorkflowCancelTest(base.EngineTestCase):
tasks:
task1:
action: std.echo output="Echo"
on-complete:
- task2
task2:
action: std.echo output="foo"
wait-before: 2
"""
wb_service.create_workbook_v2(workbook)