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

Setup and teardown integ tests' dependencies effectively #542

Open
lwolczynski opened this issue Feb 6, 2025 · 0 comments
Open

Setup and teardown integ tests' dependencies effectively #542

lwolczynski opened this issue Feb 6, 2025 · 0 comments

Comments

@lwolczynski
Copy link
Contributor

We should consider how we might effectively setup and teardown these integ tests' dependent environments in integ/util.go:dostartIwfServiceWithClient to achieve this in the future.

integ/util.go:dostartIwfServiceWithClient AFAICT sets up the iwf process and connection to the backing provider(cadence/temporal) for each test. We may be able to expand on this to track all started wf's and make sure they are closed on each test execution such that we don't have to explicitly add this behavior to each test in the future.

Originally posted by @bowersj27 in #540 (review)

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

No branches or pull requests

1 participant