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
One last thing needed here is to switch from SQLite in the unit tests over to Postgres. This will make it so that our unit tests are a bit closer to testing what will actually happen upon deployment with a Postgres metadata database. We can use testcontainers to bring up the Postgres image.
To make sure that Postgres compatibility and performance is tested extensively, since we want to call it as our production DJ database.
The text was updated successfully, but these errors were encountered: