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

Always clean up the tmp db in e2e tests #347

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

DanGould
Copy link
Contributor

Before, if the test panicked or exited early, the DB would stick around which could lead to a problem requiring manual intervention, e.g. if the DB format changed and the serializer encountered an unexpected field.

Before, if the test panicked or exited early, the DB would stick around
which could lead to a problem requiring manual intervention, e.g. if the
DB format changed and the serializer encountered an unexpected field.
@DanGould DanGould requested a review from spacebear21 August 16, 2024 15:42
@DanGould DanGould merged commit 8d1e02f into payjoin:master Aug 16, 2024
4 checks passed
@DanGould DanGould deleted the clean-up-e2e branch August 16, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants