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

throw exception if drop all fails (DAT-16718) #5584

Merged
merged 1 commit into from Feb 13, 2024
Merged

Conversation

StevenMassaro
Copy link
Contributor

@StevenMassaro StevenMassaro commented Feb 8, 2024

Impact

  • Bug fix (non-breaking change which fixes expected existing functionality)
  • Enhancement/New feature (adds functionality without impacting existing logic)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Things to be aware of

Before this change, if you ran dropAll, and it failed, the command would exit with status code 0. After the change, if dropAll fails, you got a nonzero exit code.

Things to worry about

Additional Context

@StevenMassaro StevenMassaro merged commit 7803fe4 into master Feb 13, 2024
34 of 35 checks passed
@StevenMassaro StevenMassaro deleted the DAT-16718 branch February 13, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breakingChanges breakingChanges
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants