-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DTT1 - The example dtt1-managers-poc-vagrant.yaml fails running the workflow with multiple threads #5240
Comments
This is not a bug, but rather the example versioned for the manager test is not correct. The problem is that the coined example does not have a depends-on that defines the execution criteria of the tasks. When executing 2 tasks with threads, both will be launched in parallel, and in the example it is required that the test task be executed no matter what after the allocation. Having said this, the issue is changed to a task since it is not a bug and the change, which is minimal, will be applied. |
Moved ETA to 2/5/2024 due to pending review and missing changes |
Review NotesLGTM |
LGTM |
The workflow example file dtt1-managers-poc-vagrant.yaml fails when the
workflow_engine
is launched with multiple threads (--threads
> 1).The failure occurs because the provision
run-manager-tests
task doesn't depend on the allocation task. This task must run after all the allocation tasks have finished.The text was updated successfully, but these errors were encountered: