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
Currently all tests are run using an h2 database. Unfortunately the h2 database sometimes behaves differently than the postgres database that is used in production, masking potential failures.
It would probably be best to gradually migrate to a postgres test environment and replace the h2 tests in the long run.
Set up a postgres test database, ideally using docker, since this is as close to the production setup as we can get. Set up one use case test within the postgres test tree.
Enable these tests on travis.
Ensure the GCA-Web docker build is still working.
Migrate the h2 tests to postgres tests.
When all h2 tests are migrated remove the h2 test tree.
Make sure the selenium tests work with the new test environment.
The text was updated successfully, but these errors were encountered:
mpsonntag
changed the title
[tests] Move all tests to a postgres environment
[tests] Move tests to a postgres environment
Sep 23, 2019
Currently all tests are run using an h2 database. Unfortunately the h2 database sometimes behaves differently than the postgres database that is used in production, masking potential failures.
It would probably be best to gradually migrate to a postgres test environment and replace the h2 tests in the long run.
The text was updated successfully, but these errors were encountered: