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

Cleanup in bash scripts is not reversed. #44

Open
d-uzlov opened this issue Aug 11, 2023 · 0 comments
Open

Cleanup in bash scripts is not reversed. #44

d-uzlov opened this issue Aug 11, 2023 · 0 comments

Comments

@d-uzlov
Copy link
Contributor

d-uzlov commented Aug 11, 2023

Cleanup should happen in reverse order.

For example:

Setup is:

  1. Loadbalancer
  2. DNS
  3. Spire
  4. NSM

Then cleanup should be:

  1. NSM
  2. Spire
  3. DNS
  4. Loadbalancer

Currently cleanup order is the same as setup.

How to reproduce

Generate any suite with more than 1 dependency.
For example, 2-cluster interdomain suite:

gotestmd /path/to/deployments-k8s/examples ./result-folder --bash --match interdomain
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