You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing certain types of changes to ship it (product details generation, ui changes) can be difficult without proper data in the Ship It database. Even if you create some data in the database, it's difficult to ensure you have all of the different types of data you need to robustly test.
In Balrog, the database is large enough, and contains some permission/ACL informations, that we need to selectively dump it. Ship It's database is small enough and contains no sensitive data, so we should be able to dump the entire database, which simplifies things.
The text was updated successfully, but these errors were encountered:
Testing certain types of changes to ship it (product details generation, ui changes) can be difficult without proper data in the Ship It database. Even if you create some data in the database, it's difficult to ensure you have all of the different types of data you need to robustly test.
The solution we've used for this elsewhere is to create nightly database dumps of the production database, and import them at first run for local dev
In Balrog, the database is large enough, and contains some permission/ACL informations, that we need to selectively dump it. Ship It's database is small enough and contains no sensitive data, so we should be able to dump the entire database, which simplifies things.
The text was updated successfully, but these errors were encountered: