[ ] Speedup Broker Server Tests by re-using DB. Right now we have JUnit Extension that launches a DB for each test, maybe re-uses it, but we now want to explicitly have only one global Test
[ ] Ensure that tests that dirty the DB (idk by not using test transactions) rebuild the DB after their test execution, by calling FlywayUtils.cleanAndMigrate(TEST_DATABASE).
[ ] Currently the tests are always executing flyway migrations on the "test edc startup". Make the flyway migration deactivatable by config, so the tests can skip it and set up the db globally once with FlywayUtils.cleanAndMigrate(TEST_DATABASE).
Feature Request
Description