Closed
Description
Not critical or urgent.
At the moment we open/close a session factory after each single test and therefore running the schema generation queries each time.
We could save some time creating the factory only once.
This requires:
- Add appropriate populateDb/cleanUpDb methods before and after each tests (if they are missing)
- Create the factory statically in the base class
Our build is already quite fast with some db but it might help with the slower ones.