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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify exception isolation of Automation API inline programs #8658

Open
1 of 4 tasks
t0yv0 opened this issue Dec 30, 2021 · 0 comments
Open
1 of 4 tasks

Verify exception isolation of Automation API inline programs #8658

t0yv0 opened this issue Dec 30, 2021 · 0 comments
Assignees
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@t0yv0
Copy link
Member

t0yv0 commented Dec 30, 2021

Hello!

  • Vote on this issue by adding a 馃憤 reaction
  • To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already)

Issue details

If an Automation API script runs two or more subsequent operations (such as stack.up()) using inline programs, failure of every operation should be isolated to that operation, as one would expect. That is, if the first operation fails, it should not automatically imply that the second operation should fail.

This issue is a follow up to a report of problems in Python SDK #8633 and @joeduffy investigation showing that similar problems are affecting the Node SDK. So this is to track checking/testing this across languages:

Steps to reproduce

Reproduction steps for Python in #8633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

1 participant