Open tlater-famedly opened 1 month ago
Since the test suite here shuts down all services on each reboot, Zitadel has to be initialized from scratch every time, which takes a good minute due to database migrations. We should probably try to imperatively delete Zitadel contents between runs instead.
Since a lot of this test suite overlaps with what we do in ldap-sync, we should find a way to factor this stuff out, too.
Since the test suite here shuts down all services on each reboot, Zitadel has to be initialized from scratch every time, which takes a good minute due to database migrations. We should probably try to imperatively delete Zitadel contents between runs instead.
Since a lot of this test suite overlaps with what we do in ldap-sync, we should find a way to factor this stuff out, too.