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
Adaguc supports both PostgreSQL and SQLite as database back-ends, however we want to deprecate SQLite and only support PostgreSQL.
The PR #361 adds the file runtests_psql.sh which can already run the tests against PostgreSQL during the docker build. This works when building adaguc on a local system. Note that this requires a running PostgreSQL server reachable on port 5432.
We should try using a PostgreSQL service in GitHub Actions. This would allow us to run all tests against PostgreSQL. If this works, we can remove support for SQLite.
The text was updated successfully, but these errors were encountered:
Adaguc supports both PostgreSQL and SQLite as database back-ends, however we want to deprecate SQLite and only support PostgreSQL.
The PR #361 adds the file
runtests_psql.sh
which can already run the tests against PostgreSQL during the docker build. This works when building adaguc on a local system. Note that this requires a running PostgreSQL server reachable on port 5432.We should try using a PostgreSQL service in GitHub Actions. This would allow us to run all tests against PostgreSQL. If this works, we can remove support for SQLite.
The text was updated successfully, but these errors were encountered: