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

Add a bit of error checking and early exiting to the E2E Setup Script #631

Conversation

mikaylathompson
Copy link
Collaborator

Description

Currently, if a step of the E2E setup script fails, it will just keep going, leading things to be deployed in incompatible orders.

It's preferable to just exit as soon as a failure occurs so that it's surfaced to the user and the rest of setup is paused, instead of creating confusing mixed situations.

Issues Resolved

Contributes to the demo pipeline

Testing

Manual testing

Check List

  • New functionality includes testing
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Mikayla Thompson <thomika@amazon.com>
@mikaylathompson mikaylathompson merged commit d1b3e27 into opensearch-project:main May 3, 2024
5 checks passed
@mikaylathompson mikaylathompson deleted the e2e-setup-error-checks branch May 3, 2024 16:42
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