Data stores with online tests will be required to have automated tests in future.
We need to add a GitHub workflow that triggers the HANA data store tests. Unlike other automated data store tests, the HANA tests will connect against a HANA test instance running in the cloud, because there are no up-to-date HANA docker containers. Furthermore, HANA docker containers require too much memory to be able to run on a GitHub workflow instance.
Using a shared HANA test instance requires a configurable database test schema so that tests running in parallel don’t conflict with each other.
Data stores with online tests will be required to have automated tests in future.
We need to add a GitHub workflow that triggers the HANA data store tests. Unlike other automated data store tests, the HANA tests will connect against a HANA test instance running in the cloud, because there are no up-to-date HANA docker containers. Furthermore, HANA docker containers require too much memory to be able to run on a GitHub workflow instance.
Using a shared HANA test instance requires a configurable database test schema so that tests running in parallel don’t conflict with each other.