Skip to content
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

if execution cannot continue, cancel task and its children #4835

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

ygorpontelo
Copy link
Contributor

This will only cancel the task that got the error. Other coroutines will still run normally.

We can try to clean up coroutines when closing the loop, but i think showing the logs of open tasks help developers manage the coroutines better, so i didn't include any clean up for that. Open to suggestions on this.

Adressing issue #4808

@pekkaklarck
Copy link
Member

Sounds good but there should be a test for this. Should there also be a note about this in the User Guide?

@pekkaklarck pekkaklarck merged commit 07347ec into robotframework:master Nov 16, 2023
8 checks passed
@pekkaklarck
Copy link
Member

Great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants