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

Change the database dump to use SQL instead of binary #971

Open
jahow opened this issue Aug 26, 2024 · 0 comments
Open

Change the database dump to use SQL instead of binary #971

jahow opened this issue Aug 26, 2024 · 0 comments
Labels
feature request A suggestion or request (not a proposal) tech task

Comments

@jahow
Copy link
Collaborator

jahow commented Aug 26, 2024

The development database dump used in the E2E tests is currently expressed in "compressed" format (440KB).

Because it is a binary file, git cannot do diff and there is no way to prevent someone overwriting the dump with an older version by mistake.

By using SQL format for the dump (which makes the dump 1.8MB large), git should be able to better detect merge conflicts. Git LFS could be used to avoid making the repo to big.

@jahow jahow added tech task feature request A suggestion or request (not a proposal) labels Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A suggestion or request (not a proposal) tech task
Projects
None yet
Development

No branches or pull requests

1 participant